Dario Nieuwenhuis
91ec06089b
spi: remove useless enums.
2023-06-29 01:48:37 +02:00
Dario Nieuwenhuis
1678c9f1e1
rtc: remove useless enums.
2023-06-29 00:59:16 +02:00
Dario Nieuwenhuis
1cfb795d6b
Fix accidental arrayifications.
2023-06-29 00:57:25 +02:00
Dario Nieuwenhuis
3f01ff4545
Remove enum_read, enum_write.
2023-06-28 22:36:19 +02:00
Dario Nieuwenhuis
0d958def0e
chiptool fmt.
2023-06-28 22:22:17 +02:00
Cliff L. Biffle
3c49b933fc
gpio_v2: remove another case where indexing was potentially misleading
...
The field docs suggested that the index was in the range 0..15, which is
not true in this case.
2023-06-28 11:18:58 -07:00
Dario Nieuwenhuis
a80ddd6acd
Merge pull request #207 from cbiffle/gpio-v2-afr-array-docs
...
gpio_v2: expand docs on AFRx register pair to describe indexing.
2023-06-28 18:11:29 +00:00
Cliff L. Biffle
d8592bdd8c
gpio_v2: expand docs on AFRx register pair to describe indexing.
2023-06-28 11:06:26 -07:00
Cliff L. Biffle
b93e9286d3
G0/C0: fix SYSCFG.CFGR1.MEM_MODE definition
...
- Added docs from reference manual / fixed existing partial copy of
reference manual docs
- Renamed System Flash case to SYSTEM_FLASH because FLASH was ambiguous
(you really don't want to activate the System Flash when you wanted
Main Flash, where your program lives!)
- Added Main Flash case.
2023-06-28 10:06:46 -07:00
Cliff L. Biffle
3d86ef6d30
G0 SYSCFG: fix PA11/PA12 RMP definitions
...
It looks like the G0 file here picked up the F0-style "one remapping bit
for both pins" field definition. The G0 series actually has C0-style
dual remapping bits.
2023-06-28 08:50:53 -07:00
Dario Nieuwenhuis
30747405c8
otg: Increase max amount of EPs.
...
H7 has 9 EPs, registers seem laid out for up to 16 EPs so use that.
2023-06-27 04:07:18 +02:00
Kevin Lannen
efc220eb38
CRS: Use L0 CRS definitions for G0 and G4
...
Comparing the register definitions these peripherals are identical.
2023-06-20 09:48:09 -06:00
Kevin Lannen
a1189407f7
STM32G4: Add enum for CLK48SEL
2023-06-19 16:26:48 -06:00
Catherine
20034cc19a
Add support for DAC in STM32F3x that only have a single DAC.
2023-06-16 22:47:18 +00:00
Dario Nieuwenhuis
ebb83dd7bd
Merge pull request #188 from xoviat/hrtim
...
add hrtim
2023-06-14 22:06:37 +00:00
Max Ekman
e7aa553dc1
fix(sai): remove unused v3
2023-05-29 20:43:24 +02:00
Max Ekman
262f175ef0
fix(sai): remove unused enums
2023-05-29 20:43:24 +02:00
Max Ekman
beb8e9ec29
feat(sai): add complete peripherals
2023-05-29 20:43:24 +02:00
xoviat
071613d8cc
hrtim: fix
2023-05-29 09:21:38 -05:00
xoviat
7951d148be
hrtim: more work
2023-05-29 09:15:12 -05:00
xoviat
a5a6e7c76e
hrtim: further work
2023-05-28 23:16:23 -05:00
xoviat
d07afd7176
hrtim: fix
2023-05-28 15:45:41 -05:00
xoviat
3728fefee1
hrtim: further cleanup
2023-05-28 15:42:57 -05:00
xoviat
87c55dd0ce
hrtim: more cleanup
2023-05-28 14:57:56 -05:00
Rasmus Melchior Jacobsen
d4b22d1434
Use PPRE enum for PPRE2 in G4
2023-05-25 16:08:29 +02:00
xoviat
17dcf55c46
hrtim: cleanup description
2023-05-19 23:16:11 -05:00
xoviat
b5205c2b54
hrtim: cleanup enum
2023-05-19 23:01:31 -05:00
xoviat
d738319143
hrtim: cleanup timx fieldsets
2023-05-19 22:55:53 -05:00
xoviat
f9a4a21b32
hrtim: combine timx blocks
2023-05-19 22:09:22 -05:00
Dario Nieuwenhuis
8185dedfaa
Merge pull request #191 from rmja/onebit
...
Unify onebit cr3 field across versions
2023-05-19 13:47:38 +00:00
Rasmus Melchior Jacobsen
5b3632e691
Unify onebit cr3 field across versions
2023-05-19 15:41:03 +02:00
Dömötör Gulyás
048712a48d
add enums to STM32G4 Flash/RCC register YAMLs
2023-05-07 20:32:58 -04:00
xoviat
cdfbe3a9ca
hrtim: further cleanup
2023-05-02 15:50:22 -05:00
xoviat
443adc1137
cleanup some enums
2023-05-01 20:42:40 -05:00
Dario Nieuwenhuis
64846c91ba
usart: merge lpuart, add over8, add presc.
2023-05-02 02:43:43 +02:00
Dario Nieuwenhuis
e19240e3d3
Merge pull request #187 from xoviat/fmac
...
add fmac
2023-05-01 09:42:53 +00:00
Dömötör Gulyás
b7d46cea9d
adding STM32G4 flash peripheral
2023-04-30 20:51:52 -04:00
xoviat
58e92e0670
add hrtim
2023-04-30 18:01:50 -05:00
xoviat
42c351e6c8
add fmac
2023-04-22 23:27:18 -05:00
Dario Nieuwenhuis
4e9e656329
Add missing dma for C0
2023-04-11 13:34:51 +02:00
Dario Nieuwenhuis
2715747076
spi: rename v4 to v5, add v4 for h5.
2023-04-10 16:00:03 +02:00
Dario Nieuwenhuis
eb0a32cd86
Merge pull request #181 from Lytehorse/feat/add-uid-regs
...
Feat/add uid regs
2023-04-08 09:19:20 +00:00
Eric Yanush
3fc49c9f06
Tweaked UID fields to be an array instead of individual fields
2023-04-07 18:41:53 -06:00
Dario Nieuwenhuis
6de9d585b0
u5 RCC additions for U5[9A].
2023-04-07 02:19:26 +02:00
Dario Nieuwenhuis
dee9b17f3d
more h5 reg fixes.
2023-04-06 18:47:55 +02:00
Dario Nieuwenhuis
f5a068eab6
Split USBRAM from USB, add 32bit USBRAM support, fix some sizes/versions.
2023-04-06 18:26:42 +02:00
Eric Yanush
5576e84fd4
Remove the word breakdowns, as it's not defined on all families.
2023-04-06 01:57:59 -06:00
Eric Yanush
910246a88c
Add UID registers
2023-04-06 01:39:11 -06:00
Dario Nieuwenhuis
7a95245738
h5: fix usb.
2023-04-05 05:48:41 +02:00
Dario Nieuwenhuis
8848592653
h5 reg fixes.
2023-04-05 04:13:30 +02:00