1304 Commits

Author SHA1 Message Date
Andres Vahter
9a56721608 add unmodified AES yamls 2023-09-07 09:51:50 +03:00
xoviat
eaa4987e52
Merge pull request #246 from oll3/adc_wle
Support STM32WLEx ADC peripheral
2023-09-05 23:19:15 +00:00
Olle Sandberg
9c71725bf2 Support STM32WL5x ADC peripheral 2023-09-05 12:22:56 +02:00
Olle Sandberg
ab99fff0af Support STM32WLEx ADC peripheral
Use adc_g0 since very similar to the WLE one.
2023-09-05 11:59:10 +02:00
xoviat
7e2310f49f
Merge pull request #242 from JuliDi/add-qspi-frcm
Add free-running clock mode for quadspi
2023-09-04 18:57:22 +00:00
xoviat
a7d9aa2124
Merge pull request #244 from daehyeok/stm32g4_adc
Support STM32G4 ADC peripheral
2023-09-04 18:56:47 +00:00
Daehyeok Mun
697ff5ff6e Support STM32G4 ADC peripheral 2023-09-03 21:19:35 -07:00
JuliDi
cc8759f205
add free-running clock mode for quadspi 2023-09-03 17:06:27 +02:00
ExplodingWaffle
e2cab23e2c fix 2023-09-01 17:50:46 +01:00
ExplodingWaffle
eeadbd3f7b give enums real names 2023-09-01 16:40:50 +01:00
ExplodingWaffle
30dcf3cabe remove UCPD_ prefixes, remove unneeded enums 2023-09-01 16:24:11 +01:00
ExplodingWaffle
82f8d72be7 add ucpd 2023-09-01 15:59:29 +01:00
Dario Nieuwenhuis
9a61a1f090
Merge pull request #240 from xoviat/pwr
pwr/wl5: remove some enums
2023-08-27 18:46:47 +00:00
xoviat
6146d25433 pwr/wl5: remove some enums 2023-08-27 10:06:24 -05:00
Dario Nieuwenhuis
5e70b63e39
Merge pull request #238 from daehyeok/doc
Fix wrong perimap link on README
2023-08-20 08:44:35 +00:00
Daehyeok Mun
3685c36e0a Fix wrong perimap link on README 2023-08-19 18:44:22 -07:00
Dario Nieuwenhuis
2b87e34c66
Merge pull request #237 from randomplum/flash_h7slow
split H7 flash for stm32h7a3/b3/b0 chips
2023-08-18 20:44:38 +00:00
Dario Nieuwenhuis
114bd7fb46 h7/flash: add missing CRCRDERR 2023-08-18 22:43:11 +02:00
Dominik Sliwa
6b2f2c3ac3 split H7 flash for stm32h7a3/b3/b0 chips 2023-08-18 22:13:58 +02:00
Dario Nieuwenhuis
7eddb78e70
Merge pull request #235 from dreilly1982/fix-rcc-f3
rework f3 series rcc take 2
2023-08-10 10:27:16 +00:00
Don Reilly
7b0a28e989 fixed missing edge case 2023-08-09 10:34:10 -05:00
Don Reilly
f4e0487ae5 map all (most?) edge cases of ADC 2023-08-08 15:15:36 -05:00
Don Reilly
dff9c321f3 readd DBGMCU back into F3 and F3v2 2023-08-07 15:04:18 -05:00
Don Reilly
42273a7f02 rework f3 series rcc take 2 2023-08-07 14:38:22 -05:00
xoviat
ec1a2b51a9
Merge pull request #233 from xoviat/adc
add adc common f3
2023-08-06 20:31:45 +00:00
xoviat
f427d49566 adc/f3: cleanup enums 2023-08-06 15:28:34 -05:00
Don Reilly
51371cb835 add vrefintcal for f3 2023-08-05 22:23:05 -05:00
Don Reilly
5953194935 cleaning up mess after fixing headers.rs 2023-08-05 22:14:32 -05:00
Don Reilly
0a3e4c2052 remove unneccessary paranthesis 2023-08-05 18:31:18 -05:00
Don Reilly
39d4db37fe get common registers for adc12(34) 2023-08-05 18:27:00 -05:00
xoviat
82a2486382
Merge pull request #231 from xoviat/spi
spi: fix stm32f479
2023-08-05 00:02:46 +00:00
xoviat
6bbb04dd90 spi: fix stm32f479 2023-08-04 19:00:04 -05:00
xoviat
0ac0a44bb0 lptim: consolidate and add for stm32wb 2023-08-03 20:28:33 -05:00
Dario Nieuwenhuis
7a5284796d
Merge pull request #228 from dreilly1982/fix-adc-naming
fix adc_f3 resolution namings to match existing convention across
2023-08-03 16:35:23 +00:00
Don Reilly
759fa53724 fix adc_f3 resolution namings to match existing convention across 2023-08-03 11:15:36 -05:00
Dario Nieuwenhuis
1338ced743
Merge pull request #227 from xoviat/fix-adc-naming
adc/f3: fix sample time enum
2023-08-03 11:12:36 +00:00
xoviat
5dbdc9b0ca adc/f3: fix sample time enum 2023-08-02 20:48:32 -05:00
Dario Nieuwenhuis
1f8ab493e0 Fix missing RNG interrupt in many chips. 2023-07-31 01:25:09 +02:00
Dario Nieuwenhuis
9ab39ded3f
Merge pull request #226 from tyler-gilbert/main
Fix Issue #225. Add CRS v1 to STM32U5 chips.
2023-07-30 14:58:19 +00:00
Tyler Gilbert
170ecab8cb Fix Issue #225.
The STM32U5 uses the same CRS peripheral as the L0, G0, and G4 products. This adds the association of the CRS v1 peripheral to the U5 CRS registers.
2023-07-30 08:37:22 -05:00
Dario Nieuwenhuis
93a98a7610
Merge pull request #224 from JuliDi/main
Add aditf5_v3_1 ADC
2023-07-25 10:47:28 +00:00
JuliDi
0bc6cd3536
add aditf5_v3_1 ADC 2023-07-25 12:32:24 +02:00
Dario Nieuwenhuis
0d84a87106 Release stm32-metapac v13 2023-07-22 17:47:52 +02:00
Dario Nieuwenhuis
9d536f55a8
Merge pull request #221 from xoviat/adc
adc: add f3
2023-07-22 15:42:34 +00:00
Dario Nieuwenhuis
4bd673908a
Merge pull request #223 from JuliDi/main
WIP: fix #222 Add DAC v3 for STM32H7
2023-07-22 15:37:06 +00:00
JuliDi
a910aa76fc
fix wrong indentation 2023-07-22 16:50:44 +02:00
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