embassy/examples
David Lenfesty 2e7b42fc5b embassy-stm32/eth: convert LAN8742 driver to generic SMI driver
SMI Ethernet PHYs all share a common base set of registers that can do
90% of all tasks. The LAN8742 driver used some vendor-specific
registers to check link negotiation status, but the need for that was
debatable, so I migrated it to a generic driver instead, anybody who
wants extra functionality can copy it and impl their own on top of it.
2022-04-30 04:49:24 +02:00
..
boot Fix linker script for nrf bootloader example 2022-04-28 14:11:01 +02:00
nrf executor: Add Spawner::for_current_executor. 2022-04-26 19:08:18 +02:00
rp Switch to crates.io embedded-hal, embedded-hal-async. 2022-04-22 19:58:24 +02:00
std net: auto-enable defmt in smoltcp using namespaced features. 2022-04-13 17:46:27 +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 embassy/defmt-timestamp-uptime in all examples. 2022-04-02 04:35:06 +02:00
stm32f3 executor: fix unsoundness in InterruptExecutor::start. 2022-04-25 22:09:04 +02:00
stm32f4 executor: fix unsoundness in InterruptExecutor::start. 2022-04-25 22:09:04 +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 Switch to crates.io embedded-hal, embedded-hal-async. 2022-04-22 19:58:24 +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