index
:
embassy
cyw43-link-status-update
fix-input-sync-bypass
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stm32-data
Commit message (
Expand
)
Author
Age
Files
Lines
*
feat: Add spi support for STM32F1 variants
Tobias Pisani
2021-10-11
1
-0
/
+0
*
Bump stm32-data
Mariusz Ryndzionek
2021-09-28
1
-0
/
+0
*
Fix interface changes
Joshua Salzedo
2021-09-26
1
-0
/
+0
*
Update stm32-data
Joshua Salzedo
2021-09-26
1
-0
/
+0
*
add latest stm32-data
Vincent Stakenburg
2021-09-24
1
-0
/
+0
*
Add pwr for L1 and update RCC to new reg block
Ulf Lilleengen
2021-09-23
1
-0
/
+0
*
Support for STM32L1
Ulf Lilleengen
2021-09-21
1
-0
/
+0
*
Add HAL for SubGhz peripheral for STM32 WL series
Ulf Lilleengen
2021-09-02
1
-0
/
+0
*
Add STM32G0 examples
Ben Gamari
2021-08-20
1
-0
/
+0
*
stm32/metapac: check GPIO RCC regs are always found.
Dario Nieuwenhuis
2021-08-19
1
-0
/
+0
*
stm32/wl: add stub APB3 to get it to build.
Dario Nieuwenhuis
2021-08-19
1
-0
/
+0
*
Bump stm32-data
Dario Nieuwenhuis
2021-08-19
1
-0
/
+0
*
Add example for STM32WL55
Ulf Lilleengen
2021-08-17
1
-0
/
+0
*
Add H7 exti button example using correct EXTI reg block offsets.
Bob McWhirter
2021-08-16
1
-0
/
+0
*
Add IRQ-driven buffered USART implementation for STM32 v2 usart (#356)
Ulf Lilleengen
2021-08-16
1
-0
/
+0
*
Update to latest stm32-data.
Bob McWhirter
2021-08-02
1
-0
/
+0
*
Emit a default memory.x alongside device.x from metapac.
Bob McWhirter
2021-08-02
1
-0
/
+0
*
F4: Add PWR configuration to PLL
Thales Fragoso
2021-07-29
1
-0
/
+0
*
Align with -data HEAD.
Bob McWhirter
2021-07-28
1
-0
/
+0
*
Update to new stm32-data with better multicore NVIC parsing.
Bob McWhirter
2021-07-27
1
-0
/
+0
*
Update data to include peripheral IRQs.
Bob McWhirter
2021-07-27
1
-0
/
+0
*
Update stm32-data.
Bob McWhirter
2021-07-26
1
-0
/
+0
*
stm32: Clear possible set flags after disabling DMA
Thales Fragoso
2021-07-17
1
-0
/
+0
*
stm32/dma: update codegen+macrotables for new stm32-data
Dario Nieuwenhuis
2021-07-17
1
-0
/
+0
*
Prep for new stm32-data with dmamux differentiation, but not yet using.
Bob McWhirter
2021-07-16
1
-0
/
+0
*
Get DMA on H7 working, add usart_dma example for H7.
Bob McWhirter
2021-07-16
1
-0
/
+0
*
stm32/pwr: add initial H7 SMPS support
Dario Nieuwenhuis
2021-07-16
1
-0
/
+0
*
stm32/usart: merge v2 and v3 (they're identical)
Dario Nieuwenhuis
2021-07-15
1
-0
/
+0
*
Update data.
Bob McWhirter
2021-07-14
1
-0
/
+0
*
Update for stm32-data.
Bob McWhirter
2021-07-13
1
-0
/
+0
*
Adjust to DMA1EN in the rcc for l0.
Bob McWhirter
2021-07-13
1
-0
/
+0
*
Undo special-casing FOO1 -> FOO in RCC searching.
Bob McWhirter
2021-07-13
1
-0
/
+0
*
Update stm32-data.
Bob McWhirter
2021-07-13
1
-0
/
+0
*
Allow some unused lints given that H7 is still in flight with its multitude o...
Bob McWhirter
2021-07-13
1
-0
/
+0
*
Try to improve H7 clockstuff.
Bob McWhirter
2021-07-13
1
-0
/
+0
*
Mix dmamux into bdma_v1.
Bob McWhirter
2021-07-13
1
-0
/
+0
*
F0: Fix missing apb2 clock
Thales Fragoso
2021-07-03
1
-0
/
+0
*
Remove the frequency argument for i2c, move to using RccPeripheral.
Bob McWhirter
2021-07-01
1
-0
/
+0
*
Update -data.
Bob McWhirter
2021-07-01
1
-0
/
+0
*
Make UART pins Rx/Tx/etc in addition to USART.
Bob McWhirter
2021-07-01
1
-0
/
+0
*
Add USARTv3 support.
Bob McWhirter
2021-07-01
1
-0
/
+0
*
stm32: Adjust some fences around DMA
Thales Fragoso
2021-06-30
1
-0
/
+0
*
Generate dma-related macro tables.
Bob McWhirter
2021-06-29
1
-0
/
+0
*
Add F0 RCC
Thales Fragoso
2021-06-24
1
-0
/
+0
*
Update stm32-data (adds DBGMCU to all chips)
Dario Nieuwenhuis
2021-06-21
1
-0
/
+0
*
Update submodule
Ulf Lilleengen
2021-06-16
1
-0
/
+0
*
Rename from wl55 to wl5x and enable debug wfe
Ulf Lilleengen
2021-06-16
1
-0
/
+0
*
Add support for generating PAC for dual cores
Ulf Lilleengen
2021-06-16
1
-0
/
+0
*
ADCv3 and example.
Bob McWhirter
2021-06-14
1
-0
/
+0
*
Initial support and example for STM32WB55
Dominik Boehi
2021-06-12
1
-0
/
+0
[next]