aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Update Cargo.tomllonesometraveler2025-04-081-1/+1
* Merge pull request #4016 from antonok-edm/emmcDario Nieuwenhuis2025-04-063-3/+3
|\
| * refactor to reduce code duplicationAnton Lazarev2025-03-313-3/+3
* | Merge pull request #4045 from mkj/dev/matt/xspiDario Nieuwenhuis2025-04-061-0/+448
|\ \
| * | Add stm32h7rs xpi_memory_mapped exampleMatt Johnston2025-04-041-0/+448
* | | Merge pull request #3983 from mgomez0/topic/buffered-uart-take-pins-before-in...Ulf Lilleengen2025-04-0512-12/+12
|\ \ \ | |/ / |/| |
| * | BufferedUart initializationMichael Gomez2025-04-0412-12/+12
| |/
* / mspm0: blocking uart driveri509VCB2025-03-2910-5/+180
|/
* Statically allocate task pools on stable Rust.Dario Nieuwenhuis2025-03-2845-45/+45
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-2757-138/+180
* stm32/dac: remove DMA generic params.Dario Nieuwenhuis2025-03-256-14/+12
* Merge pull request #3966 from i509VCB/mspm0-initUlf Lilleengen2025-03-2135-0/+791
|\
| * How about debug=0 for c1104?i509VCB2025-03-151-2/+2
| * more aggressive debug level for CI?i509VCB2025-03-151-2/+2
| * Remove temporary target yamlsi509VCB2025-03-154-667/+2
| * rustfmt 2: electric boogalooi509VCB2025-03-1310-40/+20
| * Embassy for MSPM0i509VCB2025-03-1337-0/+1476
* | w/ static config, don't need to wait for DHCPSteven Friedman2025-03-201-1/+1
* | reformatSteven Friedman2025-03-201-3/+6
* | define stm32h7rs ethernet pin traitsSteven Friedman2025-03-202-1/+117
* | Added ADC support for STM32C0.Timofei Korostelev2025-03-201-0/+57
|/
* boot/rp: Bump version number9names2025-03-091-1/+1
* rp: Update embassy-boot-rp to use embassy-rp 0.4.09names2025-03-091-1/+1
* rp/pio: Update cyw43-pio to use new version of embassy-rp9names2025-03-092-2/+2
* rp: Update embassy-rp version in examples and tests9names2025-03-092-2/+2
* Added access to the byte swap flag for RP2*** chips for the PIO state machine...eden barby2025-03-012-4/+4
* rename `Pimoroni Pico Plus 2` example to group alphabetically with other `bli...Curly2025-02-231-1/+1
* add `rp235x` blinky_wifi.rs` to support RPi Pico 2 WCurly2025-02-231-0/+89
* rename `rp23` (?) folder to `rp235x`; fix `ci.sh` to use `rp235x` folderCurly2025-02-2356-0/+0
* rp/pio: update pio-rs crate, reexport it so users don't get version mismatches.Dario Nieuwenhuis2025-02-187-13/+14
* Merge pull request #3880 from nikvoid/stm32-rtc-subsecondDario Nieuwenhuis2025-02-161-1/+1
|\
| * stm32: read microsecond from RTCnikvoid2025-02-131-1/+1
* | Merge pull request #3890 from 9names/imagedef-featureDario Nieuwenhuis2025-02-1651-255/+0
|\ \
| * | Remove ImageDef from rp23 examples9names2025-02-1651-255/+0
* | | Use probe-rs as default runner for rp23 examples9names2025-02-161-2/+2
|/ /
* | chore: prepare embassy-net releaseUlf Lilleengen2025-02-1418-18/+18
* | fix: update exampleskkeye2025-02-131-1/+1
* | fix: nightly fmtskkeye2025-02-132-14/+15
* | examples/rp: add examples using ICMP sockets and the ping utilityskkeye2025-02-133-1/+279
* | Update Cargo.toml : replace STM32WBA52CGU by STM32WBA55CGMax2025-02-101-1/+1
* | Update documentationFlamenco2025-02-081-1/+1
* | examples/rp: remove unneeded sio spinlock stuck bug workarounds.Dario Nieuwenhuis2025-02-064-4/+0
* | Replace STM32WBA52CGUxT by STM32WBA55CGUx because the WBA55 Nucleo board offi...Max2025-02-051-1/+1
* | document clock settings in examples/stm32f4/.../i2s_dma.rsvinsynth2025-02-031-0/+2
* | update examples/stm32f4/.../i2s_dma.rsvinsynth2025-02-031-19/+67
* | stm32/eth: rename PHY->Phy, GenericSMI -> GenericPhy. Remove unneeded unsafes.Dario Nieuwenhuis2025-01-267-28/+21
* | Merge pull request #3795 from nikvoid/stm32-phy-addr-detectionDario Nieuwenhuis2025-01-266-6/+6
|\ \
| * | stm32: change all examples and tests to use GenericSMI::new_auto().Dario Nieuwenhuis2025-01-266-6/+6
| |/
* | Merge pull request #3781 from markus-k/stm32g0-hsisysdivDario Nieuwenhuis2025-01-171-1/+3
|\ \
| * | examples/stm32: fix g0 hftimer example with hsi sys_divMarkus Kasten2025-01-171-1/+3