aboutsummaryrefslogtreecommitdiff
path: root/examples/boot/nrf/src/bin/a.rs
Commit message (Collapse)AuthorAgeFilesLines
* Move bootloader main to examplesUlf Lilleengen2022-06-241-43/+0
| | | | | This should remove some confusion around embassy-boot-* being a library vs. a binary. The binary is now an example bootloader instead.
* Run rustfmt.Dario Nieuwenhuis2022-06-121-10/+4
|
* Async shared bus for SPI & I2C + rename embassy-traits (#769)Henrik Alsér2022-05-261-1/+1
| | | | | | | | | | | | | | | | | | | * Rename embassy-traits to embassy-embedded-hal * Rename embassy-traits to embassy-embedded-hal * Add shared bus for SPI and I2C * rustfmt * EHA alpha 1 * Rename embedded-traits in examples * rustfmt * rustfmt Co-authored-by: Henrik Alsér <[email protected]>
* Fix linker script for nrf bootloader exampleUlf Lilleengen2022-04-281-0/+1
|
* Allow using separate page sizes for state and dfuUlf Lilleengen2022-04-281-1/+1
| | | | | | | * Less generics on bootloader. Keep PAGE_SIZE as a common multiple of DFU and ACTIVE page sizes. * Document restriction * Add unit tests for different page sizes
* Add stm32 flash + bootloader supportUlf Lilleengen2022-04-271-0/+48
* Add flash drivers for L0, L1, L4, WB and WL. Not tested for WB, but should be similar to WL. * Add embassy-boot-stm32 for bootloading on STM32. * Add flash examples and bootloader examples * Update stm32-data