Skip to content

Tags: esp-cpp/espp

Tags

v1.0.36

Toggle v1.0.36's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
doc: Update readme (#609)

v1.0.35

Toggle v1.0.35's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(as5600): Fix missing espp/timer dependency in component manifest (#…

…600)

v1.0.34

Toggle v1.0.34's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(ble): Update `esp-nimble-cpp` submodule to point to 2.3.4 (#591)

v1.0.33

Toggle v1.0.33's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(m5tab5): Add support for querying and automatically determining …

…the appropriate display driver closes #573 (#576)

* feat(m5tab5): Add support for querying and automatically determining the appropriate display driver
closes #573

* updated with fixes and improvements from @CarbonNeuron (thanks!)

* updated st7123 display driver

* minor update

v1.0.32

Toggle v1.0.32's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(logger): Update to use `esp_log_timestamp` so that timestamp val…

…ue matches ESP_LOG timestamps (#570)

* feat(logger): Update to use `esp_log_timestamp` so that timestamp value matches ESP_LOG timestamps

* add note about esp32s2

* switch fp to int div

v1.0.31

Toggle v1.0.31's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: Update CI to build against esp-idf v5.5.1 (#565)

* chore: Update CI to build against esp-idf v5.5.1

* readme: update

v1.0.30

Toggle v1.0.30's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Update `file_system` `littlefs` dependency to `1.20.1` (#562)

v1.0.29

Toggle v1.0.29's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(t-deck): Improve audio configuration and behavior (#555)

* feat(t-deck): Improve audio configuration and behavior

* minor improvement

v1.0.28

Toggle v1.0.28's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(lp5817): Add commands for reading state; remove POR clear from e…

…nable (#535)

* feat(lp5817): Add commands for reading state; remove POR clear from enable

* cleanup

* add const

* fix

* improve API, docs, and example

* fix sa - add missing return path

v1.0.27

Toggle v1.0.27's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Ensure single-precision float operations in `ads7138`, `as5600`,…

… `bldc_haptics`, `bldc_motor`, `encoder`, `filters`, `mt6701`, and `tla2528` components (#531)

* fix: Ensure single-precision float operations in `ads7138`, `as5600`, `bldc_haptics`, `bldc_motor`, `encoder`, `filters`, `mt6701`, and `tla2528` components

* ensure float versions of functions are used