| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | stm32/usb: ensure mux is configured in examples. | Dario Nieuwenhuis | 2024-03-19 | 1 | -13/+15 | |
| | | ||||||
| * | stm32/usb: merge usb and usb_otg into single module. | Dario Nieuwenhuis | 2024-03-19 | 1 | -4/+4 | |
| | | ||||||
| * | stm32/rtc: remove use of deprecated .timestamp() | Dario Nieuwenhuis | 2024-03-06 | 1 | -2/+2 | |
| | | ||||||
| * | stm32: autogenerate mux config for all chips. | Dario Nieuwenhuis | 2024-03-01 | 1 | -7/+7 | |
| | | ||||||
| * | stm32/adc: reexport enums from PAC to avoid boilerplate hell. | Dario Nieuwenhuis | 2024-02-26 | 1 | -1/+1 | |
| | | ||||||
| * | stm32/rcc: unify naming sysclk field to `sys`, enum to `Sysclk`. | Dario Nieuwenhuis | 2024-02-26 | 4 | -5/+5 | |
| | | ||||||
| * | update timer mod after stm32-metapac timer_v2 | eZio Pan | 2024-02-09 | 1 | -7/+7 | |
| | | ||||||
| * | stm32/gpio: remove generics. | Dario Nieuwenhuis | 2024-01-22 | 2 | -10/+8 | |
| | | ||||||
| * | Change GPIO inherent methods back to `&self`. | Dario Nieuwenhuis | 2024-01-10 | 4 | -7/+7 | |
| | | | | | | | | With the embedded-hal rc3 update I changed them to require `&mut self`, but in retrospect I think `&self` is better, for extra flexibility. This PR reverts the changes from the rc3 update to inherent methods. | |||||
| * | update metapac after stm32-data PR323 | eZio Pan | 2023-12-25 | 1 | -3/+3 | |
| | | | | | and refactor a few code with cargo clippy | |||||
| * | ci: use beta, add secondary nightly ci. | Dario Nieuwenhuis | 2023-12-21 | 19 | -23/+2 | |
| | | ||||||
| * | chore: replace make_static! macro usage with non-macro version | Ulf Lilleengen | 2023-12-21 | 1 | -5/+8 | |
| | | ||||||
| * | Update embedded-hal to 1.0.0-rc.3 | Dario Nieuwenhuis | 2023-12-14 | 4 | -7/+7 | |
| | | ||||||
| * | STM32 DAC: Rework DAC driver, support all families. | Adam Greig | 2023-11-25 | 2 | -22/+14 | |
| | | ||||||
| * | STM32 DAC: Swap to new TSEL enum entirely in-HAL | Adam Greig | 2023-11-25 | 1 | -2/+2 | |
| | | ||||||
| * | stm32/i2c: add async, dual interrupt scaffolding. | Dario Nieuwenhuis | 2023-11-24 | 4 | -4/+8 | |
| | | ||||||
| * | stm32/rcc: consistent casing and naming for PLL enums. | Dario Nieuwenhuis | 2023-11-13 | 4 | -6/+6 | |
| | | ||||||
| * | usb: remove msos-descriptor feature. | Dario Nieuwenhuis | 2023-11-08 | 1 | -0/+1 | |
| | | ||||||
| * | stm32/rcc: add shared code for hsi48 with crs support. | Dario Nieuwenhuis | 2023-11-05 | 2 | -2/+2 | |
| | | ||||||
| * | stm32/rcc: merge wl into l4/l5. | Dario Nieuwenhuis | 2023-10-23 | 2 | -27/+36 | |
| | | ||||||
| * | stm32: rename HSI16 -> HSI | Dario Nieuwenhuis | 2023-10-22 | 2 | -2/+2 | |
| | | ||||||
| * | stm32: update metapac | xoviat | 2023-10-17 | 4 | -4/+4 | |
| | | ||||||
| * | stm32: update metapac | xoviat | 2023-10-16 | 4 | -4/+4 | |
| | | ||||||
| * | stm32/rcc: add better support for L4/L4+ differences. | Dario Nieuwenhuis | 2023-10-16 | 5 | -5/+5 | |
| | | ||||||
| * | stm32/rcc: port L4 to the "flattened" API like h5/h7. | Dario Nieuwenhuis | 2023-10-15 | 4 | -31/+47 | |
| | | ||||||
| * | time: Update examples, tests, and other code to use new Timer::after_x ↵ | Adam Greig | 2023-10-15 | 4 | -10/+10 | |
| | | | | | convenience methods | |||||
| * | enable clock first | pbert | 2023-10-12 | 1 | -2/+2 | |
| | | ||||||
| * | STM32: combine RccPeripherals reset() and enable() to reset_and_enable() | pbert | 2023-10-12 | 1 | -2/+2 | |
| | | ||||||
| * | stm32/rcc: add LSE/LSI to all chips, add RTC to more chips. | Dario Nieuwenhuis | 2023-10-11 | 2 | -5/+2 | |
| | | ||||||
| * | stm32/rcc: use PLL enums from PAC. | Dario Nieuwenhuis | 2023-10-09 | 4 | -14/+14 | |
| | | ||||||
| * | Merge pull request #2018 from jamesmunns/add-derives | Dario Nieuwenhuis | 2023-10-07 | 1 | -1/+1 | |
| |\ | | | | | | | Add some uncontroversial derives to Error types | |||||
| | * | Add some uncontroversial derives to Error types | James Munns | 2023-10-06 | 1 | -1/+1 | |
| | | | ||||||
| * | | stm32: implement MCO for all chips. | Dario Nieuwenhuis | 2023-10-07 | 1 | -2/+2 | |
| |/ | ||||||
| * | stm32/rtc: enable lse in examples. | Dario Nieuwenhuis | 2023-09-30 | 1 | -0/+1 | |
| | | ||||||
| * | stm32/usart: return error instead of panicking on bad baudrate. | Dario Nieuwenhuis | 2023-09-26 | 2 | -2/+2 | |
| | | ||||||
| * | Merge branch 'embassy-rs:main' into adin1110-part2 | René van Dorst | 2023-08-28 | 2 | -2/+2 | |
| |\ | ||||||
| | * | stm32: fix l4 re-export | xoviat | 2023-08-27 | 2 | -2/+2 | |
| | | | ||||||
| * | | stm32l4: Update adin1110 example add FCS option | René van Dorst | 2023-08-28 | 1 | -6/+18 | |
| |/ | ||||||
| * | stm32l4: Add EVAL-ADIN1110EBZ example with basic http server | René van Dorst | 2023-08-24 | 1 | -0/+438 | |
| | | | | | Page show the current temperature and auto refresh every 1s. | |||||
| * | stm32/l4: set rtc clock source in rcc | xoviat | 2023-08-08 | 1 | -4/+1 | |
| | | ||||||
| * | stm32/rtc: fix exampel | xoviat | 2023-08-06 | 1 | -1/+1 | |
| | | ||||||
| * | Merge pull request #1606 from JcBernack/rng-update | Dario Nieuwenhuis | 2023-07-30 | 1 | -2/+6 | |
| |\ | | | | | | | STM32: RNG update | |||||
| | * | stm32/rng: use bind_interrupts!. | Dario Nieuwenhuis | 2023-07-31 | 1 | -2/+6 | |
| | | | ||||||
| * | | Set frequency in stm32 SPI examples | bofh | 2023-07-31 | 3 | -11/+15 | |
| | | | ||||||
| * | | Fix formatting | bofh | 2023-07-30 | 1 | -9/+1 | |
| | | | ||||||
| * | | Fix stm32 SPI examples | bofh | 2023-07-30 | 3 | -15/+1 | |
| |/ | ||||||
| * | stm32: fix DAC examples | Adam Greig | 2023-07-22 | 1 | -1/+1 | |
| | | | | | | | | | The DAC driver defaults to enabling the channel trigger, but leaves it at the default value of TIM6 TRGO, then performs a software trigger after writing the new output value. We could change the trigger selection to software trigger, but for this example it's simpler to just disable the trigger. | |||||
| * | Merge branch 'main' of https://github.com/embassy-rs/embassy into ↵ | Mathias | 2023-07-03 | 5 | -21/+150 | |
| |\ | | | | | | | embassy-stm32/rcc-rtc-l4 | |||||
| | * | Merge pull request #1565 from JuliDi/main | Dario Nieuwenhuis | 2023-06-29 | 2 | -11/+143 | |
| | |\ | | | | | | | | | | Implement DMA for DAC on STM32 | |||||
| | | * | remove need for StaticCell in dac_dma example for stm32l4 | JuliDi | 2023-06-28 | 1 | -21/+8 | |
| | | | | ||||||
