3 Commits

Author SHA1 Message Date
Björn Quentin
50265b457c
Have a way to get the booted partition (#3979)
* Have a way to get the booted partition

* CHANGELOG.md

* Add inline docs
2025-08-25 08:14:44 +00:00
Björn Quentin
522ff0bb73
Fix ota-example instructions (#3978)
* Fix ota-example instructions

* fmt
2025-08-22 15:38:30 +00:00
Jesse Braham
8c86bf727a
Restructure example applications into self-contained projects (#3915)
* Move all `embassy` examples to `async` and convert to individual projects

* Move all peripheral examples to `peripheral` and convert to individual projects

* Move all interrupt examples to `interrupt` and convert to individual projects

* Move all `ble` examples to `ble` and convert to individual projects

* Move all `esp-now` examples to `esp-now` and convert to individual projects

* Move all Wi-Fi examples to `wifi` and convert to individual projects

* Move all `ieee802154` examples to `ieee802154` and convert to individual projects

* Move all OTA examples to `ota` and convert to individual projects

* Remove files which are no longer required

* Update `xtask` to handle new examples project layout

* Update `examples/README.md`

* Don't hide TOML parsing error in `is_published`

* Update `fmt-packages` subcommand to handle new examples project layout
2025-08-11 10:22:42 +00:00