embassy/examples
Dario Nieuwenhuis fc32b3750c Remove embassy_hal_common::usb.
The replacement is `embassy-usb`. There's a WIP driver for stm32 USBD in #709,
there's no WIP driver for stm32 USB_OTG. This means we're left without
USB_OTG support for now.

Reason for removing is I'm going to soon remove `embassy::io`, and
USB uses it. I don't want to spend time maintaining "dead" code
that is going to be removed. Volunteers welcome, either to update
old USB to the new IO, or write a USB_OTG driver fo the new USB.
2022-05-04 01:41:37 +02:00
..
boot Fix linker script for nrf bootloader example 2022-04-28 14:11:01 +02:00
nrf net: add functions to get current Eth and IP config 2022-05-02 16:19:34 +02:00
rp Switch to crates.io embedded-hal, embedded-hal-async. 2022-04-22 19:58:24 +02:00
std net: add functions to get current Eth and IP config 2022-05-02 16:19:34 +02:00
stm32f0 Use embassy/defmt-timestamp-uptime in all examples. 2022-04-02 04:35:06 +02:00
stm32f1 Use embassy/defmt-timestamp-uptime in all examples. 2022-04-02 04:35:06 +02:00
stm32f2 Use defmt-friendly error handling 2022-04-30 11:41:17 +03:00
stm32f3 executor: fix unsoundness in InterruptExecutor::start. 2022-04-25 22:09:04 +02:00
stm32f4 Remove embassy_hal_common::usb. 2022-05-04 01:41:37 +02:00
stm32f7 embassy-stm32/eth: convert LAN8742 driver to generic SMI driver 2022-04-30 04:49:24 +02:00
stm32g0 Use embassy/defmt-timestamp-uptime in all examples. 2022-04-02 04:35:06 +02:00
stm32g4 Use embassy/defmt-timestamp-uptime in all examples. 2022-04-02 04:35:06 +02:00
stm32h7 embassy-stm32/eth: convert LAN8742 driver to generic SMI driver 2022-04-30 04:49:24 +02:00
stm32l0 Add bootloader to CI 2022-04-27 15:17:18 +02:00
stm32l1 Add bootloader to CI 2022-04-27 15:17:18 +02:00
stm32l4 Remove embassy_hal_common::usb. 2022-05-04 01:41:37 +02:00
stm32u5 stm32: add stm32u5 GPDMA, SPIv4 support, add HIL tests. 2022-04-27 01:16:14 +02:00
stm32wb Add missing stm32wl/stm32wb chips except stm32wle 2022-04-08 03:15:27 +02:00
stm32wl Add bootloader to CI 2022-04-27 15:17:18 +02:00
wasm embassy, embassy-nrf: add nightly Cargo feature to gate nightly-only features. 2022-02-12 01:16:31 +01:00