327 Commits

Author SHA1 Message Date
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
6097928f72 update chiptool 2024-02-16 02:04:57 +01:00
Dario Nieuwenhuis
87b06bac89 rcc: separate fields for bus and kernel clock. 2024-02-16 01:07:41 +01:00
Dario Nieuwenhuis
917db8f71e Do not lowercase clock names. 2024-02-16 00:26:37 +01:00
Dario Nieuwenhuis
e2c7a7eae0 rcc: fix tons of wrong muxes. 2024-02-16 00:11:14 +01:00
eZio Pan
5907efbaf2 update chiptool 2024-02-15 20:42:08 +01:00
Dario Nieuwenhuis
8010c4e7b8 cleanup rcc code a bit more. 2024-02-14 00:30:23 +01: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
5bf4bec597 rcc: more generous fallback stripping all peripheral numbers. 2024-02-10 02:48:24 +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
Dario Nieuwenhuis
b23e88a617
Merge pull request #388 from msrd0/octospi2
Fix register address for OCTOSPI2 peripheral
2024-02-07 18:23:12 +00:00
Dominic
334a42bce7
Fix register address for OCTOSPI2 peripheral 2024-02-07 16:58:16 +01: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
dffe8dacce Add clock mux for F4 and F7. 2024-02-02 02:15:32 +01:00
Dario Nieuwenhuis
768b3e8e31 Fix missing AF numbers in H7 _C pins. 2024-02-01 23:46:31 +01:00
Dario Nieuwenhuis
fcdcb0471b Fix missing DAC RCC on H7. 2024-02-01 23:40:12 +01:00
Dario Nieuwenhuis
c6ad5e265a cleanup rcc bit matching. 2024-02-01 23:36:45 +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
Dario Nieuwenhuis
2d51fbe736
Merge pull request #370 from kkoppul2/update_octospi_base_address
Fix register address mapping
2024-01-27 01:08:43 +00:00
Karun Koppula
505f4dabf5 Fix register address mapping 2024-01-26 19:36:41 -05:00