| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Enable clock by default for stm32l0 | Ulf Lilleengen | 2021-05-26 | 1 | -4/+9 | |
| * | | Finalize i2c v2. | Bob McWhirter | 2021-05-25 | 1 | -0/+2 | |
| |/ | ||||||
| * | Re-adds embassy macros for stm32 | Ulf Lilleengen | 2021-05-25 | 1 | -3/+6 | |
| * | Update stm32-data and rename RTC to Clock | Thales Fragoso | 2021-05-23 | 1 | -2/+2 | |
| * | wip timers for embassy rtc | Thales Fragoso | 2021-05-22 | 1 | -0/+2 | |
| * | Add unstable feature to give access to the pac | Thales Fragoso | 2021-05-22 | 1 | -0/+4 | |
| * | Finish initial H7 RCC support | Thales Fragoso | 2021-05-21 | 1 | -1/+2 | |
| * | H7: Add initial PLL configuration | Thales Fragoso | 2021-05-21 | 1 | -2/+2 | |
| * | Generate `mod regs` just once, so rustfmt is way faster. | Dario Nieuwenhuis | 2021-05-21 | 1 | -1/+1 | |
| * | Move exti setup into pac module | Ulf Lilleengen | 2021-05-21 | 1 | -1/+1 | |
| * | Generate exti interrupt handlers | Ulf Lilleengen | 2021-05-21 | 1 | -1/+1 | |
| * | Fix warnings for embassy-stm32 and embassy-stm32-examples | Lucas Kent | 2021-05-20 | 1 | -2/+0 | |
| * | Standardize module structure, fix some build failures | Dario Nieuwenhuis | 2021-05-17 | 1 | -33/+5 | |
| * | WIP: dma | Dario Nieuwenhuis | 2021-05-17 | 1 | -0/+18 | |
| * | SDMMC: Implement Default for Config and add docs | Thales Fragoso | 2021-05-15 | 1 | -7/+0 | |
| * | Initial H7 sdmmc support | Thales Fragoso | 2021-05-14 | 1 | -0/+13 | |
| * | Adjust pin-names to FooPin. | Bob McWhirter | 2021-05-14 | 1 | -0/+2 | |
| * | Add SPIv1, use cfg_attr to pick correct impl. | Bob McWhirter | 2021-05-13 | 1 | -0/+1 | |
| * | Further improvement to SPIv2. | Bob McWhirter | 2021-05-12 | 1 | -1/+1 | |
| * | Continuing to update clocks (unused now) and SPI | Bob McWhirter | 2021-05-12 | 1 | -0/+1 | |
| * | Checkpoint. | Bob McWhirter | 2021-05-10 | 1 | -0/+2 | |
| * | Add dma scaffolding | Dario Nieuwenhuis | 2021-05-10 | 1 | -0/+2 | |
| * | Implement async RNG, including rand_core sync traits. | Bob McWhirter | 2021-05-06 | 1 | -0/+1 | |
| * | Autogenerate features for family, peripherals and peripheral versions | Dario Nieuwenhuis | 2021-05-06 | 1 | -7/+2 | |
| * | Autogenerate the tailored PAC for each chip | Dario Nieuwenhuis | 2021-05-06 | 1 | -14/+5 | |
| * | Limit to pub(crate). | Bob McWhirter | 2021-05-05 | 1 | -1/+1 | |
| * | Rework `pac` re-exporting, canonicalize syscfg path, use it plus SYSCFG_BASE. | Bob McWhirter | 2021-05-05 | 1 | -1/+12 | |
| * | stm32: codegen interrupts | Dario Nieuwenhuis | 2021-05-01 | 1 | -2/+31 | |
| * | Stub in RNG impl. | Bob McWhirter | 2021-04-26 | 1 | -0/+3 | |
| * | USART codegen | Dario Nieuwenhuis | 2021-04-25 | 1 | -1/+2 | |
| * | Codegen GPIO pins | Dario Nieuwenhuis | 2021-04-23 | 1 | -3/+7 | |
| * | Codegen PoC | Dario Nieuwenhuis | 2021-04-20 | 1 | -18/+1 | |
| * | wip usart | Dario Nieuwenhuis | 2021-04-20 | 1 | -0/+1 | |
| * | stm32: add exti | Dario Nieuwenhuis | 2021-04-20 | 1 | -1/+2 | |
| * | it's alive | Dario Nieuwenhuis | 2021-04-20 | 1 | -390/+25 | |
| * | stm32: add draft spi trait (#130) | xoviat | 2021-04-13 | 1 | -1/+1 | |
| * | stm32: add f407 | xoviat | 2021-04-13 | 1 | -0/+92 | |
| * | stm32: fix peripherals | xoviat | 2021-04-06 | 1 | -1/+1 | |
| * | remove qei trait | xoviat | 2021-04-02 | 1 | -1/+1 | |
| * | stm32: consolidate crates | xoviat | 2021-03-30 | 1 | -2/+38 | |
| * | cleanup and consolidate peripherals macro | xoviat | 2021-03-29 | 1 | -33/+2 | |
| * | Merge pull request #109 from xoviat/proc-macro | xoviat | 2021-03-28 | 1 | -0/+206 | |
| |\ | ||||||
| | * | Merge branch 'master' of https://github.com/akiles/embassy into proc-macro | xoviat | 2021-03-27 | 1 | -0/+3 | |
| | |\ | ||||||
| | * | | add embassy::main and implement for stm32f4 | xoviat | 2021-03-27 | 1 | -0/+206 | |
| * | | | restrict usb to stm32f4 | xoviat | 2021-03-27 | 1 | -0/+19 | |
| | |/ |/| | ||||||
| * | | Merge branch 'master' of https://github.com/akiles/embassy into st-usb | xoviat | 2021-03-27 | 1 | -0/+23 | |
| |\| | ||||||
| | * | stm32: consolidate modules | xoviat | 2021-03-26 | 1 | -0/+39 | |
| | * | consolidate ExtiPin into stm32 package | xoviat | 2021-03-20 | 1 | -0/+1 | |
| * | | Move USB to embassy-extras | Thales Fragoso | 2021-03-19 | 1 | -0/+20 | |
| |/ | ||||||
| * | stm32: consolidate functionality into new pkg | xoviat | 2021-03-19 | 1 | -0/+35 | |
