aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
| |\ \ \
| | * | | nrf/qspi: add _raw variants of methods that don't do bounds checks.Dario Nieuwenhuis2023-03-052-0/+6
| | * | | nrf/qspi: remove FLASH_SIZE const generic param.Dario Nieuwenhuis2023-03-052-2/+2
| | * | | nrf/qspi: always use u32 for addresses.Dario Nieuwenhuis2023-03-051-5/+5
| * | | | nrf/buffered_uarte: make available on stable.Dario Nieuwenhuis2023-03-041-1/+1
| * | | | nrf/buffered_uarte: remove PeripheralMutex, make it work without rts/cts.Dario Nieuwenhuis2023-03-041-9/+3
| |/ / /
| * | | Merge pull request #1244 from embassy-rs/interruptexecutorDario Nieuwenhuis2023-03-015-49/+89
| |\ \ \
| | * | | cortex-m/executor: don't use the owned interrupts system.Dario Nieuwenhuis2023-02-285-49/+89
| * | | | Example fixes.Dario Nieuwenhuis2023-03-016-56/+11
| |/ / /
| * | | examples/std: fix net running out of sockets.Dario Nieuwenhuis2023-02-263-3/+3
* | | | Bump embedded-storage-async to 0.4Mehmet Ali Anil2023-03-062-2/+2
|/ / /
* | | stm32/sdmmc: Implement proper clock configurationchemicstry2023-02-232-1/+3
* | | nrf: rename UARTETWISPIn -> SERIALnDario Nieuwenhuis2023-02-211-1/+1
* | | examples/stm32wb: do not reserve words at start of RAM.Dario Nieuwenhuis2023-02-201-1/+1
| | |
| \ \
*-. \ \ Merge #1218 #1219bors[bot]2023-02-191-2/+37
|\ \ \ \
| | * | | stm32/sdmmc: Fix SDIOv1 writeschemicstry2023-02-181-2/+37
| |/ / /
* | | | Merge #1217bors[bot]2023-02-192-2/+2
|\ \ \ \
| * | | | Fix a typo in "PioPeripheral"sekoia2023-02-152-2/+2
| |/ / /
* / / / examples/stm32wb: fix linker script.Dario Nieuwenhuis2023-02-191-1/+1
|/ / /