| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'main' into add-nrf-rtc-driver | Ulf Lilleengen | 2025-09-22 | 3 | -3/+3 |
| |\ | |||||
| | * | Update manifests to satisfy new checks. | Dario Nieuwenhuis | 2025-09-22 | 3 | -3/+3 |
| | | | |||||
| * | | add basic RTC driver for nRF | Robin Mueller | 2025-09-22 | 2 | -0/+58 |
| |/ | |||||
| * | examples/rp235x: Add multicore stack overflow example | 9names | 2025-09-21 | 1 | -0/+72 |
| | | |||||
| * | Merge pull request #4216 from 1-rafael-1/rp2040-rtc-alarm | Ulf Lilleengen | 2025-09-17 | 2 | -1/+73 |
| |\ | | | | | | | embassy-rp (rp2040): Rtc wait_for_alarm | ||||
| | * | Log current date and time when alarm is triggered | 1-rafael-1 | 2025-09-15 | 1 | -1/+5 |
| | | | |||||
| | * | alarm handling to poll hardware status directly; add ci test | 1-rafael-1 | 2025-09-15 | 1 | -8/+4 |
| | | | |||||
| | * | Merge branch 'main' into rp2040-rtc-alarm | 1-rafael-1 | 2025-09-15 | 363 | -1485/+7983 |
| | |\ | |||||
| | * | | simplify alarm scheduling logic in RTC example | 1-rafael-1 | 2025-05-20 | 1 | -4/+1 |
| | | | | |||||
| | * | | embassy-rp (rp2040): Rtc wait_for_alarm | 1-rafael-1 | 2025-05-16 | 2 | -1/+76 |
| | | | | |||||
| * | | | Merge pull request #4646 from Iooon/mspm0-adc | i509VCB | 2025-09-17 | 2 | -0/+78 |
| |\ \ \ | | | | | | | | | | | | | MSPM0: add adc implementation | ||||
| | * | | | mspm0-adc: implement From for AnyAdcChannel | crispaudio | 2025-09-14 | 2 | -12/+6 |
| | | | | | |||||
| | * | | | mspm0-adc: remove dynamic vrsel and cleanup | crispaudio | 2025-09-09 | 2 | -16/+4 |
| | | | | | |||||
| | * | | | mspm0-adc: add adc with examples | crispaudio | 2025-09-08 | 2 | -0/+96 |
| | | | | | |||||
| * | | | | 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 |
| | | | | | |||||
