embassy/examples
Ulf Lilleengen d0fe654c82 Remove BootFlash borrow
Compiler will infer a different lifetime for BootFlash than for the
borrowed flash, which makes it require more type annotations than if it
was just owning the type. Since it doesn't really matter if it owns or
borrows in practical use, change it to own so that it simplifies usage.
2022-09-20 09:54:37 +02:00
..
boot Remove BootFlash borrow 2022-09-20 09:54:37 +02:00
nrf usbd-hid: 0.5.2 -> 0.6.0 2022-09-04 10:00:02 -07:00
nrf-rtos-trace split embassy-util into embassy-futures, embassy-sync. 2022-08-22 22:18:13 +02:00
rp Feature-gate time-driver in embassy-rp 2022-09-16 12:54:26 +02:00
std net: feature-gate nightly-only async traits to allow building on stable. 2022-08-30 19:43:32 +02:00
stm32f0 time: add more tick rates, use 1mhz as default. 2022-09-02 00:59:34 +02:00
stm32f1 time: add more tick rates, use 1mhz as default. 2022-09-02 00:59:34 +02:00
stm32f2 time: add more tick rates, use 1mhz as default. 2022-09-02 00:59:34 +02:00
stm32f3 time: add more tick rates, use 1mhz as default. 2022-09-02 00:59:34 +02:00
stm32f4 time: add more tick rates, use 1mhz as default. 2022-09-02 00:59:34 +02:00
stm32f7 time: add more tick rates, use 1mhz as default. 2022-09-02 00:59:34 +02:00
stm32g0 time: add more tick rates, use 1mhz as default. 2022-09-02 00:59:34 +02:00
stm32g4 time: add more tick rates, use 1mhz as default. 2022-09-02 00:59:34 +02:00
stm32h7 time: add more tick rates, use 1mhz as default. 2022-09-02 00:59:34 +02:00
stm32l0 Merge #939 2022-09-04 22:13:34 +00:00
stm32l1 time: add more tick rates, use 1mhz as default. 2022-09-02 00:59:34 +02:00
stm32l4 time: add more tick rates, use 1mhz as default. 2022-09-02 00:59:34 +02:00
stm32l5 Merge #939 2022-09-04 22:13:34 +00:00
stm32u5 time: add more tick rates, use 1mhz as default. 2022-09-02 00:59:34 +02:00
stm32wb time: add more tick rates, use 1mhz as default. 2022-09-02 00:59:34 +02:00
stm32wl Merge #939 2022-09-04 22:13:34 +00:00
wasm Enable 'std' feature on critical-section for WASM 2022-08-23 20:00:34 +02:00