aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Improve examples section of readmeRukai2021-06-051-4/+14
* 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
|/ /
* | Merge pull request #216 from embassy-rs/examplesDario Nieuwenhuis2021-06-0251-36/+374
|\ \
| * | Move examples to a subdirectoryDario Nieuwenhuis2021-06-0251-36/+374
|/ /
* | Merge pull request #215 from embassy-rs/update-nightlyDario Nieuwenhuis2021-06-011-1/+1
|\ \ | |/ |/|
| * Update rust nightlyDario Nieuwenhuis2021-06-011-1/+1
|/
* Fix L4+ family cfgDario Nieuwenhuis2021-06-011-1/+1
* cortex-m-rt is not a build depDario Nieuwenhuis2021-06-011-1/+1
* Merge pull request #214 from lulf/agnostic-non-mut-wakerDario Nieuwenhuis2021-06-011-2/+2
|\
| * Allow non-mut register and wakeUlf Lilleengen2021-06-011-2/+2
* | Merge pull request #213 from lulf/toggleable-outputDario Nieuwenhuis2021-05-312-2/+4
|\ \ | |/ |/|
| * Implement togglable output pin for OutputUlf Lilleengen2021-05-312-2/+4
|/
* stm32: remove unused stuff from gen.pyDario Nieuwenhuis2021-05-311-11/+0
* Merge pull request #203 from embassy-rs/metapacDario Nieuwenhuis2021-05-31542-376385/+2415
|\
| * more fixDario Nieuwenhuis2021-05-311-1/+0
| * More fixesDario Nieuwenhuis2021-05-316-15/+13
| * Really checkout submodules in CIDario Nieuwenhuis2021-05-311-2/+2
| * Delete unused submoduleDario Nieuwenhuis2021-05-311-0/+0
| * Checkout submodules in ciDario Nieuwenhuis2021-05-311-0/+2
| * Add resolver=2Dario Nieuwenhuis2021-05-313-0/+3
| * Add stm32-metapac crate, with codegen in rustDario Nieuwenhuis2021-05-31534-376369/+2397
|/
* Merge pull request #212 from embassy-rs/embassy-netDario Nieuwenhuis2021-05-2817-1/+1358
|\
| * net: add ciDario Nieuwenhuis2021-05-281-0/+4
| * net: fix buildDario Nieuwenhuis2021-05-282-7/+6
| * Merge remote-tracking branch 'embassy-net/main'Dario Nieuwenhuis2021-05-2816-1/+1355
|/|