| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | stm32/examples: cleanup L4 | Dario Nieuwenhuis | 2021-07-24 | 10 | -279/+100 |
| * | Enable SYSCFG clock in `exti::init()` | Timo Kröger | 2021-07-24 | 7 | -39/+3 |
| * | Reset back the memory.x also. | Bob McWhirter | 2021-07-23 | 1 | -2/+2 |
| * | Reset the examples to the original F4 flavor. | Bob McWhirter | 2021-07-23 | 2 | -4/+3 |
| * | Enable DMA for SPIv1 on F4's etc. | Bob McWhirter | 2021-07-23 | 4 | -3/+92 |
| * | Make SPIv3 work with DMA. | Bob McWhirter | 2021-07-23 | 2 | -0/+221 |
| * | FFS warnings about unused Result<>. | Bob McWhirter | 2021-07-23 | 1 | -1/+1 |
| * | Fix warnings about un-used variables. | Bob McWhirter | 2021-07-23 | 1 | -2/+2 |
| * | Fix extraneous `mut` warnings in L4 example. | Bob McWhirter | 2021-07-23 | 1 | -3/+3 |
| * | Fix up the L0 example for SPI. | Bob McWhirter | 2021-07-23 | 1 | -1/+4 |
| * | Improve the SPIv2 DMA example to verify it actually works. | Bob McWhirter | 2021-07-23 | 1 | -9/+22 |
| * | SPIv2 + DMA. | Bob McWhirter | 2021-07-23 | 2 | -0/+106 |
| * | Use `Dbgmcu::enable_all()` in stm32f4 examples | Timo Kröger | 2021-07-23 | 6 | -39/+10 |
| * | stm32: No need to enable GPIO clocks manually | Timo Kröger | 2021-07-23 | 21 | -221/+36 |
| * | Auto-enable all GPIOs during init(). | Bob McWhirter | 2021-07-23 | 1 | -12/+0 |
| * | Add a `Dbgmcu` struct capable of enabling all relevant DBGMCU.cr fields. | Bob McWhirter | 2021-07-22 | 2 | -12/+6 |
| * | Merge pull request #308 from timokroeger/stmf4-example-cleanup | Dario Nieuwenhuis | 2021-07-21 | 7 | -175/+106 |
| |\ | |||||
| | * | Cleanup stm32f4 examples | Timo Kröger | 2021-07-21 | 7 | -175/+106 |
| * | | Merge pull request #302 from embassy-rs/rp-spi-fixes | Dario Nieuwenhuis | 2021-07-20 | 3 | -0/+218 |
| |\ \ | |||||
| | * | | rp/examples: add spi_display example | Dario Nieuwenhuis | 2021-07-20 | 3 | -0/+218 |
| * | | | Merge pull request #226 from huntc/mpsc | Dario Nieuwenhuis | 2021-07-20 | 1 | -0/+65 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | Provides a cleaner construction of the channel with the common "new" naming | huntc | 2021-07-15 | 1 | -1/+2 |
| | * | | Use of a NoopMutex | huntc | 2021-07-15 | 1 | -4/+4 |
| | * | | Remove the cell and trait | huntc | 2021-07-15 | 1 | -4/+4 |
| | * | | Replace UnsafeCell | huntc | 2021-07-15 | 1 | -5/+3 |
| | * | | Reduces the types on sender and receiver | huntc | 2021-07-15 | 1 | -3/+5 |
| | * | | Multi Producer Single Consumer channel | huntc | 2021-07-15 | 1 | -0/+64 |
| * | | | rp/examples: add spi example | Dario Nieuwenhuis | 2021-07-19 | 1 | -0/+50 |
| | |/ |/| | |||||
| * | | stm32/examples: update DMA channel names | Dario Nieuwenhuis | 2021-07-17 | 3 | -3/+3 |
| * | | Get DMA on H7 working, add usart_dma example for H7. | Bob McWhirter | 2021-07-16 | 1 | -0/+100 |
| * | | stm32/dma: fix h7 impls | Dario Nieuwenhuis | 2021-07-16 | 1 | -6/+3 |
| * | | stm32/dma: impl all variants | Dario Nieuwenhuis | 2021-07-16 | 6 | -11/+11 |
| * | | stm32: Add F0 example | Thales Fragoso | 2021-07-15 | 6 | -0/+116 |
| |/ | |||||
| * | stm32l4/examples: remove old-pac uses. | Dario Nieuwenhuis | 2021-07-15 | 7 | -162/+147 |
| * | Fix more warnings and examples. | Bob McWhirter | 2021-07-14 | 2 | -4/+4 |
| * | Fix the h7 example. | Bob McWhirter | 2021-07-14 | 1 | -1/+2 |
| * | First shot at async dma usart for stm32. | Bob McWhirter | 2021-07-14 | 1 | -5/+6 |
| * | Mix dmamux into bdma_v1. | Bob McWhirter | 2021-07-13 | 1 | -0/+96 |
| * | Checkpoint DMAMUX channel setup. | Bob McWhirter | 2021-07-13 | 1 | -4/+0 |
| * | rp/timer: add | Dario Nieuwenhuis | 2021-07-12 | 1 | -2/+3 |
| * | stm32/adc: simplify delay handling | Dario Nieuwenhuis | 2021-07-05 | 1 | -5/+4 |
| * | Merge pull request #273 from rukai/fix_warnings_again | Dario Nieuwenhuis | 2021-07-05 | 6 | -46/+21 |
| |\ | |||||
| | * | fix stm32 warnings | Rukai | 2021-07-05 | 6 | -46/+21 |
| * | | Fix warnings in std and rp | Rukai | 2021-07-04 | 3 | -15/+19 |
| |/ | |||||
| * | Make UART pins Rx/Tx/etc in addition to USART. | Bob McWhirter | 2021-07-01 | 1 | -0/+99 |
| * | Stub in the DMA bits that aren't yet there. | Bob McWhirter | 2021-07-01 | 1 | -1/+9 |
| * | Add L4+ example for USART. | Bob McWhirter | 2021-07-01 | 1 | -0/+89 |
| * | Merge pull request #262 from Liamolucko/nrf-rng | Dario Nieuwenhuis | 2021-07-01 | 2 | -0/+44 |
| |\ | |||||
| | * | Update RNG example | Liam Murphy | 2021-06-30 | 1 | -4/+17 |
| | * | Add an nRF RNG driver | Liam Murphy | 2021-06-29 | 2 | -0/+31 |
