aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #302 from embassy-rs/rp-spi-fixesDario Nieuwenhuis2021-07-203-0/+218
|\
| * rp/examples: add spi_display exampleDario Nieuwenhuis2021-07-203-0/+218
* | Merge pull request #226 from huntc/mpscDario Nieuwenhuis2021-07-201-0/+65
|\ \ | |/ |/|
| * Provides a cleaner construction of the channel with the common "new" naminghuntc2021-07-151-1/+2
| * Use of a NoopMutexhuntc2021-07-151-4/+4
| * Remove the cell and traithuntc2021-07-151-4/+4
| * Replace UnsafeCellhuntc2021-07-151-5/+3
| * Reduces the types on sender and receiverhuntc2021-07-151-3/+5
| * Multi Producer Single Consumer channelhuntc2021-07-151-0/+64
* | rp/examples: add spi exampleDario Nieuwenhuis2021-07-191-0/+50
* | stm32/examples: update DMA channel namesDario Nieuwenhuis2021-07-173-3/+3
* | Get DMA on H7 working, add usart_dma example for H7.Bob McWhirter2021-07-161-0/+100
* | stm32/dma: fix h7 implsDario Nieuwenhuis2021-07-161-6/+3
* | stm32/dma: impl all variantsDario Nieuwenhuis2021-07-166-11/+11
* | stm32: Add F0 exampleThales Fragoso2021-07-156-0/+116
|/
* stm32l4/examples: remove old-pac uses.Dario Nieuwenhuis2021-07-157-162/+147
* Fix more warnings and examples.Bob McWhirter2021-07-142-4/+4
* Fix the h7 example.Bob McWhirter2021-07-141-1/+2
* First shot at async dma usart for stm32.Bob McWhirter2021-07-141-5/+6
* Mix dmamux into bdma_v1.Bob McWhirter2021-07-131-0/+96
* Checkpoint DMAMUX channel setup.Bob McWhirter2021-07-131-4/+0
* rp/timer: addDario Nieuwenhuis2021-07-121-2/+3
* stm32/adc: simplify delay handlingDario Nieuwenhuis2021-07-051-5/+4
* Merge pull request #273 from rukai/fix_warnings_againDario Nieuwenhuis2021-07-056-46/+21
|\
| * fix stm32 warningsRukai2021-07-056-46/+21
* | Fix warnings in std and rpRukai2021-07-043-15/+19
|/
* Make UART pins Rx/Tx/etc in addition to USART.Bob McWhirter2021-07-011-0/+99
* Stub in the DMA bits that aren't yet there.Bob McWhirter2021-07-011-1/+9
* Add L4+ example for USART.Bob McWhirter2021-07-011-0/+89
* Merge pull request #262 from Liamolucko/nrf-rngDario Nieuwenhuis2021-07-012-0/+44
|\
| * Update RNG exampleLiam Murphy2021-06-301-4/+17
| * Add an nRF RNG driverLiam Murphy2021-06-292-0/+31
* | Fix non-DMA USART example.Bob McWhirter2021-06-291-1/+1
* | Adjust example for RCC and DMA.Bob McWhirter2021-06-291-2/+2
* | Merge pull request #255 from thalesfragoso/od-pinDario Nieuwenhuis2021-06-2711-30/+28
|\ \ | |/ |/|
| * stm32: Update gpio examplesThales Fragoso2021-06-2511-30/+28
* | rp/gpio: add infallible inherent methodsDario Nieuwenhuis2021-06-252-6/+5
* | rp: clock setupDario Nieuwenhuis2021-06-251-1/+1
|/
* net: Make the user pass in the StackResources in initThales Fragoso2021-06-202-3/+11
* stm32h7: Add ethernet exampleThales Fragoso2021-06-165-2/+215
* Add support for generating PAC for dual coresUlf Lilleengen2021-06-162-3/+8
* ADCv3 and example.Bob McWhirter2021-06-144-12/+110
* Add minimal RCC impls for L4 and F4Ulf Lilleengen2021-06-143-3/+0
* Merge pull request #242 from Tiwalun/stm32wb55-metapacDario Nieuwenhuis2021-06-126-0/+187
|\
| * Add STM32WB55 examples to CI, fix example crate nameDominik Boehi2021-06-121-1/+1
| * Initial support and example for STM32WB55Dominik Boehi2021-06-126-0/+187
* | UPdate smoltcpDario Nieuwenhuis2021-06-121-1/+1
|/
* Add examples for STM32L0Ulf Lilleengen2021-06-099-0/+297
* Bring over DAC example (relies upon stm32-data update)Bob McWhirter2021-06-082-4/+94
* Initial swag at h7 examples.Bob McWhirter2021-06-084-0/+138