| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | stm32/eth: rename new_rmii to new, update metapac to fix issues with PC2_C. | Dario Nieuwenhuis | 2024-02-01 | 2 | -2/+3 |
| | | |||||
| * | Implement MII interface | Simon B. Gasse | 2024-02-01 | 3 | -2/+144 |
| | | | | | | | | | - Extend the eth/v2 module to support MII besides RMII. - Replace `Ethernet::new` with `Ethernet::new_mii` and `Ethernet::new_rmii`. - Update ethernet examples. - Add example for MII ethernet. | ||||
| * | Add FDCAN examples for STM32G4, STM32H5 and STM32H7 | Corey Schuhen | 2024-01-31 | 1 | -0/+74 |
| | | | | | | | | | Fix examples Fix examples Fix examples. | ||||
| * | stm32/gpio: remove generics. | Dario Nieuwenhuis | 2024-01-22 | 1 | -3/+2 |
| | | |||||
| * | bump embassy-time 0.3, embassy-executor 0.5, embassy-net 0.4. | Dario Nieuwenhuis | 2024-01-11 | 1 | -3/+3 |
| | | |||||
| * | Update embedded-hal to v1.0 | Dario Nieuwenhuis | 2024-01-09 | 1 | -2/+2 |
| | | |||||
| * | New embassy-net release | Scott Mabin | 2024-01-04 | 1 | -1/+1 |
| | | |||||
| * | examples: configure executor task arena sizes. | Dario Nieuwenhuis | 2024-01-02 | 1 | -1/+1 |
| | | |||||
| * | update metapac after stm32-data PR323 | eZio Pan | 2023-12-25 | 1 | -3/+3 |
| | | | | | and refactor a few code with cargo clippy | ||||
| * | ci: use beta, add secondary nightly ci. | Dario Nieuwenhuis | 2023-12-21 | 26 | -27/+2 |
| | | |||||
| * | chore: replace make_static! macro usage with non-macro version | Ulf Lilleengen | 2023-12-21 | 2 | -10/+16 |
| | | |||||
| * | stm32/timer: docs. | Dario Nieuwenhuis | 2023-12-19 | 1 | -5/+5 |
| | | |||||
| * | Update embedded-hal to 1.0.0-rc.3 | Dario Nieuwenhuis | 2023-12-14 | 1 | -2/+2 |
| | | |||||
| * | Update all references to `embasy-executor` to the latest version | Jesse Braham | 2023-12-06 | 1 | -1/+1 |
| | | |||||
| * | stm32/eth: add host server command example | Badr Bouslikhin | 2023-12-05 | 2 | -0/+2 |
| | | |||||
| * | stm32/eth: fix h7 examples | Badr Bouslikhin | 2023-12-05 | 2 | -2/+2 |
| | | | | | | | The STM32H7 examples enable `dhcpv4` and `dns` features. Both use one socket, meaning that we need one extra socket for our firmware tcp socket. | ||||
| * | update release version in examples and other crates | Scott Mabin | 2023-12-04 | 1 | -2/+2 |
| | | |||||
| * | update embedded-storage{,-async}, remove patch. | Dario Nieuwenhuis | 2023-12-04 | 1 | -1/+1 |
| | | |||||
| * | Remove nightly and unstable-traits features in preparation for 1.75. | Dario Nieuwenhuis | 2023-11-29 | 1 | -4/+4 |
| | | |||||
| * | Update embedded-(hal,io,nal). | Dario Nieuwenhuis | 2023-11-29 | 1 | -4/+4 |
| | | |||||
| * | STM32 DAC: Rework DAC driver, support all families. | Adam Greig | 2023-11-25 | 2 | -22/+14 |
| | | |||||
| * | STM32 DAC: Swap to new TSEL enum entirely in-HAL | Adam Greig | 2023-11-25 | 1 | -2/+2 |
| | | |||||
| * | stm32/i2c: add async, dual interrupt scaffolding. | Dario Nieuwenhuis | 2023-11-24 | 2 | -2/+4 |
| | | |||||
| * | executor: release v0.3.3 | Dario Nieuwenhuis | 2023-11-15 | 1 | -1/+1 |
| | | |||||
| * | Update heapless to v0.8, embedded-nal-async to v0.7 | Dario Nieuwenhuis | 2023-11-10 | 1 | -3/+3 |
| | | |||||
| * | usb: remove msos-descriptor feature. | Dario Nieuwenhuis | 2023-11-08 | 1 | -0/+1 |
| | | |||||
| * | stm32/rcc: add shared code for hsi48 with crs support. | Dario Nieuwenhuis | 2023-11-05 | 5 | -5/+4 |
| | | |||||
| * | Upgrade static-cell to v2.0 | Dario Nieuwenhuis | 2023-11-02 | 1 | -1/+1 |
| | | |||||
| * | Release embassy-executor v0.3.1 | Dario Nieuwenhuis | 2023-11-01 | 1 | -1/+1 |
| | | |||||
| * | Prepare embassy-net 0.2.1 and embassy-sync 0.4.0 | Dániel Buga | 2023-10-31 | 1 | -1/+1 |
| | | |||||
| * | stm32/rcc: misc cleanups. | Dario Nieuwenhuis | 2023-10-23 | 13 | -39/+42 |
| | | |||||
| * | Merge branch 'master' into center-align | Dion Dokter | 2023-10-20 | 21 | -122/+152 |
| |\ | |||||
| | * | Prepare embassy-net(/-driver,/-driver-channel) 0.2.0 | Dániel Buga | 2023-10-16 | 1 | -1/+1 |
| | | | |||||
| | * | time: add `links` key, release v0.1.5. | Dario Nieuwenhuis | 2023-10-16 | 1 | -1/+1 |
| | | | |||||
| | * | time: Update examples, tests, and other code to use new Timer::after_x ↵ | Adam Greig | 2023-10-15 | 13 | -40/+40 |
| | | | | | | | | | convenience methods | ||||
| | * | Release embassy-time 0.1.4 | Dániel Buga | 2023-10-12 | 1 | -1/+1 |
| | | | |||||
| | * | Merge pull request #2035 from pbert519/stm_reset_and_enable | Dario Nieuwenhuis | 2023-10-12 | 2 | -4/+3 |
| | |\ | | | | | | | | | | STM32: combine RccPeripherals reset() and enable() to enable_and_reset() | ||||
| | | * | enable clock first | pbert | 2023-10-12 | 2 | -3/+3 |
| | | | | |||||
| | | * | STM32: combine RccPeripherals reset() and enable() to reset_and_enable() | pbert | 2023-10-12 | 2 | -4/+3 |
| | | | | |||||
| | * | | Merge pull request #2033 from andresovela/stm32-add-timeout-to-i2c | Ulf Lilleengen | 2023-10-12 | 1 | -7/+2 |
| | |\ \ | | |/ | |/| | | | | stm32: add timeout to I2C driver | ||||
| | | * | Remove more unused stuff | Andres Oliva | 2023-10-11 | 1 | -1/+0 |
| | | | | |||||
| | | * | stm32: add timeout to I2C driver | Andres Oliva | 2023-10-10 | 1 | -6/+2 |
| | | | | |||||
| | * | | net: remove atomic-polyfill. | Dario Nieuwenhuis | 2023-10-12 | 1 | -2/+2 |
| | | | | |||||
| | * | | stm32/rcc: add LSE/LSI to all chips, add RTC to more chips. | Dario Nieuwenhuis | 2023-10-11 | 1 | -8/+6 |
| | |/ | |||||
| | * | Patch tests & examples | Gabriel Górski | 2023-10-09 | 2 | -4/+2 |
| | | | |||||
| | * | stm32/rcc: use PLL enums from PAC. | Dario Nieuwenhuis | 2023-10-09 | 13 | -57/+57 |
| | | | |||||
| | * | Merge pull request #2018 from jamesmunns/add-derives | Dario Nieuwenhuis | 2023-10-07 | 1 | -1/+1 |
| | |\ | | | | | | | | | | Add some uncontroversial derives to Error types | ||||
| | | * | Add some uncontroversial derives to Error types | James Munns | 2023-10-06 | 1 | -1/+1 |
| | | | | |||||
| | * | | stm32: implement MCO for all chips. | Dario Nieuwenhuis | 2023-10-07 | 2 | -4/+4 |
| | | | | |||||
| | * | | h7: implement RTC and LSE clock configuration | Matt Ickstadt | 2023-10-06 | 2 | -1/+41 |
| | |/ | |||||
