Skip to content

0.14.0 - 2019.09.27

Compare
Choose a tag to compare
@hathach hathach released this 27 Sep 05:39
· 976 commits to master since this release
  • Core
    • Ada Callback task dynamically resize its queue size on demand. Also invoke function immediately if callback failed to allocate memory for deferring.
    • Changde stack size for following task
      • Task loop : from 2566 to 2564
      • Task Callback : from 2564 to 2563
      • Task USBD : from 150 to 200
      • Task BLE : from 2566 to 2565
    • Added _sbkr() to handle heap overflowed
  • BLEUart
    • Added setRxOverflowCallback()
    • Added deferred option for setRxCallback()
  • Update image_upload example to work with both nRF52832 & nRF52840 with maximum throughput, also support 16 or 24-bit color
  • Update bootloader binary to to 0.2.13 version (upgrade is optional)
  • Enhance BLEDis with new characteristic : system id, reg cert list, pnp id. PR #336 Thanks to @elral
  • Fixed SPI definition for circuitplayground Bluefruit