aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* enable inline-asm feature for cortex-m in examplespennae2023-04-1831-32/+32
* stm32/sdmmc: add init_card retry.Dario Nieuwenhuis2023-04-171-1/+12
* Merge #1369bors[bot]2023-04-175-8/+8
|\
| * update to released versionsUlf Lilleengen2023-04-173-6/+6
| * Update to rust-lorawan with afit supportUlf Lilleengen2023-04-155-8/+8
| |
| \
*-. \ Merge #1371 #1374bors[bot]2023-04-172-3/+3
|\ \ \ | |_|/ |/| |
| | * stm32: fix defective examplexoviat2023-04-161-2/+2
| |/ |/|
| * stm32/rtc: remove chrono datetime and add convertersxoviat2023-04-161-1/+1
|/
* stm32/sdmmc: switch to AFIT.Dario Nieuwenhuis2023-04-151-1/+1
* Release embassy-sync v0.2.0Dario Nieuwenhuis2023-04-1333-33/+33
* Fix duplicate package nameSebastian Goll2023-04-111-1/+1
* stm32: remove subghz feature.Dario Nieuwenhuis2023-04-071-1/+1
* Merge #1330bors[bot]2023-04-061-0/+77
|\
| * stm32/pwm: fix unused importxoviat2023-04-051-1/+1
| * stm32/pwm: add complementary pwm examplexoviat2023-04-051-0/+77
* | Update embedded-hal crates.Dario Nieuwenhuis2023-04-067-133/+46
* | Merge #1333bors[bot]2023-04-061-0/+35
|\ \
| * | Fix example reference voltageGrant Miller2023-04-051-4/+3
| * | Fix exampleGrant Miller2023-04-051-3/+12
| * | Update STM32F0 ADC example to use `read_internal`Matthew W. Samsonoff2023-04-051-2/+5
| * | Add ADC example for STM32F0Matthew W. Samsonoff2023-04-051-0/+24
* | | stm32: add H5 support.Dario Nieuwenhuis2023-04-0613-0/+615
|/ /
* | Align flash examplesRasmus Melchior Jacobsen2023-04-057-14/+15
* | Align stm32 bootloader exampleRasmus Melchior Jacobsen2023-04-051-3/+4
|/
* Align examples with bootloader changesRasmus Melchior Jacobsen2023-04-043-8/+9
* Merge #1321bors[bot]2023-04-0435-35/+35
|\
| * executor: add Pender, rework Cargo features.Dario Nieuwenhuis2023-04-0335-35/+35
* | Merge #1313bors[bot]2023-04-042-26/+4
|\ \
| * | Fix interrupt handling so it is similar to before the rework, and fix examplesMathias2023-03-312-26/+4
| |/
* | run fmtMathieu Dupont2023-04-031-1/+0
* | Add MCO support for L4 and F4 familiesMathieu Dupont2023-04-032-0/+58
|/
* Example using the PIO to drive WS2812 aka Neopixel RGB ledsCaleb Jamison2023-03-112-0/+143
* Merge #1267bors[bot]2023-03-0810-14/+10
|\
| * Fix examples broken by the macro fix.Dario Nieuwenhuis2023-03-0810-14/+10
* | Merge upstreamMehmet Ali Anil2023-03-0744-281/+344
|\|
| * nrf/usb: switch to new interrupt binding, fix vbus detect on nrf53.Dario Nieuwenhuis2023-03-067-56/+76
| * nrf/twis: switch to new interrupt binding.Dario Nieuwenhuis2023-03-061-5/+7
| * nrf/temp: switch to new interrupt binding.Dario Nieuwenhuis2023-03-061-3/+6
| * nrf/twim: switch to new interrupt binding.Dario Nieuwenhuis2023-03-062-6/+12
| * nrf/spis: switch to new interrupt binding.Dario Nieuwenhuis2023-03-061-3/+6
| * nrf/spim: switch to new interrupt binding.Dario Nieuwenhuis2023-03-063-9/+18
| * nrf/saadc: switch to new interrupt binding.Dario Nieuwenhuis2023-03-062-4/+12
| * nrf/rng: make available on all chips, use Instance trait, switch to new inter...Dario Nieuwenhuis2023-03-062-4/+12
| * nrf/qspi: switch to new interrupt binding.Dario Nieuwenhuis2023-03-062-6/+12
| * nrf/qdec: make available on all chips, use Instance trait, switch to new inte...Dario Nieuwenhuis2023-03-061-3/+6
| * nrf/pdm: make available on all chips, use Instance trait, switch to new inter...Dario Nieuwenhuis2023-03-061-3/+7
| * nrf/i2s: switch to new interrupt binding.Dario Nieuwenhuis2023-03-063-14/+19
| * nrf/timer: remove awaitable.Dario Nieuwenhuis2023-03-061-26/+0
| * nrf/uart: switch to new interrupt binding.Dario Nieuwenhuis2023-03-065-16/+33
| * Merge pull request #1232 from embassy-rs/nrf-qspi-fixesDario Nieuwenhuis2023-03-052-7/+13
| |\