| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Change TWIM methods to copy slice if required and add non-copying variants | Til Blechschmidt | 2022-03-02 | 1 | -41/+86 |
| * | Change UARTE methods to copy slice if required and add non-copying variants | Til Blechschmidt | 2022-03-02 | 1 | -1/+35 |
| * | Fix EasyDMA slice copying not actually copying data | Til Blechschmidt | 2022-02-23 | 1 | -4/+7 |
| * | Change slice length check to use stable method | Til Blechschmidt | 2022-02-23 | 2 | -2/+3 |
| * | Add defmt log outputs for SPIM memcpy | Til Blechschmidt | 2022-02-23 | 1 | -0/+2 |
| * | Change SPIM methods to copy slice if required and add non-copying variants | Til Blechschmidt | 2022-02-23 | 1 | -4/+97 |
| * | Skip EasyDMA slice location check if slice is empty | Til Blechschmidt | 2022-02-23 | 2 | -3/+3 |
| * | Merge #639 | bors[bot] | 2022-02-23 | 18 | -764/+256 |
| |\ | |||||
| | * | stm32-metapac: remove peripehral_pins! macrotable. | Dario Nieuwenhuis | 2022-02-23 | 1 | -15/+0 |
| | * | stm32: move ADC, DAC pin impls to build.rs | Dario Nieuwenhuis | 2022-02-23 | 3 | -75/+30 |
| | * | stm32: move MCO pin impls to build.rs | Dario Nieuwenhuis | 2022-02-23 | 2 | -10/+13 |
| | * | stm32: move pin trait impls from macrotables to build.rs | Dario Nieuwenhuis | 2022-02-23 | 13 | -665/+214 |
| | * | stm32-metapac: change af from string to u8 | Dario Nieuwenhuis | 2022-02-23 | 3 | -3/+3 |
| |/ | |||||
| * | Merge #638 | bors[bot] | 2022-02-23 | 7 | -82/+60 |
| |\ | |||||
| | * | stm32-metapac: remove peripehral_dma_channels! macrotable. | Dario Nieuwenhuis | 2022-02-23 | 1 | -35/+0 |
| | * | stm32: move dma trait impls from macrotables to build.rs | Dario Nieuwenhuis | 2022-02-23 | 6 | -47/+60 |
| |/ | |||||
| * | Merge #635 | bors[bot] | 2022-02-23 | 13 | -0/+398 |
| |\ | |||||
| | * | Update after review | Ulf Lilleengen | 2022-02-23 | 1 | -2/+2 |
| | * | Add documentation about the different embassy abstraction layers | Ulf Lilleengen | 2022-02-23 | 13 | -0/+398 |
| |/ | |||||
| * | Merge pull request #634 from embassy-rs/time-docs | Dario Nieuwenhuis | 2022-02-23 | 2 | -20/+54 |
| |\ | |||||
| | * | time: better docs explaining overflow handling. | Dario Nieuwenhuis | 2022-02-23 | 2 | -20/+54 |
| |/ | |||||
| * | Merge #628 | bors[bot] | 2022-02-23 | 1 | -15/+25 |
| |\ | |||||
| | * | Improve logic for processing button events | Cristian Eigel | 2022-02-16 | 1 | -15/+25 |
| * | | Merge #633 | bors[bot] | 2022-02-23 | 2 | -1/+2 |
| |\ \ | |||||
| | * | | stm32/rcc: fix f3 build failure. | Dario Nieuwenhuis | 2022-02-23 | 2 | -1/+2 |
| |/ / | |||||
| * | | Merge #632 | bors[bot] | 2022-02-21 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | Update nightly. | Dario Nieuwenhuis | 2022-02-21 | 1 | -1/+1 |
| |/ / | |||||
| * / | Update getting_started.adoc | Dario Nieuwenhuis | 2022-02-21 | 1 | -0/+1 |
| |/ | |||||
| * | Merge #626 | bors[bot] | 2022-02-15 | 7 | -78/+253 |
| |\ | |||||
| | * | rp: impl eh1.0 blocking traits | Dario Nieuwenhuis | 2022-02-15 | 7 | -78/+253 |
| |/ | |||||
| * | Merge #625 | bors[bot] | 2022-02-15 | 1 | -10/+10 |
| |\ | |||||
| | * | Update nRF PACs | Dario Nieuwenhuis | 2022-02-15 | 1 | -10/+10 |
| |/ | |||||
| * | Merge #624 | bors[bot] | 2022-02-14 | 13 | -101/+55 |
| |\ | |||||
| | * | Update stm32-data | Dario Nieuwenhuis | 2022-02-14 | 13 | -101/+55 |
| |/ | |||||
| * | Merge #618 | bors[bot] | 2022-02-13 | 3 | -10/+21 |
| |\ | |||||
| | * | time: optimize math by reducing fractions at compile time. | Dario Nieuwenhuis | 2022-02-13 | 3 | -10/+21 |
| |/ | |||||
| * | Merge #608 | bors[bot] | 2022-02-13 | 2 | -0/+265 |
| |\ | |||||
| | * | fix build for stm32f410tb | Frederik | 2022-02-12 | 1 | -1/+6 |
| | * | remove unnecessary mod | Frederik | 2022-02-12 | 1 | -33/+29 |
| | * | adc cleanup retval | Frederik | 2022-02-11 | 1 | -6/+3 |
| | * | stm32f4: add adc + example | Frederik | 2022-02-10 | 2 | -0/+267 |
| * | | Merge #617 | bors[bot] | 2022-02-12 | 3 | -0/+19 |
| |\ \ | |||||
| | * | | Add {from_as}_micros to Instant | Daniel Franklin | 2022-02-11 | 2 | -2/+13 |
| | * | | Add feature defmt-timestamp-uptime | Daniel Franklin | 2022-02-11 | 2 | -0/+8 |
| * | | | Merge #616 | bors[bot] | 2022-02-12 | 24 | -52/+149 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | stm32: add rust stable support | Dario Nieuwenhuis | 2022-02-12 | 24 | -52/+149 |
| |/ / | |||||
| * | | Merge #615 | bors[bot] | 2022-02-12 | 6 | -82/+65 |
| |\ \ | |||||
| | * | | rp: remove OptionalPin | Dario Nieuwenhuis | 2022-02-12 | 4 | -79/+65 |
| | * | | stm32: remove unused sealed::OptionalPin | Dario Nieuwenhuis | 2022-02-12 | 1 | -2/+0 |
| | * | | nrf: remove stray mention of OptionalPin | Dario Nieuwenhuis | 2022-02-12 | 1 | -1/+0 |
