Skip to content

v0.7.4

Compare
Choose a tag to compare
@finger563 finger563 released this 02 May 14:15
· 139 commits to main since this release
9badb80

What's Changed

  • Feature/high resolution timer by @finger563 in #200
  • feat(interrupt): allow user to configure which core GPIO interrupt is allocated on by @finger563 in #201
  • fix(interrupt): fix example to build on older idf by @finger563 in #202
  • Add an option to specify the core_id when initializing I2C driver by @sodank808 in #203
  • feat(ble_gatt_server): add DisconnectReason to callback by @finger563 in #204
  • feat(math): add lerp, inverse lerp, and piecewise_linear functions by @finger563 in #205
  • add pull-requests: write permissions to the static analysis action by @finger563 in #206
  • feat(math): Flesh out vector2d operators by @finger563 in #207
  • doc: update math docs to point to examples by @finger563 in #208
  • ci: fix static analysis permissions to allow issue write by @finger563 in #210
  • Feature/gfps high resolution timer by @finger563 in #211
  • feature: Allow Cli to use custom CDC or VFS by @finger563 in #212
  • feat(monitor): use libfmt to make table instead of tabulate by @finger563 in #213
  • Use condition variable to sync init when using multiple cores by @sodank808 in #214
  • Feature/run on core by @finger563 in #215
  • Update static_analysis.yml by @finger563 in #216
  • feat(ble_gatt_server): Add log_rssi command to ble gatt server menu by @finger563 in #217
  • feat(ble_gatt_server): add interval parameter to log_rssi command by @finger563 in #218
  • feat(monitor): add core_id to task info by @finger563 in #219
  • Add getters for log verbosity to espp::Logger and espp::BaseComponent classes by @finger563 in #220

New Contributors

Full Changelog: v0.7.3...v0.7.4