aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* stm32/adc: simplify delay handlingDario Nieuwenhuis2021-07-052-18/+13
* nrf/gpio: fix unused warning on chips without portsDario Nieuwenhuis2021-07-051-5/+5
* Deny warnings in CIDario Nieuwenhuis2021-07-051-1/+8
* Remove old unused ci.shDario Nieuwenhuis2021-07-051-16/+0
* Merge pull request #273 from rukai/fix_warnings_againDario Nieuwenhuis2021-07-058-54/+24
|\
| * fix stm32 warningsRukai2021-07-058-54/+24
* | Merge pull request #274 from rukai/fix_warnings_again_rp_stdDario Nieuwenhuis2021-07-055-21/+24
|\ \
| * | Fix warnings in std and rpRukai2021-07-045-21/+24
| |/
* | Merge pull request #275 from thalesfragoso/main-tim3Dario Nieuwenhuis2021-07-051-2/+2
|\ \ | |/ |/|
| * STM: Change embassy main to use TIM3 instead of TIM2Thales Fragoso2021-07-041-2/+2
|/
* Merge pull request #272 from thalesfragoso/f0-apb2Thales2021-07-033-3/+2
|\
| * F0: Fix missing apb2 clockThales Fragoso2021-07-033-3/+2
|/
* Merge pull request #270 from bobmcwhirter/fix_bungled_i2cDario Nieuwenhuis2021-07-022-4/+4
|\
| * Let's adjust i2c the correct way, removing the correct APBesque frequency, no...Bob McWhirter2021-07-022-4/+4
|/
* Merge pull request #268 from bobmcwhirter/i2c_rccBob McWhirter2021-07-014-5/+8
|\
| * Remove the frequency argument for i2c, move to using RccPeripheral.Bob McWhirter2021-07-014-5/+8
|/
* Merge pull request #264 from bobmcwhirter/usartv3Bob McWhirter2021-07-019-51/+398
|\
| * argh, intellij.Bob McWhirter2021-07-011-2/+2
| * Update -data.Bob McWhirter2021-07-011-0/+0
| * Make UART pins Rx/Tx/etc in addition to USART.Bob McWhirter2021-07-014-4/+128
| * Stub in the DMA bits that aren't yet there.Bob McWhirter2021-07-014-3/+14
| * Re-enable because intellij.Bob McWhirter2021-07-011-2/+2
| * Add L4+ example for USART.Bob McWhirter2021-07-011-0/+89
| * Add USARTv3 support.Bob McWhirter2021-07-015-52/+175
|/
* Merge pull request #262 from Liamolucko/nrf-rngDario Nieuwenhuis2021-07-0112-0/+311
|\
| * fix: check if `new_ptr == end`, not the old pointerLiam Murphy2021-06-301-2/+2
| * Use atomics to share state instead of a `RefCell`Liam Murphy2021-06-301-57/+83
| * Update RNG exampleLiam Murphy2021-06-301-4/+17
| * Don't wake the future for every byte in `fill_bytes`Liam Murphy2021-06-301-14/+78
| * Move initialisation inside of futureLiam Murphy2021-06-301-3/+3
| * Add an nRF RNG driverLiam Murphy2021-06-2912-0/+208
* | Merge pull request #265 from thalesfragoso/some-fencesThales2021-06-302-9/+8
|\ \
| * | stm32: Adjust some fences around DMAThales Fragoso2021-06-302-9/+8
|/ /
* | Merge pull request #266 from embassy-rs/rp-clocksDario Nieuwenhuis2021-06-303-37/+89
|\ \
| * | rp/clocks: don't disrupt PLLs if already running.Dario Nieuwenhuis2021-06-302-35/+59
| * | rp/spi: add configurable pha/polDario Nieuwenhuis2021-06-301-2/+9
| * | rp/spi: add TransferDario Nieuwenhuis2021-06-301-0/+21
|/ /
* | Merge pull request #258 from embassy-rs/rp-clocksDario Nieuwenhuis2021-06-302-21/+87
|\ \
| * | rp/gpio: add optional pinsDario Nieuwenhuis2021-06-302-21/+87
|/ /
* | Merge pull request #253 from bobmcwhirter/dma_tablesBob McWhirter2021-06-3012-197/+472
|\ \
| * | Change atomics and add a fence.Bob McWhirter2021-06-301-4/+8
| * | Because IntelliJ makes life hard.Bob McWhirter2021-06-301-1/+1
| * | Enable RCC within the USART itself.Bob McWhirter2021-06-302-5/+2
| * | Remove paste.Bob McWhirter2021-06-301-1/+0
| * | Fix non-DMA USART example.Bob McWhirter2021-06-291-1/+1
| * | Protect DMA-related things with cfg.Bob McWhirter2021-06-292-7/+8
| * | Make the metapac gen enr/rst missing regs non-fatal to the build.Bob McWhirter2021-06-291-3/+3
| * | Formatting.Bob McWhirter2021-06-291-2/+0
| * | Adjust example for RCC and DMA.Bob McWhirter2021-06-292-5/+5
| * | Wire up DMA with USART v1.Bob McWhirter2021-06-295-32/+107