| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | stm32/adc: simplify delay handling | Dario Nieuwenhuis | 2021-07-05 | 2 | -18/+13 |
| * | nrf/gpio: fix unused warning on chips without ports | Dario Nieuwenhuis | 2021-07-05 | 1 | -5/+5 |
| * | Deny warnings in CI | Dario Nieuwenhuis | 2021-07-05 | 1 | -1/+8 |
| * | Remove old unused ci.sh | Dario Nieuwenhuis | 2021-07-05 | 1 | -16/+0 |
| * | Merge pull request #273 from rukai/fix_warnings_again | Dario Nieuwenhuis | 2021-07-05 | 8 | -54/+24 |
| |\ | |||||
| | * | fix stm32 warnings | Rukai | 2021-07-05 | 8 | -54/+24 |
| * | | Merge pull request #274 from rukai/fix_warnings_again_rp_std | Dario Nieuwenhuis | 2021-07-05 | 5 | -21/+24 |
| |\ \ | |||||
| | * | | Fix warnings in std and rp | Rukai | 2021-07-04 | 5 | -21/+24 |
| | |/ | |||||
| * | | Merge pull request #275 from thalesfragoso/main-tim3 | Dario Nieuwenhuis | 2021-07-05 | 1 | -2/+2 |
| |\ \ | |/ |/| | |||||
| | * | STM: Change embassy main to use TIM3 instead of TIM2 | Thales Fragoso | 2021-07-04 | 1 | -2/+2 |
| |/ | |||||
| * | Merge pull request #272 from thalesfragoso/f0-apb2 | Thales | 2021-07-03 | 3 | -3/+2 |
| |\ | |||||
| | * | F0: Fix missing apb2 clock | Thales Fragoso | 2021-07-03 | 3 | -3/+2 |
| |/ | |||||
| * | Merge pull request #270 from bobmcwhirter/fix_bungled_i2c | Dario Nieuwenhuis | 2021-07-02 | 2 | -4/+4 |
| |\ | |||||
| | * | Let's adjust i2c the correct way, removing the correct APBesque frequency, no... | Bob McWhirter | 2021-07-02 | 2 | -4/+4 |
| |/ | |||||
| * | Merge pull request #268 from bobmcwhirter/i2c_rcc | Bob McWhirter | 2021-07-01 | 4 | -5/+8 |
| |\ | |||||
| | * | Remove the frequency argument for i2c, move to using RccPeripheral. | Bob McWhirter | 2021-07-01 | 4 | -5/+8 |
| |/ | |||||
| * | Merge pull request #264 from bobmcwhirter/usartv3 | Bob McWhirter | 2021-07-01 | 9 | -51/+398 |
| |\ | |||||
| | * | argh, intellij. | Bob McWhirter | 2021-07-01 | 1 | -2/+2 |
| | * | Update -data. | Bob McWhirter | 2021-07-01 | 1 | -0/+0 |
| | * | Make UART pins Rx/Tx/etc in addition to USART. | Bob McWhirter | 2021-07-01 | 4 | -4/+128 |
| | * | Stub in the DMA bits that aren't yet there. | Bob McWhirter | 2021-07-01 | 4 | -3/+14 |
| | * | Re-enable because intellij. | Bob McWhirter | 2021-07-01 | 1 | -2/+2 |
| | * | Add L4+ example for USART. | Bob McWhirter | 2021-07-01 | 1 | -0/+89 |
| | * | Add USARTv3 support. | Bob McWhirter | 2021-07-01 | 5 | -52/+175 |
| |/ | |||||
| * | Merge pull request #262 from Liamolucko/nrf-rng | Dario Nieuwenhuis | 2021-07-01 | 12 | -0/+311 |
| |\ | |||||
| | * | fix: check if `new_ptr == end`, not the old pointer | Liam Murphy | 2021-06-30 | 1 | -2/+2 |
| | * | Use atomics to share state instead of a `RefCell` | Liam Murphy | 2021-06-30 | 1 | -57/+83 |
| | * | Update RNG example | Liam Murphy | 2021-06-30 | 1 | -4/+17 |
| | * | Don't wake the future for every byte in `fill_bytes` | Liam Murphy | 2021-06-30 | 1 | -14/+78 |
| | * | Move initialisation inside of future | Liam Murphy | 2021-06-30 | 1 | -3/+3 |
| | * | Add an nRF RNG driver | Liam Murphy | 2021-06-29 | 12 | -0/+208 |
| * | | Merge pull request #265 from thalesfragoso/some-fences | Thales | 2021-06-30 | 2 | -9/+8 |
| |\ \ | |||||
| | * | | stm32: Adjust some fences around DMA | Thales Fragoso | 2021-06-30 | 2 | -9/+8 |
| |/ / | |||||
| * | | Merge pull request #266 from embassy-rs/rp-clocks | Dario Nieuwenhuis | 2021-06-30 | 3 | -37/+89 |
| |\ \ | |||||
| | * | | rp/clocks: don't disrupt PLLs if already running. | Dario Nieuwenhuis | 2021-06-30 | 2 | -35/+59 |
| | * | | rp/spi: add configurable pha/pol | Dario Nieuwenhuis | 2021-06-30 | 1 | -2/+9 |
| | * | | rp/spi: add Transfer | Dario Nieuwenhuis | 2021-06-30 | 1 | -0/+21 |
| |/ / | |||||
| * | | Merge pull request #258 from embassy-rs/rp-clocks | Dario Nieuwenhuis | 2021-06-30 | 2 | -21/+87 |
| |\ \ | |||||
| | * | | rp/gpio: add optional pins | Dario Nieuwenhuis | 2021-06-30 | 2 | -21/+87 |
| |/ / | |||||
| * | | Merge pull request #253 from bobmcwhirter/dma_tables | Bob McWhirter | 2021-06-30 | 12 | -197/+472 |
| |\ \ | |||||
| | * | | Change atomics and add a fence. | Bob McWhirter | 2021-06-30 | 1 | -4/+8 |
| | * | | Because IntelliJ makes life hard. | Bob McWhirter | 2021-06-30 | 1 | -1/+1 |
| | * | | Enable RCC within the USART itself. | Bob McWhirter | 2021-06-30 | 2 | -5/+2 |
| | * | | Remove paste. | Bob McWhirter | 2021-06-30 | 1 | -1/+0 |
| | * | | Fix non-DMA USART example. | Bob McWhirter | 2021-06-29 | 1 | -1/+1 |
| | * | | Protect DMA-related things with cfg. | Bob McWhirter | 2021-06-29 | 2 | -7/+8 |
| | * | | Make the metapac gen enr/rst missing regs non-fatal to the build. | Bob McWhirter | 2021-06-29 | 1 | -3/+3 |
| | * | | Formatting. | Bob McWhirter | 2021-06-29 | 1 | -2/+0 |
| | * | | Adjust example for RCC and DMA. | Bob McWhirter | 2021-06-29 | 2 | -5/+5 |
| | * | | Wire up DMA with USART v1. | Bob McWhirter | 2021-06-29 | 5 | -32/+107 |
