aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'main' into add-nrf-rtc-driverUlf Lilleengen2025-09-223-3/+3
|\
| * Update manifests to satisfy new checks.Dario Nieuwenhuis2025-09-223-3/+3
| |
* | add basic RTC driver for nRFRobin Mueller2025-09-222-0/+58
|/
* examples/rp235x: Add multicore stack overflow example9names2025-09-211-0/+72
|
* Merge pull request #4216 from 1-rafael-1/rp2040-rtc-alarmUlf Lilleengen2025-09-172-1/+73
|\ | | | | | | embassy-rp (rp2040): Rtc wait_for_alarm
| * Log current date and time when alarm is triggered1-rafael-12025-09-151-1/+5
| |
| * alarm handling to poll hardware status directly; add ci test1-rafael-12025-09-151-8/+4
| |
| * Merge branch 'main' into rp2040-rtc-alarm1-rafael-12025-09-15363-1485/+7983
| |\
| * | simplify alarm scheduling logic in RTC example1-rafael-12025-05-201-4/+1
| | |
| * | embassy-rp (rp2040): Rtc wait_for_alarm1-rafael-12025-05-162-1/+76
| | |
* | | Merge pull request #4646 from Iooon/mspm0-adci509VCB2025-09-172-0/+78
|\ \ \ | | | | | | | | | | | | MSPM0: add adc implementation
| * | | mspm0-adc: implement From for AnyAdcChannelcrispaudio2025-09-142-12/+6
| | | |
| * | | mspm0-adc: remove dynamic vrsel and cleanupcrispaudio2025-09-092-16/+4
| | | |
| * | | mspm0-adc: add adc with examplescrispaudio2025-09-082-0/+96
| | | |
* | | | Merge remote-tracking branch 'upstream/main' into adc_v3-enumsPer Rosengren2025-09-1618-79/+813
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge pull request #4658 from Riceman2000/mainDario Nieuwenhuis2025-09-151-0/+155
| |\ \ \ | | | | | | | | | | | | | | | Add example for W55RP20-EVB-Pico
| | * | | Fix removed commentsriceman20002025-09-142-6/+6
| | | | |
| | * | | Up SPI freqriceman20002025-09-141-1/+1
| | | | |
| | * | | Remove unused importsriceman20002025-09-121-3/+1
| | | | |
| | * | | Merge branch 'embassy-rs:main' into mainRice2025-09-122-3/+1
| | |\ \ \
| | * | | | Updated examplericeman20002025-09-121-11/+23
| | | | | |
| | * | | | Example first draftRiceman20002025-09-121-0/+145
| | | | | |
| | * | | | Fix typo in PIO SPI examplesRiceman20002025-09-122-6/+6
| | | | | |
| * | | | | Merge pull request #4661 from mkj/pr/onewire-parasiteDario Nieuwenhuis2025-09-154-49/+233
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | rp: Add onewire parasite power for ds18b20
| | * | | | | rp/pio: Copy onewire examples from rp to rp235xMatt Johnston2025-09-142-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 powerMatt Johnston2025-09-142-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 examplesSüha Ünüvar2025-09-153-24/+24
| |/ / / / /
| * | / / / lpc55: added lpc55-core0 featureRoi Bachynskyi2025-09-121-1/+1
| | |/ / / | |/| | | | | | | | | | | | | Co-authored-by: Irina Chiorean <[email protected]>
| * | | | ci: use devtool to build.Dario Nieuwenhuis2025-09-112-3/+1
| |/ / /
| * | | Fix exampleDion Dokter2025-09-112-5/+5
| | | |
| * | | Add cargo metadataDion Dokter2025-09-111-0/+6
| | | |
| * | | Add edf example to CI and fix the examplediondokter2025-09-112-7/+8
| | | |
| * | | rustfmtJames Munns2025-09-111-1/+3
| | | |
| * | | Add EDF exampleJames Munns2025-09-115-0/+268
| |/ /
| * | nrf: 802.15.4 embassy-net-driverRemmirad2025-09-062-2/+122
| | |
* | | CleanupPer Rosengren2025-09-161-11/+0
| | |
* | | Re-export API enums and update examplesPer Rosengren2025-09-161-3/+3
|/ /
* | Merge pull request #4430 from fwolter/add-f1-remapDario Nieuwenhuis2025-09-052-4/+5
|\ \ | | | | | | | | | Add STM32F1 AFIO remap
| * | stm32/afio: use type inference for timer remaps as well.Dario Nieuwenhuis2025-09-052-4/+5
| | |
* | | Merge pull request #4210 from mcaveniathor/pio_i2s_rxDario Nieuwenhuis2025-09-051-0/+81
|\ \ \ | | | | | | | | | | | | Add PioI2sIn, PioI2sInProgram, and example binary
| * | | Add PioI2sIn, PioI2sInProgram, and example binaryThor McAvenia2025-09-051-0/+81
| |/ /
* | | rp: fix pio spi async exampleAdrian Wowk2025-09-051-1/+0
| | |
* | | rp: add pio spi runtime reconfigurationAdrian Wowk2025-09-052-23/+7
| | |
* | | style: cleanup with rustfmtAdrian Wowk2025-09-052-15/+9
| | |
* | | rp: add pio spi examplesAdrian Wowk2025-09-052-0/+128
|/ /
* | Merge pull request #4620 from embassy-rs/lolsaiDario Nieuwenhuis2025-09-052-69/+5
|\ \ | | | | | | | | | stm32: add i2s support for all versions, cleanup spi/i2s/sai versions.
| * | stm32/sai: update for new metapac, simplify cfgs.Dario Nieuwenhuis2025-09-052-69/+5
| | |
* | | Merge pull request #4496 from variegated-coffee/psramDario Nieuwenhuis2025-09-051-0/+49
|\ \ \ | | | | | | | | | | | | feat(embassy-rp): RP2350 - Add support for QMI CS1, and for APS6404L PSRAM
| * | | Manual rustfmt fixMagnus Nordlander2025-08-051-0/+1
| | | |
| * | | Apply rustfmtMagnus Nordlander2025-08-051-4/+3
| | | |