rp-hal-boards/boards/pico/examples/pico_i2c_controller_peripheral
9names 0e7abdc705
Make BSPs provide boot2 as a default feature (#153)
* Add boot2 feature. Add boot2 linkage into each BSP optional on feature

* Enable boot2 feature in BSPs by default. Remove boot2 decl from all BSP examples

* Add EXTERN in memory.x for BOOT2_FIRMWARE, rename bootloader static slice to BOOT2_FIRMWARE

* Update new examples and itsy_bitsy BSP to use boot2 feature

* Remove boot2 as a dev-dependency for the BSPs, no longer needed

* Add no_mangle BOOT2_FIRMWARE to adafruit_macropad

* Fix itsy-bitsy blinky - it wasn't using the BSP, so it didn't get BOOT2_FIRMWARE linked in
2021-12-05 01:00:09 +11:00
..
controller.rs Implement peripheral support for i2c and an advanced example (#162) 2021-11-08 23:23:28 +11:00
main.rs Make BSPs provide boot2 as a default feature (#153) 2021-12-05 01:00:09 +11:00
peripheral.rs Implement peripheral support for i2c and an advanced example (#162) 2021-11-08 23:23:28 +11:00