esp-hal/.github/workflows
Scott Mabin d9d771706f
esp-config (#2156)
* Initial esp-config poc, replacing the place-spi-driver-in-ram feature

* Allow documentation generation for configuration options

* add `Value::Number` and a macro to parse

* Add Value::String and replace esp-wifi's config

* repo maint

* make bool parsing stricter and number parsing more flexible

* use hand rolled const str to int

* Collect unknown config options

* friendly errors

* also batch invalid values

* dump msrv to 1.79

* Mention perf boost from disabling logging

* review suggestions

* output selected config

* changelogs and migration guides

* review feedback

* avoid multiple case conversions where possible

* refactor generate, fix bug, add full test

* run host tests in CI

* add more esp-config tests

* review comments

* add cargo env workaround
2024-09-19 08:58:29 +00:00
..
changelog.yml Remove the esp-hal-smartled package (#2169) 2024-09-16 17:17:26 +00:00
ci_nightly.yml Make sure we can compile with defmt (#2126) 2024-09-09 16:40:30 +00:00
ci.yml esp-config (#2156) 2024-09-19 08:58:29 +00:00
documentation.yml Update xtask to support generating documentation for multiple packages (#1653) 2024-06-04 15:27:41 +00:00
hil.yml Enable ESP32 HIL (#1977) 2024-09-06 08:53:27 +00:00
issue_handler.yml fix issue handler, don't rebuild on main the merge queue checks this for us (#2077) 2024-09-04 16:02:47 +00:00