| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | Merge remote-tracking branch 'upstream/main' into adc_v3-enums | Per Rosengren | 2025-09-16 | 18 | -79/+813 | |
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | ||||||
| | * | | | | | | | Merge pull request #4658 from Riceman2000/main | Dario Nieuwenhuis | 2025-09-15 | 1 | -0/+155 | |
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add example for W55RP20-EVB-Pico | |||||
| | | * | | | | | | | Fix removed comments | riceman2000 | 2025-09-14 | 2 | -6/+6 | |
| | | | | | | | | | | ||||||
| | | * | | | | | | | Up SPI freq | riceman2000 | 2025-09-14 | 1 | -1/+1 | |
| | | | | | | | | | | ||||||
| | | * | | | | | | | Remove unused imports | riceman2000 | 2025-09-12 | 1 | -3/+1 | |
| | | | | | | | | | | ||||||
| | | * | | | | | | | Merge branch 'embassy-rs:main' into main | Rice | 2025-09-12 | 2 | -3/+1 | |
| | | |\ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | Updated example | riceman2000 | 2025-09-12 | 1 | -11/+23 | |
| | | | | | | | | | | | ||||||
| | | * | | | | | | | | Example first draft | Riceman2000 | 2025-09-12 | 1 | -0/+145 | |
| | | | | | | | | | | | ||||||
| | | * | | | | | | | | Fix typo in PIO SPI examples | Riceman2000 | 2025-09-12 | 2 | -6/+6 | |
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | Merge pull request #4661 from mkj/pr/onewire-parasite | Dario Nieuwenhuis | 2025-09-15 | 4 | -49/+233 | |
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rp: Add onewire parasite power for ds18b20 | |||||
| | | * | | | | | | | | | rp/pio: Copy onewire examples from rp to rp235x | Matt Johnston | 2025-09-14 | 2 | -49/+143 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The rp pio_onewire example was updated on cd27a8a06b0160d654ebed7b89ca473041710235 but not rp235x. Copy them to be the same. | |||||
| | | * | | | | | | | | | rp/pio: Add onewire strong pullups, parasite power | Matt Johnston | 2025-09-14 | 2 | -0/+90 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DS18B20 sensors require a strong pullup to be applied for the duration of the temperature conversion, within 10us of the command. The rp2xxx pins have sufficient drive strength to use as the pullup (no external mosfet needed). Add a new write_bytes_pullup() that will apply the pullup after bytes are written. Existing read_bytes()/write_bytes() has no change to onewire timing. A pio_onewire_parasite example reads multiple sensors individually, applying the strong pullup. | |||||
| | * | | | | | | | | | | fix examples | Süha Ünüvar | 2025-09-15 | 3 | -24/+24 | |
| | |/ / / / / / / / / | ||||||
| | * | / / / / / / / | lpc55: added lpc55-core0 feature | Roi Bachynskyi | 2025-09-12 | 1 | -1/+1 | |
| | | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Irina Chiorean <[email protected]> | |||||
| | * | | | | | | | | ci: use devtool to build. | Dario Nieuwenhuis | 2025-09-11 | 2 | -3/+1 | |
| | |/ / / / / / / | ||||||
| | * | | | | | | | Fix example | Dion Dokter | 2025-09-11 | 2 | -5/+5 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Add cargo metadata | Dion Dokter | 2025-09-11 | 1 | -0/+6 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Add edf example to CI and fix the example | diondokter | 2025-09-11 | 2 | -7/+8 | |
| | | | | | | | | | ||||||
| | * | | | | | | | rustfmt | James Munns | 2025-09-11 | 1 | -1/+3 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Add EDF example | James Munns | 2025-09-11 | 5 | -0/+268 | |
| | |/ / / / / / | ||||||
| | * | | | | | | nrf: 802.15.4 embassy-net-driver | Remmirad | 2025-09-06 | 2 | -2/+122 | |
| | | | | | | | | ||||||
| * | | | | | | | Cleanup | Per Rosengren | 2025-09-16 | 1 | -11/+0 | |
| | | | | | | | | ||||||
| * | | | | | | | Re-export API enums and update examples | Per Rosengren | 2025-09-16 | 1 | -3/+3 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #4430 from fwolter/add-f1-remap | Dario Nieuwenhuis | 2025-09-05 | 2 | -4/+5 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Add STM32F1 AFIO remap | |||||
| | * | | | | | | stm32/afio: use type inference for timer remaps as well. | Dario Nieuwenhuis | 2025-09-05 | 2 | -4/+5 | |
| | | | | | | | | ||||||
| * | | | | | | | Merge pull request #4210 from mcaveniathor/pio_i2s_rx | Dario Nieuwenhuis | 2025-09-05 | 1 | -0/+81 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Add PioI2sIn, PioI2sInProgram, and example binary | |||||
| | * | | | | | | | Add PioI2sIn, PioI2sInProgram, and example binary | Thor McAvenia | 2025-09-05 | 1 | -0/+81 | |
| | |/ / / / / / | ||||||
| * | | | | | | | rp: fix pio spi async example | Adrian Wowk | 2025-09-05 | 1 | -1/+0 | |
| | | | | | | | | ||||||
| * | | | | | | | rp: add pio spi runtime reconfiguration | Adrian Wowk | 2025-09-05 | 2 | -23/+7 | |
| | | | | | | | | ||||||
| * | | | | | | | style: cleanup with rustfmt | Adrian Wowk | 2025-09-05 | 2 | -15/+9 | |
| | | | | | | | | ||||||
| * | | | | | | | rp: add pio spi examples | Adrian Wowk | 2025-09-05 | 2 | -0/+128 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #4620 from embassy-rs/lolsai | Dario Nieuwenhuis | 2025-09-05 | 2 | -69/+5 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | stm32: add i2s support for all versions, cleanup spi/i2s/sai versions. | |||||
| | * | | | | | | stm32/sai: update for new metapac, simplify cfgs. | Dario Nieuwenhuis | 2025-09-05 | 2 | -69/+5 | |
| | | | | | | | | ||||||
| * | | | | | | | Merge pull request #4496 from variegated-coffee/psram | Dario Nieuwenhuis | 2025-09-05 | 1 | -0/+49 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | feat(embassy-rp): RP2350 - Add support for QMI CS1, and for APS6404L PSRAM | |||||
| | * | | | | | | | Manual rustfmt fix | Magnus Nordlander | 2025-08-05 | 1 | -0/+1 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Apply rustfmt | Magnus Nordlander | 2025-08-05 | 1 | -4/+3 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Interface changes and added example | Magnus Nordlander | 2025-08-05 | 1 | -0/+49 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Merge branch 'main' into adc_with_clock | Dario Nieuwenhuis | 2025-09-05 | 5 | -17/+410 | |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | ||||||
| | * | | | | | | | style: formatting | Adrian Figueroa | 2025-09-05 | 1 | -1/+0 | |
| | | | | | | | | | ||||||
| | * | | | | | | | feat: SAI example | Adrian Figueroa | 2025-09-05 | 1 | -0/+53 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Merge pull request #4623 from paroga/stm32l0_usb_serial | Dario Nieuwenhuis | 2025-09-05 | 2 | -0/+97 | |
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | stm32/l0: Add usb serial example | |||||
| | | * | | | | | | | stm32/l0: Add usb serial example | Patrick Gansterer | 2025-09-01 | 2 | -0/+97 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | Fix offset calculation | wackazong | 2025-09-04 | 1 | -1/+1 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | nrf: add NFCT NDEF example. | Dario Nieuwenhuis | 2025-09-04 | 1 | -15/+259 | |
| | |/ / / / / / / | ||||||
| | * | | | | / / | rtos-trace: upgraded feature support | Florian Grandel | 2025-08-30 | 1 | -2/+2 | |
| | | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade rtos-trace for start/stop and marker support. These methods are not used in embassy code but can be useful in client code. Signed-off-by: Florian Grandel <[email protected]> | |||||
| * / | | | | | | Add Adc::new_with_clock() to configure analog clock | Per Rosengren | 2025-08-30 | 4 | -6/+45 | |
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Required on STM32WL with default HAL initialization. The function is only available for adc_g0, but all that have clock config should add implementations. | |||||
| * | | | | | | Fix examples | diondokter | 2025-08-29 | 9 | -18/+18 | |
| | | | | | | | ||||||
| * | | | | | | executor: return error when creating the spawntoken, not when spawning. | Dario Nieuwenhuis | 2025-08-29 | 135 | -262/+258 | |
| | |_|_|/ / |/| | | | | ||||||
| * | | | | | Merge pull request #4574 from bespsm/mspm0-wwdt | i509VCB | 2025-08-28 | 5 | -0/+270 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | MSPM0: add window watchdog implementation (WWDT0, WWDT1) | |||||
| | * | | | | | mspm0-watchdog: rename mod watchdog to wwdt | Siarhei B | 2025-08-28 | 5 | -5/+5 | |
| | | | | | | | ||||||
