Commit 835b50d
committed
[ext] Update modm-devices submodule
1 parent 14dd911 commit 835b50d
2 files changed
+2
-2
lines changedSubmodule modm-devices updated 41 files
- .github/workflows/tests.yml+4-4
- README.md+8-7
- devices/sam/samd10_d11.xml+13-1
- devices/sam/samd21.xml+57-1
- devices/sam/samd51_e51_e53_e54.xml+89-3
- devices/sam/samda1.xml+24-1
- devices/sam/same70_s70_v70_v71.xml+61-1
- devices/sam/saml21.xml+25-1
- devices/sam/saml22.xml+29-1
- devices/stm32/stm32c0-11_31.xml+844
- devices/stm32/stm32g0-71_81.xml-4
- devices/stm32/stm32g0-b1_c1.xml+16-52
- devices/stm32/stm32g4-74_84.xml-2
- devices/stm32/stm32h5-03.xml+1.1k
- devices/stm32/stm32h5-62.xml+2.8k
- devices/stm32/stm32h5-63_73.xml+4.2k
- devices/stm32/stm32h7-23_33.xml+21-34
- devices/stm32/stm32h7-25_35.xml+24-37
- devices/stm32/stm32h7-30.xml+21-34
- devices/stm32/stm32h7-42.xml+5-5
- devices/stm32/stm32h7-43_53.xml+5-5
- devices/stm32/stm32h7-45_55.xml+5-5
- devices/stm32/stm32h7-47_57.xml+5-5
- devices/stm32/stm32h7-50.xml+5-5
- devices/stm32/stm32l4-31_33_43.xml+2-4
- devices/stm32/stm32l5-52_62.xml+12-24
- devices/stm32/stm32u5-35_45.xml+2.5k
- devices/stm32/stm32u5-75_85.xml+393-480
- devices/stm32/stm32wb-10_15.xml+24-104
- devices/stm32/stm32wb-35_55.xml+84-175
- modm_devices/__init__.py+1-1
- tools/generator/Makefile+4-3
- tools/generator/dfg/input/cmsis_header.py+2-2
- tools/generator/dfg/sam/sam_device_tree.py+24-4
- tools/generator/dfg/stm32/stm.py+62-7
- tools/generator/dfg/stm32/stm_device_tree.py+1
- tools/generator/dfg/stm32/stm_dmamux_requests.py+1-1
- tools/generator/dfg/stm32/stm_groups.py+27
- tools/generator/dfg/stm32/stm_header.py+1-1
- tools/generator/raw-data-extractor/extract-stm32.py+1-1
- tools/generator/raw-data-extractor/patches/stm32.patch+1.2k
- README.md+6-4
- patches/c0.patch+24
- stm32c0xx/Include/stm32c011xx.h+6.7k
- stm32c0xx/Include/stm32c031xx.h+6.9k
- stm32c0xx/Include/stm32c0xx.h+212
- stm32c0xx/Include/system_stm32c0xx.h+105
- stm32c0xx/Release_Notes.html+45
- stm32f0xx/Include/stm32f030x6.h+15-17
- stm32f0xx/Include/stm32f030x8.h+15-17
- stm32f0xx/Include/stm32f030xc.h+16-18
- stm32f0xx/Include/stm32f031x6.h+18-20
- stm32f0xx/Include/stm32f038xx.h+14-16
- stm32f0xx/Include/stm32f042x6.h+25-25
- stm32f0xx/Include/stm32f048xx.h+25-25
- stm32f0xx/Include/stm32f051x8.h+22-22
- stm32f0xx/Include/stm32f058xx.h+22-22
- stm32f0xx/Include/stm32f070x6.h+14-16
- stm32f0xx/Include/stm32f070xb.h+18-20
- stm32f0xx/Include/stm32f071xb.h+23-23
- stm32f0xx/Include/stm32f072xb.h+29-29
- stm32f0xx/Include/stm32f078xx.h+25-25
- stm32f0xx/Include/stm32f091xc.h+23-23
- stm32f0xx/Include/stm32f098xx.h+29-29
- stm32f0xx/Include/stm32f0xx.h+11-17
- stm32f0xx/Include/system_stm32f0xx.h+6-8
- stm32f0xx/Release_Notes.html+99-45
- stm32f3xx/Include/stm32f301x8.h+22-21
- stm32f3xx/Include/stm32f302x8.h+18-17
- stm32f3xx/Include/stm32f302xc.h+23-22
- stm32f3xx/Include/stm32f302xe.h+22-21
- stm32f3xx/Include/stm32f303x8.h+24-23
- stm32f3xx/Include/stm32f303xc.h+21-20
- stm32f3xx/Include/stm32f303xe.h+24-23
- stm32f3xx/Include/stm32f318xx.h+22-21
- stm32f3xx/Include/stm32f328xx.h+24-23
- stm32f3xx/Include/stm32f334x8.h+24-23
- stm32f3xx/Include/stm32f358xx.h+25-24
- stm32f3xx/Include/stm32f373xc.h+14-13
- stm32f3xx/Include/stm32f378xx.h+14-13
- stm32f3xx/Include/stm32f398xx.h+24-23
- stm32f3xx/Include/stm32f3xx.h+9-15
- stm32f3xx/Include/system_stm32f3xx.h+7-9
- stm32f3xx/Release_Notes.html+42-26
- stm32h5xx/Include/partition_stm32h5xx.h+68
- stm32h5xx/Include/stm32h503xx.h+14.0k
- stm32h5xx/Include/stm32h562xx.h+21.5k
- stm32h5xx/Include/stm32h563xx.h+23.6k
- stm32h5xx/Include/stm32h573xx.h+24.5k
- stm32h5xx/Include/stm32h5xx.h+238
- stm32h5xx/Include/system_stm32h5xx.h+107
- stm32h5xx/Release_Notes.html+47
- stm32l0xx/Include/stm32l010x4.h+10-10
- stm32l0xx/Include/stm32l010x6.h+10-10
- stm32l0xx/Include/stm32l010x8.h+10-10
- stm32l0xx/Include/stm32l010xb.h+10-10
- stm32l0xx/Include/stm32l011xx.h+10-10
- stm32l0xx/Include/stm32l021xx.h+10-10
- stm32l0xx/Include/stm32l031xx.h+10-10
- stm32l0xx/Include/stm32l041xx.h+10-10
- stm32l0xx/Include/stm32l051xx.h+10-10
- stm32l0xx/Include/stm32l052xx.h+10-10
- stm32l0xx/Include/stm32l053xx.h+11-11
- stm32l0xx/Include/stm32l062xx.h+10-10
- stm32l0xx/Include/stm32l063xx.h+11-11
- stm32l0xx/Include/stm32l071xx.h+10-10
- stm32l0xx/Include/stm32l072xx.h+11-11
- stm32l0xx/Include/stm32l073xx.h+12-12
- stm32l0xx/Include/stm32l081xx.h+10-10
- stm32l0xx/Include/stm32l082xx.h+11-11
- stm32l0xx/Include/stm32l083xx.h+12-12
- stm32l0xx/Include/stm32l0xx.h+7-8
- stm32l0xx/Include/system_stm32l0xx.h+6-7
- stm32l0xx/Release_Notes.html+65-58
- stm32u5xx/Include/partition_stm32u5xx.h+4
- stm32u5xx/Include/stm32u535xx.h+21.2k
- stm32u5xx/Include/stm32u545xx.h+22.0k
- stm32u5xx/Include/stm32u575xx.h+620-605
- stm32u5xx/Include/stm32u585xx.h+629-605
- stm32u5xx/Include/stm32u595xx.h+777-654
- stm32u5xx/Include/stm32u599xx.h+815-703
- stm32u5xx/Include/stm32u5a5xx.h+786-654
- stm32u5xx/Include/stm32u5a9xx.h+824-703
- stm32u5xx/Include/stm32u5xx.h+15-8
- stm32u5xx/Release_Notes.html+65-3
- update.py+2-1
0 commit comments