165 Commits

Author SHA1 Message Date
eZio Pan
28d1514b91 add to chips.rs 2024-02-22 14:37:53 +08:00
Dario Nieuwenhuis
3e97a2e937
Merge pull request #402 from eZioPan/dts-v1
dts v1
2024-02-22 00:40:54 +00:00
Dario Nieuwenhuis
fca7e7d85e
Merge pull request #403 from eZioPan/iwdg_v3
iwdg v3
2024-02-22 00:40:30 +00:00
eZio Pan
b8a934f2eb add to chips.rs 2024-02-22 01:23:37 +08:00
Dario Nieuwenhuis
aa826467a5
Merge pull request #404 from eZioPan/pssi_v1
pssi v1
2024-02-21 17:17:40 +00:00
eZio Pan
3c5a8a32a5 add to chips.rs 2024-02-22 01:06:51 +08:00
eZio Pan
76f2e02ea8 add to chips.rs 2024-02-22 00:23:24 +08:00
eZio Pan
4ab86cb898 change CRR array length 2024-02-21 23:24:27 +08:00
Dario Nieuwenhuis
2e0c6b6f79
Merge pull request #399 from eZioPan/dcache_v1
dcache v1
2024-02-21 13:13:55 +00:00
Dario Nieuwenhuis
f54653612c
Merge pull request #398 from eZioPan/tamp_h5
tamp h5
2024-02-21 13:12:48 +00:00
eZio Pan
9e0d2b66ab add to chips.rs 2024-02-21 21:10:11 +08:00
eZio Pan
8a8d6e65df add to chips.rs 2024-02-21 21:06:41 +08:00
eZio Pan
a364071c7d add to chips.rs 2024-02-21 20:20:14 +08:00
Dario Nieuwenhuis
7734584b20 rcc: more accurate f0 mapping. 2024-02-13 01:04:42 +01:00
Dario Nieuwenhuis
8ae5bb5fe6 rcc: more accurate f3 versions. 2024-02-12 02:03:25 +01:00
Dario Nieuwenhuis
0c921dde2e Refactor RCC code to find more muxes.
Fixes #383
2024-02-10 02:40:36 +01:00
Dario Nieuwenhuis
028efe4e6e
Merge pull request #364 from eZioPan/timer_v2
timer v2
2024-02-09 22:42:17 +00:00
Dario Nieuwenhuis
36a3262735
Merge pull request #390 from caleb-garrett/hash
Add HASH v4
2024-02-08 20:08:11 +00:00
Caleb Garrett
3fdcc771f3 Added hash v4. 2024-02-08 14:39:43 -05:00
Dario Nieuwenhuis
d7c933984f
Merge pull request #382 from lucasgranberg/main
add comp_v3 and apply to stm32wle
2024-02-07 18:24:39 +00:00
Lucas Granberg
90b8b692b7 add comp v3 to STM32WL (non E) 2024-02-07 15:37:57 +02:00
Lucas Granberg
8c8af96abd add comp_v3 and apply to stm32wl 2024-02-07 14:55:12 +02:00
shufps
2f59dea33f cargo fmt 2024-02-07 09:02:18 +01:00
shufps
7c7194d546 adds adc support for L0 2024-02-07 08:57:52 +01:00
Dario Nieuwenhuis
f0101a2249
Merge pull request #377 from AdinAck/main
[READY NOW!] Initial Comparator Support
2024-02-06 16:59:03 +00:00
eZio Pan
b3871b47d8 mapping bug fix 2024-02-05 16:27:10 +08:00
eZio Pan
eb88e4bfb6 tailoring from timer_v1 to timer_l0 2024-02-05 16:27:10 +08:00
eZio Pan
982b30aa6a update timer mapping 2024-02-05 16:27:10 +08:00
Dario Nieuwenhuis
e702b4d564 fix pwr for wb35xx 2024-02-04 22:40:36 +01:00
Dario Nieuwenhuis
768b3e8e31 Fix missing AF numbers in H7 _C pins. 2024-02-01 23:46:31 +01:00
Dario Nieuwenhuis
0cb3a4fcae always use non-_C GPIOs for digital signals on H7. 2024-02-01 01:35:33 +01:00
Adin Ackerman
ee4b4abcc4 update g0 regex for single character 2024-01-30 18:32:48 -08:00
Adin Ackerman
e52429988f Merge remote-tracking branch 'upstream/main' 2024-01-30 16:08:51 -08:00
Adin Ackerman
78fba3e52c Merge remote-tracking branch 'upstream/main' 2024-01-30 15:58:05 -08:00
Adin Ackerman
675a67c3af add comparators to G0 and G4 2024-01-30 15:57:55 -08:00
Caleb Garrett
0ec4390269 Corrected cryp perimap. 2024-01-30 09:46:13 -05:00
Caleb Garrett
d3663f608b Added cryp perimap. 2024-01-29 21:48:24 -05:00
Dario Nieuwenhuis
67a5ba0be1
Merge pull request #375 from caleb-garrett/hash
Add HASH
2024-01-30 01:55:55 +00:00
Carlos Barrales Ruiz
b14a4f1f18 Fix UART definitions present in STM32F1 series (sci2_v1_1) 2024-01-30 01:01:13 +01:00
Caleb Garrett
6fae02614a Added hash registers and perimap. 2024-01-29 18:48:07 -05:00
Taylor Carpenter
136f53de04
Match all versions of CRC by chip family 2024-01-28 20:11:54 -05:00
Taylor Carpenter
2acb6a4682
Fix crc version mapping
CRC version mapping is now done by family before failing back to the IP version listed in MCU XML
Versions now match what is on spreadsheet
2024-01-27 00:55:33 -05:00
Cryowatt
33331ec8e2 Adding SAI 1.2 mapping to PERIMAP
Adding registers for sai_v1_2

Transformed and cleaned

Adding SAI 1.2 mapping to PERIMAP

v5 was the same as v2, deleting v5

Removed trailing whitespace
2024-01-26 16:13:23 -08:00
Karun
64a23e1213 update perimap for stm32u5[34]5 octospi implementations 2024-01-23 15:55:19 -05:00
eZio Pan
f0d25d27c6 make eth mapping more precise 2024-01-22 20:31:56 +08:00
eZio Pan
7131cf46dd apply chiptool validate on yaml parse 2024-01-08 16:30:57 +08:00
Tyler Gilbert
59598d3ff8 Add cordic to all MCUs that have it. Read/write WDATA/RDATA directly for ease of use 2024-01-07 15:16:08 -06:00
Tyler Gilbert
ce5c765eed add cordic_v1 for stm32u5 2024-01-03 21:05:54 -06:00
Dario Nieuwenhuis
617ad260f5
Merge pull request #343 from tyler-gilbert/add-icache-v1-for-stm32u5
Add icache_v1 for use with STM32U5
2024-01-04 00:57:57 +00:00
Tyler Gilbert
f7ad1d5b0f Add icache_v1 for use with STM32U5 2024-01-03 18:09:28 -06:00