JuliDi
2abb498685
adapt DAC trigger enum for v3
2023-07-22 16:48:08 +02:00
JuliDi
57ccc6a59b
add DAC v3
2023-07-22 16:25:15 +02:00
xoviat
4b06fdbf76
adc/f3: naming
2023-07-12 19:43:25 -05:00
xoviat
5ae0934c28
adc/f3: more cleanup
2023-07-12 19:42:31 -05:00
xoviat
c943b0472d
adc/f3: more cleanup
2023-07-12 18:00:55 -05:00
xoviat
cada030e1a
adc/f3: more cleanup
2023-07-12 17:45:39 -05:00
xoviat
48041c787e
adc/f3: some cleanup
2023-07-12 17:33:23 -05:00
xoviat
feb4f685ed
adc: add f3
2023-07-11 21:10:08 -05:00
Dario Nieuwenhuis
0ad838d889
Merge pull request #213 from xoviat/hrtim
...
hrtim: add common registers and v2
2023-07-08 08:40:13 +00:00
Dario Nieuwenhuis
793aeb9289
Merge pull request #209 from JcBernack/rng-update
...
update RNG registers and mapping
2023-07-07 15:24:57 +00:00
Dario Nieuwenhuis
d54274df23
Merge pull request #216 from xoviat/fdcan
...
add fdcan
2023-07-07 14:53:43 +00:00
Dario Nieuwenhuis
4789b8b907
Merge pull request #219 from xoviat/f3-rcc
...
rcc/f3: add hrtim clock
2023-07-07 14:53:07 +00:00
xoviat
4bbc7a3d12
rcc/f3: add hrtim clock
2023-07-06 20:12:22 -05:00
Dario Nieuwenhuis
931ab215e9
Merge pull request #217 from mkj/extract
...
extract-all: Distinguish missing and failure
2023-07-05 15:04:11 +00:00
Matt Johnston
83f2256895
extract-all: Distinguish missing and failure
2023-07-05 22:28:26 +08:00
xoviat
b91dd597d3
fdcan: arraify
2023-07-04 13:20:24 -05:00
xoviat
1e9103cd22
fdcan: add registers
2023-07-04 13:04:54 -05:00
xoviat
39ac6fe76e
hrtim: fix version
2023-07-02 15:30:43 -05:00
xoviat
b7f7cb95f9
hrtim: fix registers, adc offsets
2023-07-02 15:22:21 -05:00
Dario Nieuwenhuis
1f5e313874
Update readme.
2023-07-02 21:42:05 +02:00
xoviat
c496da8628
hrtim/v2: add registers
2023-07-02 14:13:46 -05:00
xoviat
d8779b6992
hrtim/v1: remove extra enums
2023-07-02 13:58:08 -05:00
xoviat
32f14c91a6
hrtim: add v1.1
2023-07-02 13:47:53 -05:00
xoviat
5531ec8273
hrtim/v1: add remanining registers
2023-07-02 11:45:28 -05:00
Dario Nieuwenhuis
9b4f530da2
Merge pull request #214 from embassy-rs/build-generated
...
Automatically commit build results to the stm32-data-generated repo.
2023-07-02 13:51:18 +00:00
Dario Nieuwenhuis
9813a02944
rustfmt the generated pac.
2023-07-02 15:49:24 +02:00
Dario Nieuwenhuis
6cc7497a33
Update chiptool, makes PAC generation repeatable.
2023-07-02 15:42:12 +02:00
Dario Nieuwenhuis
e54c3d70de
Automatically commit build results to the stm32-data-generated repo.
2023-07-02 15:41:59 +02:00
xoviat
c7e4df5ef1
data-gen: add some yaml validation
2023-07-01 17:18:40 -05:00
xoviat
51c7a56fba
hrtim/v1: fix some registers
2023-07-01 17:18:28 -05:00
xoviat
a0e307ab25
hrtim/v1: add some missing registers
2023-07-01 16:40:12 -05:00
Jan Christoph Bernack
fc5867835f
select RNG version based on family
2023-07-01 03:40:43 +02:00
Jan Christoph Bernack
f1b05d243d
update RNG registers and mapping
2023-06-30 17:44:07 +02:00
Dario Nieuwenhuis
9f043c5eab
Release stm32-metapac v12
2023-06-29 01:59:01 +02:00
Dario Nieuwenhuis
91ec06089b
spi: remove useless enums.
2023-06-29 01:48:37 +02:00
Dario Nieuwenhuis
0b37690ca9
Update chiptool.
2023-06-29 01:12:05 +02:00
Dario Nieuwenhuis
eac1dc7600
Fix unused mut.
2023-06-29 01:00:03 +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
Dario Nieuwenhuis
9965da5388
Merge pull request #208 from cbiffle/gpio-v2-afr-array-docs
...
gpio_v2: remove another case where indexing was potentially misleading
2023-06-28 18:26:34 +00: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
Dario Nieuwenhuis
5a9ea5ab86
Merge pull request #205 from cbiffle/g0-c0-syscfg-mem-mode-fix
...
G0/C0: fix SYSCFG.CFGR1.MEM_MODE definition
2023-06-28 17:11:26 +00: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
Dario Nieuwenhuis
e2cad81497
Build docs with more threads.
2023-06-28 18:05:13 +02:00
Dario Nieuwenhuis
afa6f1975c
Merge pull request #201 from cbiffle/g0-syscfg-cfgr1-fix
...
G0 SYSCFG: fix PA11/PA12 RMP definitions
2023-06-28 18:03:41 +02:00
Dario Nieuwenhuis
5f90914cb9
build docs in Ci.
2023-06-28 17:59:25 +02:00