Skip to content

Releases: esp-cpp/espp

v0.16.3

07 Dec 03:41
7976f35
Compare
Choose a tag to compare

What's Changed

  • Create overloads to allow float values to be saved in NVS by @SamAtBackbone in #349
  • feat(ble): Update esp-nimble-cpp and simplify BleGattServer by @finger563 in #350

Full Changelog: v0.16.2...v0.16.3

v0.16.2

04 Dec 19:31
730f59b
Compare
Choose a tag to compare

What's Changed

  • feat(interrupt): Add API for tracking and getting the min queue size by @finger563 in #344
  • feat(esp-box): Update implementation by @finger563 in #345
  • fix(esp-box): add missing IRAM_ATTR to tx_sent_callback by @finger563 in #346
  • feat(ble): Update esp-nimble-cpp to latest upstream for API refactor by @finger563 in #347
  • feat(interrupt): Improve Interrupt implementation and API by @finger563 in #348

Full Changelog: v0.16.1...v0.16.2

v0.16.1

26 Nov 21:52
0c83bff
Compare
Choose a tag to compare

What's Changed

  • feat(nvs): Add erase key and erase namespace methods by @finger563 in #343

Full Changelog: v0.16.0...v0.16.1

v0.16.0

20 Nov 16:36
bb71669
Compare
Choose a tag to compare

What's Changed

  • feat(lib): Update how includes are installed and handle non-standard externals better by @finger563 in #339
  • fix: Update EventManager and task::run_on_core to ignore spurious wakeups if they happen by @finger563 in #340
  • feat(task/timer): Update Task to use std::variant<> and support new callback with notified flag by @finger563 in #341
  • feat(task): [BREAKING] Simplify task configuration by @finger563 in #342

Full Changelog: v0.15.5...v0.16.0

v0.15.5

23 Oct 13:52
58a8c25
Compare
Choose a tag to compare

What's Changed

  • fix(device_info_service): Update default value for vendor id source to be 0x01 (BLE SIG) since its predominantly used for ble by @finger563 in #336
  • feat(file_system): Allow single entry to string function by @finger563 in #337
  • feat(adc): Add mutex ensuring OneshotAdc can be used safely from multiple threads by @finger563 in #338

Full Changelog: v0.15.4...v0.15.5

v0.15.4

15 Oct 15:55
81ca8cd
Compare
Choose a tag to compare

What's Changed

  • feat(gfps_service): Update GFPS to support use of random addreses by @finger563 in #334
  • chore: Update esp-nimble-cpp submodule to latest by @finger563 in #335

Full Changelog: v0.15.3...v0.15.4

v0.15.3

02 Oct 13:11
67b180a
Compare
Choose a tag to compare

What's Changed

  • feat(task): Add espp::task::run_on_core_non_blocking static method by @finger563 in #331
  • feat(task): Allow Task::BaseConfig to configure run_on_core and run_on_core_non_blocking by @finger563 in #332
  • feat(alpaca): Update to support strict (de-)serialization option by @finger563 in #333

Full Changelog: v0.15.2...v0.15.3

v0.15.2

20 Sep 23:06
6703d78
Compare
Choose a tag to compare

What's Changed

  • feat(led): allow LEDC ISR to be configured onto specific cores by @finger563 in #328
  • feat(task/timer): allow watchdog to start even if task/timer has not by @finger563 in #329
  • feat(filters): Update filters example, and expose filters to x-plat library by @finger563 in #330

Full Changelog: v0.15.1...v0.15.2

v0.15.1

17 Sep 15:07
654374c
Compare
Choose a tag to compare

What's Changed

  • fix(ble_gatt_server): Deinit services before device deinit by @finger563 in #325
  • fix(task/timer): Update to fix compilation if user disables ESP Task WDT in menuconfig by @finger563 in #326
  • style: Apply style to all files by @finger563 in #327

Full Changelog: v0.15.0...v0.15.1

v0.15.0

30 Aug 15:41
b56403e
Compare
Choose a tag to compare

What's Changed

  • feat(logger): Add support for cursor commands and expose Logger::get_time() as public by @finger563 in #317
  • feat: Add hardware abstraction component for the ESP32 TimerCam. by @finger563 in #318
  • feat(esp32-timer-cam): Add battery voltage scale and camera pin defs by @finger563 in #319
  • Update esp-nimble-cpp to latest by @finger563 in #320
  • fix(esp-nimble-cpp): Merge fix from esp-cpp/esp-nimble-cpp#2 by @finger563 in #321
  • feat(task): Add support for enabling task watchdog on an espp::Task by @finger563 in #322
  • Update esp-nimble-cpp to latest (sync upstream) by @finger563 in #323
  • feat(timer): Update Timer and HighResolutionTimer to have start_watchdog() and stop_watchdog() methods by @finger563 in #324

Full Changelog: v0.14.2...v0.15.0