| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #230 from lulf/update-regen-peripherals | Dario Nieuwenhuis | 2021-06-07 | 7 | -67/+53 |
| |\ | |||||
| | * | Update after name fix | Ulf Lilleengen | 2021-06-07 | 1 | -2/+2 |
| | * | Fix | Ulf Lilleengen | 2021-06-07 | 2 | -1/+2 |
| | * | Update ref | Ulf Lilleengen | 2021-06-07 | 1 | -0/+0 |
| | * | Fix stm32l0 build | Ulf Lilleengen | 2021-06-07 | 2 | -21/+18 |
| | * | Update to new api | Ulf Lilleengen | 2021-06-07 | 4 | -43/+31 |
| |/ | |||||
| * | Merge pull request #229 from embassy-rs/buildrs-macrotables | Dario Nieuwenhuis | 2021-06-07 | 5 | -16/+9 |
| |\ | |||||
| | * | stm32-metapac: Do not generate cfgs metadata | Dario Nieuwenhuis | 2021-06-07 | 2 | -11/+0 |
| | * | Use macrotables from build.rs | Dario Nieuwenhuis | 2021-06-07 | 3 | -5/+9 |
| |/ | |||||
| * | Merge pull request #227 from embassy-rs/fmt2 | Dario Nieuwenhuis | 2021-06-07 | 35 | -314/+949 |
| |\ | |||||
| | * | fmt: Add dunmy use to avoid "unused variable" errors when no log is enabled. | Dario Nieuwenhuis | 2021-06-07 | 8 | -99/+161 |
| | * | fmt: use absolute paths | Dario Nieuwenhuis | 2021-06-07 | 6 | -174/+174 |
| | * | fmt: make all macros `macro_rules` so scoping is consistent. | Dario Nieuwenhuis | 2021-06-07 | 33 | -311/+884 |
| |/ | |||||
| * | Merge pull request #224 from rukai/readme_examples | Dario Nieuwenhuis | 2021-06-06 | 1 | -4/+14 |
| |\ | |||||
| | * | Improve examples section of readme | Rukai | 2021-06-05 | 1 | -4/+14 |
| * | | Merge pull request #225 from rukai/fix_stm32_warnings2 | Dario Nieuwenhuis | 2021-06-06 | 9 | -57/+21 |
| |\ \ | |||||
| | * | | Fix stm32 warnings | Rukai | 2021-06-06 | 9 | -57/+21 |
| | |/ | |||||
| * | | Merge pull request #222 from folkertdev/nrf-async-twim | Dario Nieuwenhuis | 2021-06-05 | 3 | -8/+225 |
| |\ \ | |/ |/| | |||||
| | * | fix errors | Folkert | 2021-06-05 | 1 | -2/+2 |
| | * | extract the polled-on function | Folkert | 2021-06-05 | 1 | -55/+24 |
| | * | add distinct read and write functions | Folkert | 2021-06-05 | 1 | -2/+131 |
| | * | changes after review | Folkert | 2021-06-05 | 1 | -4/+3 |
| | * | skip 'in ram' check for mutable slice in fullduplex | Folkert | 2021-06-05 | 1 | -1/+2 |
| | * | nrf async twim | Folkert | 2021-06-04 | 2 | -7/+126 |
| * | | Merge pull request #223 from timokroeger/interrupt-unborrow | Dario Nieuwenhuis | 2021-06-04 | 1 | -1/+1 |
| |\ \ | |/ |/| | |||||
| | * | Add `Unborrow` trait bound for `Interrupt` | Timo Kröger | 2021-06-04 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #221 from embassy-rs/heapless | Dario Nieuwenhuis | 2021-06-04 | 7 | -351/+4 |
| |\ | |||||
| | * | Update heapless | Dario Nieuwenhuis | 2021-06-04 | 4 | -5/+4 |
| | * | Remove embassy-net-examples (moved to std) | Dario Nieuwenhuis | 2021-06-04 | 3 | -346/+0 |
| |/ | |||||
| * | Merge pull request #219 from bobmcwhirter/peripheral_pins | Dario Nieuwenhuis | 2021-06-03 | 14 | -177/+310 |
| |\ | |||||
| | * | Move most of DMA out of gen.py. | Bob McWhirter | 2021-06-03 | 2 | -7/+27 |
| | * | General clean-up and removal of dead code. | Bob McWhirter | 2021-06-03 | 5 | -60/+7 |
| | * | Remove the exti_interrupts table. | Bob McWhirter | 2021-06-03 | 2 | -14/+48 |
| | * | Migrate sdmmc to macro tables. | Bob McWhirter | 2021-06-03 | 3 | -100/+49 |
| | * | Migrate exti_irq stuff to macro tables. | Bob McWhirter | 2021-06-03 | 4 | -15/+43 |
| | * | Migrate TIM[2-5] to macro tables. | Bob McWhirter | 2021-06-03 | 2 | -6/+14 |
| | * | Refactor SPI signal pin macro. | Bob McWhirter | 2021-06-03 | 1 | -18/+12 |
| | * | Refactor some I2c signal pin macro. | Bob McWhirter | 2021-06-03 | 1 | -11/+11 |
| | * | Migrate USART to macro tables. | Bob McWhirter | 2021-06-03 | 2 | -23/+48 |
| | * | Move DAC, I2C, SPI and RNG to macro-tables. | Bob McWhirter | 2021-06-03 | 6 | -64/+164 |
| | * | Remove the Option around the pins Vec. | Bob McWhirter | 2021-06-03 | 1 | -16/+15 |
| | * | Create the new peripheral_pins! macro table. | Bob McWhirter | 2021-06-03 | 2 | -7/+36 |
| |/ | |||||
| * | Merge pull request #220 from folkertdev/match-on-mode | Dario Nieuwenhuis | 2021-06-03 | 1 | -17/+22 |
| |\ | |||||
| | * | match on mode | Folkert | 2021-06-03 | 1 | -17/+22 |
| |/ | |||||
| * | Revert "Update rust nightly" | Dario Nieuwenhuis | 2021-06-03 | 1 | -1/+1 |
| * | Merge pull request #211 from bobmcwhirter/dac_v2 | Dario Nieuwenhuis | 2021-06-02 | 5 | -0/+343 |
| |\ | |||||
| | * | DAC v2 basics. | Bob McWhirter | 2021-06-01 | 5 | -0/+343 |
| * | | Merge pull request #217 from lulf/stm32-rcc-improvements | Dario Nieuwenhuis | 2021-06-02 | 2 | -42/+88 |
| |\ \ | |||||
| | * | | Add utility to enable debug | Ulf Lilleengen | 2021-06-02 | 1 | -5/+21 |
| | * | | Add a way to enable more features of the STM32L0 RCC | Ulf Lilleengen | 2021-06-02 | 2 | -40/+70 |
| |/ / | |||||
