141 Commits

Author SHA1 Message Date
Ben Gamari
2f42ebcd2c Add support for LPTIM peripherals 2021-10-26 17:55:48 +02:00
Matous Hybl
2e1302c4e8 Support for STM32F767ZI and basic support for the rest of the family. 2021-10-25 10:38:28 +02:00
Tobias Pisani
b8de47fa04 feat: Add F1 SPI registers 2021-10-06 20:51:27 +02:00
Mariusz Ryndzionek
9e6eff587c Correct AFIO support (code review request) 2021-09-27 15:35:29 +02:00
Joshua Salzedo
fb4d8b7033 Add CRC rules to parse.py 2021-09-26 15:09:45 -07:00
Vincent Stakenburg
f699571831 add l4 flash parse line 2021-09-24 16:45:17 +02:00
Dario Nieuwenhuis
5dec590202 Merge pull request #85 from mryndzionek/stm32f1_support
Add initial register mapping for STM32 F1 AFIO and FLASH
2021-09-23 17:36:38 +02:00
Ulf Lilleengen
a302947e87 Add PWR register block and fix RCC register block 2021-09-23 14:40:59 +02:00
Mariusz Ryndzionek
c0938c9102 Add initial register mapping for STM32 F1 AFIO and FLASH 2021-09-22 18:22:36 +02:00
Ulf Lilleengen
e2bf041808 Add register mapping for STM32 L1 SYSCFG and DBGMCU
Add missing GPIO port mapping
2021-09-15 14:47:01 +02:00
Dario Nieuwenhuis
616a2779d0 Merge pull request #82 from bgamari/stm32g0
Fix ADC register layout on STM32G0
2021-08-31 22:21:51 +02:00
Ulf Lilleengen
201510407c Handle SUBGHZSPI peripheral so it is recognized as an SPI peripheral 2021-08-31 14:43:02 +02:00
Ulf Lilleengen
902b9a6986 Add PWR peripheral for STM32WL5 2021-08-31 14:34:54 +02:00
Ben Gamari
3a88360dc6 Add PWR registers for STM32G0 2021-08-31 01:46:26 -04:00
Ben Gamari
5366833cbd Introduce ADC register set for STM32G0 2021-08-31 01:46:02 -04:00
Dario Nieuwenhuis
49e579e97f Add F2 RCC 2021-08-19 22:12:39 +02:00
Dario Nieuwenhuis
e289dd883f Cleanup EXTI 2021-08-19 21:54:22 +02:00
Dario Nieuwenhuis
701ab04c2a Cleanup SYSCFG naming 2021-08-19 21:28:32 +02:00
Dario Nieuwenhuis
6af9f2c0d1 Add RCC for F3, F7, G4, H7AB, L1, L5, WB*, WL5, WLE 2021-08-19 19:13:30 +02:00
Ben Gamari
254c59c064 Introduce STM32G0 ADC support 2021-08-19 15:57:17 +02:00
Ben Gamari
f57a268b9f Add STM32G0 support
Includes manually specified register layouts for EXTI and SYSCFG.
2021-08-19 15:57:00 +02:00
Ben Gamari
075d283354 parse: Drop duplicate pin definitions
The STM32G0 SVDs contain duplicate pin declarations.
2021-08-19 15:55:13 +02:00
Ben Gamari
f5808de749 Add RCC support for STM32G0 2021-08-19 15:54:36 +02:00
Ulf Lilleengen
d9708f6bfc Use correct peripheral name for SUBGHZ SPI
* Add SPI2s1_v3_5 register block for SUBGHZSPI peripheral
2021-08-18 14:00:14 +02:00
Ulf Lilleengen
04ae6ce25e Add SPI2s1_v3_5 2021-08-18 13:59:51 +02:00
Ulf Lilleengen
919a61e847 Add STM32WL5x exti block 2021-08-17 13:02:49 +02:00
Bob McWhirter
2c7422ab76 Special-case the H7 EXTI reg layout. 2021-08-16 14:59:16 -04:00
Ulf Lilleengen
4c801c1234 Merge pull request #78 from lulf/parse-bugfix
Parse bugfix and expose shared usart irqs
2021-08-16 16:48:39 +02:00
Ulf Lilleengen
154d226f7a Handle shared USART IRQs 2021-08-16 13:02:25 +02:00
Ulf Lilleengen
a84e7d8b8c Add ability to override peripheral address if bug in header sources 2021-08-16 13:01:25 +02:00
Ulf Lilleengen
7489588564 Give different names to secure and non-secure cores 2021-08-16 12:38:33 +02:00
Timo Kröger
c5a86b0744 CAN interrupts 2021-08-15 11:13:26 +02:00
Dario Nieuwenhuis
8c392a059b Merge pull request #74 from timokroeger/bxcan
bxCAN Peripheral
2021-08-15 00:10:26 +02:00
Vincent Stakenburg
67c16f80cf add UART:sci2_v2_1 to parser 2021-08-13 16:02:12 +02:00
Timo Kröger
198e4f3247 Add bxcan registers 2021-08-06 11:52:47 +02:00
Bob McWhirter
4a67203c86 Keep device-id as hex. 2021-08-02 11:06:26 -04:00
Bob McWhirter
93490bc42f Ensure that any bank is not larger than the total from the SVD. 2021-08-02 11:06:26 -04:00
Bob McWhirter
99cd26c33f Parse memory layouts for actual region sizes. 2021-08-02 11:06:25 -04:00
Bob McWhirter
2e7af6b842 Parse our memory location bases and name them well-ish. 2021-08-02 11:06:24 -04:00
Bob McWhirter
2d38aad861 Include base addresses for flash and ram.
Remove 'null' entries for datasheets/reference-manuals.
2021-08-02 11:06:23 -04:00
Timo Kröger
c02e3dc9ab Split f410 and f4 RCC yamls
f410 has the RNGEN at a different position
2021-07-31 17:40:30 +02:00
Thales Fragoso
02b44906c9 Add F4 PWR 2021-07-28 19:14:39 -03:00
Bob McWhirter
e4e17c36d0 Handle NVICs in multi-core chips. 2021-07-28 09:07:30 -04:00
Dario Nieuwenhuis
0bbd7c2d31 Merge pull request #67 from embassy-rs/f4-flash
Add F4 FLASH
2021-07-28 11:45:51 +02:00
Thales Fragoso
d53b964978 Add F4 FLASH 2021-07-27 21:53:08 -03:00
Grant Miller
369401ca07 Add F1 RCC 2021-07-27 12:11:25 -05:00
Bob McWhirter
3f583ec196 Scrape our (B)DMA interrupts per peripheral also. 2021-07-26 14:10:25 -04:00
Bob McWhirter
2618ec3a94 Be fancier on parsing peripheral IRQs. 2021-07-26 13:33:36 -04:00
Bob McWhirter
38c403f205 Fixes #9
Adds per-peripheral interrupts.
Simple list, functionality not otherwise described.
2021-07-23 14:48:45 -04:00
Dario Nieuwenhuis
60b4b7d155 Add dmamux yamls, use them instead of xml/c parsing. 2021-07-17 07:23:48 +02:00