aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Fix testsDion Dokter2024-08-051-1/+4
* Updated WL examples to use new APIDion Dokter2024-08-059-16/+69
* Update new examples to new releasesDion Dokter2024-08-052-6/+6
* Fix WL boot exampleDion Dokter2024-08-053-3/+24
* Merge branch 'master' into stm-dualcoreDion Dokter2024-08-0568-144/+2595
|\
| * Prepare to release embassy-boot-rpUlf Lilleengen2024-08-051-1/+1
| * Prepare to release embassy-rpUlf Lilleengen2024-08-052-2/+2
| * Prepare to release embassy-boot-nrfUlf Lilleengen2024-08-051-1/+1
| * Prepare to release embassy-bootUlf Lilleengen2024-08-051-1/+1
| * prepare release embassy-executorUlf Lilleengen2024-08-0545-45/+45
| * Prepare to release embassy-usbUlf Lilleengen2024-08-0520-20/+20
| * Prepare for embassy-nrf releaseUlf Lilleengen2024-08-0510-10/+10
| * Prepare embassy-time releaseUlf Lilleengen2024-08-0546-46/+46
| * Prepare release of embassy-embedded-hal 0.2.0Ulf Lilleengen2024-08-0515-15/+15
| * Fix bootloader-rp's bootloader memory region overflowRob Pilling2024-07-311-1/+1
| * Merge pull request #3159 from kalkyl/shared-busJames Munns2024-07-181-0/+115
| |\
| | * Add link to example in bookkalkyl2024-07-081-2/+2
| | * Add example for shared I2C and SPI buseskalkyl2024-07-081-0/+115
| * | Merge pull request #3185 from MathiasKoch/embassy-rp/uart-split-refDario Nieuwenhuis2024-07-181-1/+1
| |\ \
| | * | Fix example after swapping bufferedUart rx and tx in split fnMathias2024-07-171-1/+1
| * | | Merge pull request #3163 from michelrandahl/f303-tsc-exampleDario Nieuwenhuis2024-07-183-0/+336
| |\ \ \
| | * | | add async TSC example for STM32L073michel2024-07-101-0/+122
| | * | | add blocking TSC examplesmichel2024-07-102-0/+214
| * | | | Merge pull request #3171 from nerwalt/nrf9151Dario Nieuwenhuis2024-07-1815-1/+1769
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | cargo fmt examplesnerwalt2024-07-152-4/+0
| | * | | Merge branch 'main' into nrf9151nerwalt2024-07-1131-24/+1399
| | |\ \ \
| | * \ \ \ Merge branch 'main' into nrf9151nerwalt2024-07-011-0/+85
| | |\ \ \ \
| | * | | | | Adding uart example to 9151-nsnerwalt2024-06-282-3/+40
| | * | | | | Adding support for 9120nerwalt2024-06-284-4/+2
| | * | | | | Adding initial support for nrf9151 s and nsnerwalt2024-06-2713-0/+1737
| * | | | | | bump more udbd-hid usages to 0.8.1JuliDi2024-07-165-5/+5
| * | | | | | bump usbd-hid from 0.7.0 to 0.8.1JuliDi2024-07-161-1/+1
| | |_|/ / / | |/| | | |
| * | | | | rustfmtrafael2024-07-081-5/+2
| * | | | | rustfmtrafael2024-07-081-1/+1
| * | | | | add assign_resources examplerafael2024-07-082-0/+85
| | |_|_|/ | |/| | |
| * | | | Add more docs and cross-linkskalkyl2024-07-081-6/+16
| * | | | Add example for sharing things between taskskalkyl2024-07-081-0/+140
| | |_|/ | |/| |
* | | | Improve shared data placement, require less atomic support and use unsafecell...Dion Dokter2024-08-054-2/+4
* | | | fmtDion Dokter2024-07-092-8/+4
* | | | Make clocks repr C.Dion Dokter2024-07-085-9/+25
* | | | Add H755 examplesDion Dokter2024-07-0810-0/+338
|/ / /
* | | Fixed to reserve as much space as it uses.Dickless2024-07-071-1/+1
* | | [#2905 #2904] Replaced static raw array with GroundedArrayCellDickless2024-07-061-3/+9
* | | cargo +nightly fmtDickless2024-07-051-3/+1
* | | rustfmtDickless2024-07-051-2/+1
* | | add SAI exampleDickless2024-07-052-0/+190
* | | stm32 adc: introduce blocking_readAndres Vahter2024-07-0311-18/+18
* | | Merge pull request #3128 from andresv/stm32-adc-dma-v3Ulf Lilleengen2024-07-032-0/+120
|\ \ \
| * | | stm32g0: add adc_dma exampleAndres Vahter2024-07-031-0/+44
| * | | add async dma read exampleAlexandros Liarokapis2024-07-021-0/+76