embassy/examples
pennae cbc8871a0b rp: relocate programs implicitly during load
this removed the RelocatedProgram construction step from pio uses.
there's not all that much to be said for the extra step because the
origin can be set on the input program itself, and the remaining
information exposed by RelocatedProgram can be exposed from
LoadedProgram instead (even though it's already available on the pio_asm
programs, albeit perhaps less convenient). we do lose access to the
relocated instruction iterator, but we also cannot think of anything
this iterator would actually be useful for outside of program loading.
2023-07-28 19:33:02 +02:00
..
.cargo move embassy-net-w5500 to subdir. 2023-05-31 00:54:20 +02:00
boot Release embassy-time v0.1.2 2023-07-06 01:29:44 +02:00
nrf5340 Added debug=2 in release profile to all examples. 2023-07-26 18:32:40 -07:00
nrf52840 Merge branch 'main' into main 2023-07-27 08:50:53 -05:00
nrf52840-rtic Added debug=2 in release profile to all examples. 2023-07-26 18:32:40 -07:00
nrf-rtos-trace Added debug=2 in release profile to all examples. 2023-07-26 18:32:40 -07:00
rp rp: relocate programs implicitly during load 2023-07-28 19:33:02 +02:00
std Added debug=2 in release profile to all examples. 2023-07-26 18:32:40 -07:00
stm32c0 Added debug=2 in release profile to all examples. 2023-07-26 18:32:40 -07:00
stm32f0 Added debug=2 in release profile to all examples. 2023-07-26 18:32:40 -07:00
stm32f1 Added debug=2 in release profile to all examples. 2023-07-26 18:32:40 -07:00
stm32f2 Added debug=2 in release profile to all examples. 2023-07-26 18:32:40 -07:00
stm32f3 Added debug=2 in release profile to all examples. 2023-07-26 18:32:40 -07:00
stm32f4 stm32/timer: merge pwm module into timer. (#1703) 2023-07-28 15:29:27 +02:00
stm32f7 Added debug=2 in release profile to all examples. 2023-07-26 18:32:40 -07:00
stm32g0 Added debug=2 in release profile to all examples. 2023-07-26 18:32:40 -07:00
stm32g4 stm32/timer: merge pwm module into timer. (#1703) 2023-07-28 15:29:27 +02:00
stm32h5 Add notes about setting chip name correctly for examples. 2023-07-22 21:58:29 +01:00
stm32h7 stm32/timer: merge pwm module into timer. (#1703) 2023-07-28 15:29:27 +02:00
stm32l0 Merge branch 'main' into main 2023-07-27 08:50:53 -05:00
stm32l1 Added debug=2 in release profile to all examples. 2023-07-26 18:32:40 -07:00
stm32l4 Added debug=2 in release profile to all examples. 2023-07-26 18:32:40 -07:00
stm32l5 Added debug=2 in release profile to all examples. 2023-07-26 18:32:40 -07:00
stm32u5 Added debug=2 in release profile to all examples. 2023-07-26 18:32:40 -07:00
stm32wb Added debug=2 in release profile to all examples. 2023-07-26 18:32:40 -07:00
stm32wl Merge branch 'main' into main 2023-07-27 08:50:53 -05:00
wasm Added debug=2 in release profile to all examples. 2023-07-26 18:32:40 -07:00