aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #230 from lulf/update-regen-peripheralsDario Nieuwenhuis2021-06-077-67/+53
|\
| * Update after name fixUlf Lilleengen2021-06-071-2/+2
| * FixUlf Lilleengen2021-06-072-1/+2
| * Update refUlf Lilleengen2021-06-071-0/+0
| * Fix stm32l0 buildUlf Lilleengen2021-06-072-21/+18
| * Update to new apiUlf Lilleengen2021-06-074-43/+31
|/
* Merge pull request #229 from embassy-rs/buildrs-macrotablesDario Nieuwenhuis2021-06-075-16/+9
|\
| * stm32-metapac: Do not generate cfgs metadataDario Nieuwenhuis2021-06-072-11/+0
| * Use macrotables from build.rsDario Nieuwenhuis2021-06-073-5/+9
|/
* Merge pull request #227 from embassy-rs/fmt2Dario Nieuwenhuis2021-06-0735-314/+949
|\
| * fmt: Add dunmy use to avoid "unused variable" errors when no log is enabled.Dario Nieuwenhuis2021-06-078-99/+161
| * fmt: use absolute pathsDario Nieuwenhuis2021-06-076-174/+174
| * fmt: make all macros `macro_rules` so scoping is consistent.Dario Nieuwenhuis2021-06-0733-311/+884
|/
* Merge pull request #224 from rukai/readme_examplesDario Nieuwenhuis2021-06-061-4/+14
|\
| * Improve examples section of readmeRukai2021-06-051-4/+14
* | Merge pull request #225 from rukai/fix_stm32_warnings2Dario Nieuwenhuis2021-06-069-57/+21
|\ \
| * | Fix stm32 warningsRukai2021-06-069-57/+21
| |/
* | Merge pull request #222 from folkertdev/nrf-async-twimDario Nieuwenhuis2021-06-053-8/+225
|\ \ | |/ |/|
| * fix errorsFolkert2021-06-051-2/+2
| * extract the polled-on functionFolkert2021-06-051-55/+24
| * add distinct read and write functionsFolkert2021-06-051-2/+131
| * changes after reviewFolkert2021-06-051-4/+3
| * skip 'in ram' check for mutable slice in fullduplexFolkert2021-06-051-1/+2
| * nrf async twimFolkert2021-06-042-7/+126
* | Merge pull request #223 from timokroeger/interrupt-unborrowDario Nieuwenhuis2021-06-041-1/+1
|\ \ | |/ |/|
| * Add `Unborrow` trait bound for `Interrupt`Timo Kröger2021-06-041-1/+1
|/
* Merge pull request #221 from embassy-rs/heaplessDario Nieuwenhuis2021-06-047-351/+4
|\
| * Update heaplessDario Nieuwenhuis2021-06-044-5/+4
| * Remove embassy-net-examples (moved to std)Dario Nieuwenhuis2021-06-043-346/+0
|/
* Merge pull request #219 from bobmcwhirter/peripheral_pinsDario Nieuwenhuis2021-06-0314-177/+310
|\
| * Move most of DMA out of gen.py.Bob McWhirter2021-06-032-7/+27
| * General clean-up and removal of dead code.Bob McWhirter2021-06-035-60/+7
| * Remove the exti_interrupts table.Bob McWhirter2021-06-032-14/+48
| * Migrate sdmmc to macro tables.Bob McWhirter2021-06-033-100/+49
| * Migrate exti_irq stuff to macro tables.Bob McWhirter2021-06-034-15/+43
| * Migrate TIM[2-5] to macro tables.Bob McWhirter2021-06-032-6/+14
| * Refactor SPI signal pin macro.Bob McWhirter2021-06-031-18/+12
| * Refactor some I2c signal pin macro.Bob McWhirter2021-06-031-11/+11
| * Migrate USART to macro tables.Bob McWhirter2021-06-032-23/+48
| * Move DAC, I2C, SPI and RNG to macro-tables.Bob McWhirter2021-06-036-64/+164
| * Remove the Option around the pins Vec.Bob McWhirter2021-06-031-16/+15
| * Create the new peripheral_pins! macro table.Bob McWhirter2021-06-032-7/+36
|/
* Merge pull request #220 from folkertdev/match-on-modeDario Nieuwenhuis2021-06-031-17/+22
|\
| * match on modeFolkert2021-06-031-17/+22
|/
* Revert "Update rust nightly"Dario Nieuwenhuis2021-06-031-1/+1
* Merge pull request #211 from bobmcwhirter/dac_v2Dario Nieuwenhuis2021-06-025-0/+343
|\
| * DAC v2 basics.Bob McWhirter2021-06-015-0/+343
* | Merge pull request #217 from lulf/stm32-rcc-improvementsDario Nieuwenhuis2021-06-022-42/+88
|\ \
| * | Add utility to enable debugUlf Lilleengen2021-06-021-5/+21
| * | Add a way to enable more features of the STM32L0 RCCUlf Lilleengen2021-06-022-40/+70
|/ /