aboutsummaryrefslogtreecommitdiff
path: root/examples/boot/application/stm32wl/src/bin/b.rs
Commit message (Collapse)AuthorAgeFilesLines
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
|
* chore: Wrap link_section attribute with unsafeHiroaki Yutani2025-05-061-1/+1
|
* Fix WL boot exampleDion Dokter2024-08-051-1/+7
|
* Fix all check-cfg errors in the entire repo.Dario Nieuwenhuis2024-05-311-1/+1
| | | | the main ci.sh now passes if running with nightly.
* ci: use beta, add secondary nightly ci.Dario Nieuwenhuis2023-12-211-1/+0
|
* time: Update examples, tests, and other code to use new Timer::after_x ↵Adam Greig2023-10-151-3/+3
| | | | convenience methods
* Split embassy-time from embassy-executor.Dario Nieuwenhuis2022-08-181-2/+2
|
* Remove HAL initialization from #[embassy::main] macro.Dario Nieuwenhuis2022-08-171-2/+2
|
* Split embassy crate into embassy-executor, embassy-util.Dario Nieuwenhuis2022-07-291-3/+3
|
* Move bootloader main to examplesUlf Lilleengen2022-06-241-0/+24
This should remove some confusion around embassy-boot-* being a library vs. a binary. The binary is now an example bootloader instead.