aboutsummaryrefslogtreecommitdiff
path: root/examples/boot/bootloader/nrf/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* Align examplesRasmus Melchior Jacobsen2023-05-301-0/+1
|
* ci: fix nrf, rp tests.Dario Nieuwenhuis2023-05-291-2/+2
|
* enable inline-asm feature for cortex-m in examplespennae2023-04-181-1/+1
| | | | | | inline assembly is supported since rust 1.59, we're way past that. enabling this makes the compiled code more compact, and on rp2040 even decreses memory usage by not needing thunks in sram.
* Bump defmt-rtt to 0.4Dario Nieuwenhuis2022-11-291-1/+1
|
* all Cargo.toml: Add license to all crate Cargo.toml fileschrysn2022-10-071-0/+1
| | | | Closes: https://github.com/embassy-rs/embassy/issues/1002
* Update to critical-section 1.0, atomic-polyfill 1.0Dario Nieuwenhuis2022-08-171-1/+1
|
* Split embassy crate into embassy-executor, embassy-util.Dario Nieuwenhuis2022-07-291-1/+0
|
* Move bootloader main to examplesUlf Lilleengen2022-06-241-0/+58
This should remove some confusion around embassy-boot-* being a library vs. a binary. The binary is now an example bootloader instead.