Skip to content

Releases: ingchips/ING918XX_SDK_SOURCE

v6.0.0

02 Jun 07:39
c568220
Compare
Choose a tag to compare

Release Notes

  • Bundles:

    • [UPD] generate more ext. adv reports for active scan
    • [FIX] header files for typical bundle
  • Library

    • [NEW] api IS_DEBUGGER_ATTACHED
    • [UPD] power mapping table in rf_enable_powerboost
  • Examples:

    • [NEW] Reset Handler: add custom functionalities to platform's reset handler
    • [UPD] HID Keyboard: passkey input & UART input
    • [UPD] Peripheral Console: demo of IS_DEBUGGER_ATTACHED
    • [UPD] Peripheral LED & Peripheral CTE: merged; breathing LED when not connected
    • [UPD] UART GATT Console: add active scan

Errata of v5.7.1

31 May 06:44
3758a93
Compare
Choose a tag to compare

fix bundle typical/ING9187xx.

v5.7.1

10 May 06:17
324c7b4
Compare
Choose a tag to compare

Release Notes

  • Bundles:
    • [FIX] allowed range of advertising & scan parameters
    • [FIX] encryption when power saving enabled

v5.7.0

07 May 06:10
4ae4176
Compare
Choose a tag to compare

Release Notes

  • Bundles:

    • [FIX] inconsistent MTU between ATT server & client
    • [NEW] api btstack_config & gap_set_data_length
    • [UPD] ATT server default behaviour: not send LL_DATA_LENGTH_REQ upon MTU exchange
  • Examples:

    • [FIX] Peripheral Battery: task stack is too small

v5.6.4

29 Apr 06:18
e959e7a
Compare
Choose a tag to compare

Release Notes

  • Bundles:

    • [FIX] pairing problem in sm module
    • [NEW] configuration option PLATFORM_CFG_LL_LEGACY_ADV_INTERVAL
  • Examples:

    • [UPD] Central CTE: fully configurable over the air
    • [FIX] HID Keyboard & HID Mouse: tested on Win10/Android/iOS devices
    • [FIX] Peripheral Battery on reading ADC

v5.6.3

25 Apr 09:40
bfead35
Compare
Choose a tag to compare

Release Notes

  • Bundles:

    • [FIX] gap_set_connection_parameter_range
    • [FIX] a race condition in controller
  • Library:

    • [NEW] str_util module
  • Examples:

    • [UPD] Peripheral Console: detect key events in power saving

v5.6.2

20 Apr 09:51
509d0e2
Compare
Choose a tag to compare

Release Notes

  • Bundles:

    • [FIX] gap_set_connection_parameter_range now takes effect
  • Library:

    • [UPD] FOTA to support power saving
    • [FIX] power_ctrl.lib to support wake up from EXT_INT
    • [NEW] ing918_uecc.lib (prebuild for uECC with sha-256)
  • Examples:

    • [NEW] Secure FOTA in Thermometer with FOTA

v5.6.1

15 Apr 02:22
33f164b
Compare
Choose a tag to compare

Release Notes

  • Bundles:

    • [FIX] SysTick issue in deep sleep mode
  • Examples:

    • [UPD] remove unnecessary usage of att_server_request_can_send_now_event
    • [UPD] remove usage of public addresses
  • Known Issues:

    • Periperal Console can't support wake up from EXT_INT

v5.6.0

12 Apr 11:55
8f081c2
Compare
Choose a tag to compare

Release Notes

  • Bundles:

    • [NEW] Link Layer configurations(ll_cfg_flag_t)
    • [NEW] Link Layer api ll_scan_set_fixed_channel
    • [FIX] potential race condition when reading RTC counters
    • [UPD] headers for C++ compiler compatibility
  • Library:

    • [UPD] headers for C++ compiler compatibility
    • [UPD] i2c_read to support read without write (BSP)
    • [FIX] potential race condition when reading RTC counters

v5.5.5

02 Apr 03:15
f03a60b
Compare
Choose a tag to compare

Release Notes

  • Bundles:
    • [FIX] disconn when conn update (central role)