Releases: esp-cpp/espp
Releases · esp-cpp/espp
v0.16.3
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
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
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
What's Changed
- feat(lib): Update how includes are installed and handle non-standard externals better by @finger563 in #339
- fix: Update
EventManager
andtask::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
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
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
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 configurerun_on_core
andrun_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
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
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
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
andHighResolutionTimer
to havestart_watchdog()
andstop_watchdog()
methods by @finger563 in #324
Full Changelog: v0.14.2...v0.15.0