| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | Added access to the byte swap flag for RP2*** chips for the PIO state ↵ | eden barby | 2025-03-01 | 2 | -4/+4 | |
| | | | | | | | | | | | | | machine DMA calls. | |||||
| | * | | rename `Pimoroni Pico Plus 2` example to group alphabetically with other ↵ | Curly | 2025-02-23 | 1 | -1/+1 | |
| | | | | | | | | | | | | | `blinky` projects | |||||
| | * | | add `rp235x` blinky_wifi.rs` to support RPi Pico 2 W | Curly | 2025-02-23 | 1 | -0/+89 | |
| | | | | ||||||
| | * | | rename `rp23` (?) folder to `rp235x`; fix `ci.sh` to use `rp235x` folder | Curly | 2025-02-23 | 56 | -0/+0 | |
| | | | | ||||||
| | * | | rp/pio: update pio-rs crate, reexport it so users don't get version mismatches. | Dario Nieuwenhuis | 2025-02-18 | 7 | -13/+14 | |
| | | | | ||||||
| | * | | Merge pull request #3880 from nikvoid/stm32-rtc-subsecond | Dario Nieuwenhuis | 2025-02-16 | 1 | -1/+1 | |
| | |\ \ | | | | | | | | | | | | | STM32: RTC subsecond support | |||||
| | | * | | stm32: read microsecond from RTC | nikvoid | 2025-02-13 | 1 | -1/+1 | |
| | | | | | ||||||
| | * | | | Merge pull request #3890 from 9names/imagedef-feature | Dario Nieuwenhuis | 2025-02-16 | 51 | -255/+0 | |
| | |\ \ \ | | | | | | | | | | | | | | | | rp: add ImageDef features | |||||
| | | * | | | Remove ImageDef from rp23 examples | 9names | 2025-02-16 | 51 | -255/+0 | |
| | | | | | | ||||||
| | * | | | | Use probe-rs as default runner for rp23 examples | 9names | 2025-02-16 | 1 | -2/+2 | |
| | |/ / / | ||||||
| | * | | | chore: prepare embassy-net release | Ulf Lilleengen | 2025-02-14 | 18 | -18/+18 | |
| | | | | | ||||||
| | * | | | fix: update example | skkeye | 2025-02-13 | 1 | -1/+1 | |
| | | | | | ||||||
| | * | | | fix: nightly fmt | skkeye | 2025-02-13 | 2 | -14/+15 | |
| | | | | | ||||||
| | * | | | examples/rp: add examples using ICMP sockets and the ping utility | skkeye | 2025-02-13 | 3 | -1/+279 | |
| | | | | | ||||||
| | * | | | Update Cargo.toml : replace STM32WBA52CGU by STM32WBA55CG | Max | 2025-02-10 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Following PR https://github.com/embassy-rs/embassy/pull/3852 , I forgot to update the dependency. The WBA55 Nucleo board officially replaces the WBA52. Even if WBA52 SoC is still part of the ST CubeFW, the SW connectivity projects for WBA52 are no longer delivered. WBA55 Nucleo board is now the reference entry board. | |||||
| | * | | | Update documentation | Flamenco | 2025-02-08 | 1 | -1/+1 | |
| | | | | | | | | | | | | | Update comment to specify the correct rp chip identifier | |||||
| | * | | | examples/rp: remove unneeded sio spinlock stuck bug workarounds. | Dario Nieuwenhuis | 2025-02-06 | 4 | -4/+0 | |
| | | | | | | | | | | | | | | | | | This is now workarounded by embassy-rp itself. | |||||
| | * | | | Replace STM32WBA52CGUxT by STM32WBA55CGUx because the WBA55 Nucleo board ↵ | Max | 2025-02-05 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | officially replaces the WBA52 | |||||
| | * | | | document clock settings in examples/stm32f4/.../i2s_dma.rs | vinsynth | 2025-02-03 | 1 | -0/+2 | |
| | | | | | ||||||
| | * | | | update examples/stm32f4/.../i2s_dma.rs | vinsynth | 2025-02-03 | 1 | -19/+67 | |
| | | | | | ||||||
| | * | | | stm32/eth: rename PHY->Phy, GenericSMI -> GenericPhy. Remove unneeded unsafes. | Dario Nieuwenhuis | 2025-01-26 | 7 | -28/+21 | |
| | | | | | | | | | | | | | | | | | | | | | We shouldn't use `unsafe` to mark merely "dangerous" actions, only actions that actually cause UB. | |||||
| | * | | | Merge pull request #3795 from nikvoid/stm32-phy-addr-detection | Dario Nieuwenhuis | 2025-01-26 | 6 | -6/+6 | |
| | |\ \ \ | | | | | | | | | | | | | | | | STM32: Option to detect Ethernet PHY address automatically | |||||
| | | * | | | stm32: change all examples and tests to use GenericSMI::new_auto(). | Dario Nieuwenhuis | 2025-01-26 | 6 | -6/+6 | |
| | | |/ / | ||||||
| | * | | | Merge pull request #3781 from markus-k/stm32g0-hsisysdiv | Dario Nieuwenhuis | 2025-01-17 | 1 | -1/+3 | |
| | |\ \ \ | | | | | | | | | | | | | | | | stm32/rcc: add HSISYS support for g0 | |||||
| | | * | | | examples/stm32: fix g0 hftimer example with hsi sys_div | Markus Kasten | 2025-01-17 | 1 | -1/+3 | |
| | | | | | | ||||||
| | * | | | | chore: bump embassy-sync version | Ulf Lilleengen | 2025-01-15 | 53 | -53/+53 | |
| | | |/ / | |/| | | | | | | | | | | Prepare version 0.6.2 for release | |||||
| | * | | | RP235x: support new FIFO options, set IE, OD on PIO pins. | Pedro Ferreira | 2025-01-15 | 3 | -4/+120 | |
| | | | | | ||||||
| | * | | | Release embassy-usb v0.4.0, embassy-usb-logger v0.4.0. | Dario Nieuwenhuis | 2025-01-15 | 24 | -26/+26 | |
| | | | | | ||||||
| | * | | | Release embassy-net-ppp v0.2. | Dario Nieuwenhuis | 2025-01-12 | 1 | -1/+1 | |
| | | | | | ||||||
| | * | | | Simplify some std examples. | Dario Nieuwenhuis | 2025-01-12 | 2 | -66/+3 | |
| | |/ / | ||||||
| | * | | Release embassy-stm32 v0.2.0 | Dario Nieuwenhuis | 2025-01-10 | 37 | -37/+37 | |
| | | | | ||||||
| | * | | Create embassy-nrf 0.3.1 | Ulf Lilleengen | 2025-01-09 | 11 | -11/+11 | |
| | | | | ||||||
| | * | | Merge pull request #3725 from CNLHC/qspi_mmap | Dario Nieuwenhuis | 2025-01-07 | 5 | -0/+352 | |
| | |\ \ | | | | | | | | | feat: mmap mode for qspi and example | |||||
| | | * | | feat: mmap mode for qspi and example | Liu Hancheng | 2025-01-07 | 5 | -0/+352 | |
| | | | | | ||||||
| | * | | | Merge pull request #3667 from williams-one/stm32u5-add-hspi-support | Dario Nieuwenhuis | 2025-01-07 | 1 | -0/+455 | |
| | |\ \ \ | | | | | | | | | | | | | | | | STM32U5: add HSPI support | |||||
| | | * | | | stm32u5: Add HSPI example using a flash in memory mapped mode | William Spinelli | 2025-01-07 | 1 | -0/+455 | |
| | | |/ / | ||||||
| | * | | | Merge pull request #3701 from 1-rafael-1/improve-orchestrate-example | Dario Nieuwenhuis | 2025-01-07 | 1 | -155/+156 | |
| | |\ \ \ | | |/ / | |/| | | Improve orchestrate_tasks example: shared state and better documentation | |||||
| | | * | | fmt | 1-rafael-1 | 2024-12-31 | 1 | -1/+1 | |
| | | | | | ||||||
| | | * | | fmt | 1-rafael-1 | 2024-12-31 | 1 | -1/+2 | |
| | | | | | ||||||
| | | * | | Improve orchestrate_tasks example with shared state and better documentation | 1-rafael-1 | 2024-12-31 | 1 | -156/+156 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Add mutex-protected shared system state Improve task coordination and signaling Add more documentation | |||||
| | * | | | stm32: generate singletons only for pins that actually exist. | Dario Nieuwenhuis | 2025-01-07 | 2 | -2/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before we'd generate all pins Px0..Px15 for each GPIOx port. This changes codegen to only generate singletons for actually-existing pins. (AFs were already previously filtered, so these non-existing pins were already mostly useless) | |||||
| | * | | | Remove useless patches in examples. | Dario Nieuwenhuis | 2025-01-07 | 2 | -16/+0 | |
| | | | | | ||||||
| | * | | | Update cyw43, nrf, rp hals and embassy-boot | Ulf Lilleengen | 2025-01-06 | 14 | -20/+20 | |
| | | | | | ||||||
| | * | | | Merge pull request #3727 from bugadani/release | Dario Nieuwenhuis | 2025-01-05 | 31 | -46/+46 | |
| | |\ \ \ | | | | | | | | | | | | | | | | Prepare embedded-hal, boot, net & net drivers | |||||
| | | * | | | Fix search-and-replacability | Dániel Buga | 2025-01-05 | 2 | -2/+2 | |
| | | | | | | ||||||
| | | * | | | Prepare embassy-net drivers | Dániel Buga | 2025-01-05 | 5 | -6/+6 | |
| | | | | | | ||||||
| | | * | | | Prepare embassy-net 0.6 | Dániel Buga | 2025-01-05 | 18 | -18/+18 | |
| | | | | | | ||||||
| | | * | | | Prepare embassy-boot 0.4 | Dániel Buga | 2025-01-05 | 1 | -1/+1 | |
| | | | | | | ||||||
| | | * | | | Prepare embassy-embedded-hal 0.3 | Dániel Buga | 2025-01-05 | 19 | -19/+19 | |
| | | | | | | ||||||
| | * | | | | stm32: Implement reads of DTS peripheral | Gabriel Smith | 2025-01-04 | 1 | -0/+75 | |
| | |/ / / | | | | | | | | | | | | | Only PCLK-driven operation is supported. | |||||
