-
Notifications
You must be signed in to change notification settings - Fork 247
Add L0x0 processor family #505
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
c87b049
add L0x0 series svd
jglauche 33b359a
migrate l0x1 patches to 0x0
jglauche 004e403
re-enabled patched syscfg file
jglauche 525a006
remove unavailable feature
jglauche 17a1819
Update devices/stm32l0x0.yaml
jglauche 064a22a
Update devices/stm32l0x0.yaml
jglauche 98b860b
Update devices/stm32l0x0.yaml
jglauche 013831b
Update devices/stm32l0x0.yaml
jglauche 0140e1b
Update devices/stm32l0x0.yaml
jglauche ec7d6c9
Update devices/stm32l0x0.yaml
jglauche a618761
Update peripherals/syscfg/syscfg_l0x0.yaml
jglauche 7e0d35f
Update devices/stm32l0x0.yaml
jglauche 41b9f61
Update devices/stm32l0x0.yaml
jglauche 876c7b1
Update peripherals/syscfg/syscfg_l0x0.yaml
jglauche 5bcbd53
Update peripherals/syscfg/syscfg_l0x0.yaml
jglauche 0564c34
leave WPROT as it is in the SVD
jglauche a1e5432
copy rcc_l0 to _l0x0 to remove CRYPSMEN
jglauche 6e27fb6
remove unused I2C FMP bits, remove CAPA
jglauche 4136f4d
rename FWDISEN to FWDIS
jglauche 4b235a3
remove unavailble AF modes 8-15
jglauche 66615c1
Merge branch 'master' of https://github.com/stm32-rs/stm32-rs
jglauche File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
re-enabled patched syscfg file
- Loading branch information
commit 004e40360a0dd84ec63a0c9815311b1c73db5a42
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,154 @@ | ||
# System configuration controller and COMP registers for L0 family | ||
SYSCFG: | ||
CFGR1: | ||
BOOT_MODE: | ||
MainFlash: [0, "Main Flash memory boot mode"] | ||
SystemFlash: [1, "System Flash memory boot mode"] | ||
SRAM: [3, "Embedded SRAM boot mode"] | ||
MEM_MODE: | ||
MainFlash: [0, "Main Flash memory mapped at 0x0000_0000"] | ||
SystemFlash: [1, "System Flash memory mapped at 0x0000_0000"] | ||
SRAM: [3, "Embedded SRAM mapped at 0x0000_0000"] | ||
CFGR2: | ||
I2C2_FMP: | ||
Standard: [0, "FM+ mode is controlled by I2C_Pxx_FMP bits only"] | ||
FMP: [1, "FM+ mode is enabled on all I2C2 pins selected through selection bits in GPIOx_AFR registers"] | ||
I2C1_FMP: | ||
Standard: [0, "FM+ mode is controlled by I2C_Pxx_FMP bits only"] | ||
FMP: [1, "FM+ mode is enabled on all I2C1 pins selected through selection bits in GPIOx_AFR registers"] | ||
I2C_PB9_FMP: | ||
Standard: [0, "PB9 pin operate in standard mode"] | ||
FMP: [1, "I2C FM+ mode enabled on PB9 and the Speed control is bypassed"] | ||
I2C_PB8_FMP: | ||
Standard: [0, "PB8 pin operate in standard mode"] | ||
FMP: [1, "I2C FM+ mode enabled on PB8 and the Speed control is bypassed"] | ||
I2C_PB7_FMP: | ||
Standard: [0, "PB7 pin operate in standard mode"] | ||
FMP: [1, "I2C FM+ mode enabled on PB7 and the Speed control is bypassed"] | ||
I2C_PB6_FMP: | ||
Standard: [0, "PB6 pin operate in standard mode"] | ||
FMP: [1, "I2C FM+ mode enabled on PB6 and the Speed control is bypassed"] | ||
CFGR3: | ||
REF_LOCK: | ||
ReadWrite: [0, "SYSCFG_CFGR3[31:0] bits are read/write"] | ||
ReadOnly: [1, "SYSCFG_CFGR3[31:0] bits are read-only"] | ||
VREFINT_RDYF: | ||
NotReady: [0, "VREFINT OFF"] | ||
Ready: [1, "VREFINT ready"] | ||
ENBUF_SENSOR_ADC: | ||
Disabled: [0, "Disables the buffer used to generate VREFINT reference for the temperature sensor"] | ||
Enabled: [1, "Enables the buffer used to generate VREFINT reference for the temperature sensor"] | ||
SEL_VREF_OUT: | ||
NoConnection: [0, "no pad connected"] | ||
PB0: [1, "PB0 connected"] | ||
PB1: [2, "PB1 connected"] | ||
Both: [3, "PB0 and PB1 connected"] | ||
EXTICR1: | ||
EXTI0: | ||
PA0: [0, "Select PA0 as the source input for the EXTI0 external interrupt"] | ||
PB0: [1, "Select PB0 as the source input for the EXTI0 external interrupt"] | ||
PC0: [2, "Select PC0 as the source input for the EXTI0 external interrupt"] | ||
PD0: [3, "Select PD0 as the source input for the EXTI0 external interrupt"] | ||
PE0: [4, "Select PE0 as the source input for the EXTI0 external interrupt"] | ||
PH0: [5, "Select PH0 as the source input for the EXTI0 external interrupt"] | ||
EXTI1: | ||
PA1: [0, "Select PA1 as the source input for the EXTI1 external interrupt"] | ||
PB1: [1, "Select PB1 as the source input for the EXTI1 external interrupt"] | ||
PC1: [2, "Select PC1 as the source input for the EXTI1 external interrupt"] | ||
PD1: [3, "Select PD1 as the source input for the EXTI1 external interrupt"] | ||
PE1: [4, "Select PE1 as the source input for the EXTI1 external interrupt"] | ||
PH1: [5, "Select PH1 as the source input for the EXTI1 external interrupt"] | ||
EXTI2: | ||
PA2: [0, "Select PA2 as the source input for the EXTI2 external interrupt"] | ||
PB2: [1, "Select PB2 as the source input for the EXTI2 external interrupt"] | ||
PC2: [2, "Select PC2 as the source input for the EXTI2 external interrupt"] | ||
PD2: [3, "Select PD2 as the source input for the EXTI2 external interrupt"] | ||
PE2: [4, "Select PE2 as the source input for the EXTI2 external interrupt"] | ||
PH2: [5, "Select PH2 as the source input for the EXTI2 external interrupt"] | ||
jglauche marked this conversation as resolved.
Show resolved
Hide resolved
|
||
EXTI3: | ||
PA3: [0, "Select PA3 as the source input for the EXTI3 external interrupt"] | ||
PB3: [1, "Select PB3 as the source input for the EXTI3 external interrupt"] | ||
PC3: [2, "Select PC3 as the source input for the EXTI3 external interrupt"] | ||
PD3: [3, "Select PD3 as the source input for the EXTI3 external interrupt"] | ||
PE3: [4, "Select PE3 as the source input for the EXTI3 external interrupt"] | ||
PH3: [5, "Select PH3 as the source input for the EXTI3 external interrupt"] | ||
jglauche marked this conversation as resolved.
Show resolved
Hide resolved
|
||
EXTICR2: | ||
EXTI4: | ||
PA4: [0, "Select PA4 as the source input for the EXTI4 external interrupt"] | ||
PB4: [1, "Select PB4 as the source input for the EXTI4 external interrupt"] | ||
PC4: [2, "Select PC4 as the source input for the EXTI4 external interrupt"] | ||
PD4: [3, "Select PD4 as the source input for the EXTI4 external interrupt"] | ||
PE4: [4, "Select PE4 as the source input for the EXTI4 external interrupt"] | ||
EXTI5: | ||
PA5: [0, "Select PA5 as the source input for the EXTI5 external interrupt"] | ||
PB5: [1, "Select PB5 as the source input for the EXTI5 external interrupt"] | ||
PC5: [2, "Select PC5 as the source input for the EXTI5 external interrupt"] | ||
PD5: [3, "Select PD5 as the source input for the EXTI5 external interrupt"] | ||
PE5: [4, "Select PE5 as the source input for the EXTI5 external interrupt"] | ||
EXTI6: | ||
PA6: [0, "Select PA6 as the source input for the EXTI6 external interrupt"] | ||
PB6: [1, "Select PB6 as the source input for the EXTI6 external interrupt"] | ||
PC6: [2, "Select PC6 as the source input for the EXTI6 external interrupt"] | ||
PD6: [3, "Select PD6 as the source input for the EXTI6 external interrupt"] | ||
PE6: [4, "Select PE6 as the source input for the EXTI6 external interrupt"] | ||
EXTI7: | ||
PA7: [0, "Select PA7 as the source input for the EXTI7 external interrupt"] | ||
PB7: [1, "Select PB7 as the source input for the EXTI7 external interrupt"] | ||
PC7: [2, "Select PC7 as the source input for the EXTI7 external interrupt"] | ||
PD7: [3, "Select PD7 as the source input for the EXTI7 external interrupt"] | ||
PE7: [4, "Select PE7 as the source input for the EXTI7 external interrupt"] | ||
EXTICR3: | ||
EXTI8: | ||
PA8: [0, "Select PA8 as the source input for the EXTI8 external interrupt"] | ||
PB8: [1, "Select PB8 as the source input for the EXTI8 external interrupt"] | ||
PC8: [2, "Select PC8 as the source input for the EXTI8 external interrupt"] | ||
PD8: [3, "Select PD8 as the source input for the EXTI8 external interrupt"] | ||
PE8: [4, "Select PE8 as the source input for the EXTI8 external interrupt"] | ||
PH8: [5, "Select PH8 as the source input for the EXTI8 external interrupt"] | ||
jglauche marked this conversation as resolved.
Show resolved
Hide resolved
|
||
EXTI9: | ||
PA9: [0, "Select PA9 as the source input for the EXTI9 external interrupt"] | ||
PB9: [1, "Select PB9 as the source input for the EXTI9 external interrupt"] | ||
PC9: [2, "Select PC9 as the source input for the EXTI9 external interrupt"] | ||
PD9: [3, "Select PD9 as the source input for the EXTI9 external interrupt"] | ||
PE9: [4, "Select PE9 as the source input for the EXTI9 external interrupt"] | ||
PH9: [5, "Select PH9 as the source input for the EXTI9 external interrupt"] | ||
EXTI10: | ||
PA10: [0, "Select PA10 as the source input for the EXTI10 external interrupt"] | ||
PB10: [1, "Select PB10 as the source input for the EXTI10 external interrupt"] | ||
PC10: [2, "Select PC10 as the source input for the EXTI10 external interrupt"] | ||
PD10: [3, "Select PD10 as the source input for the EXTI10 external interrupt"] | ||
PE10: [4, "Select PE10 as the source input for the EXTI10 external interrupt"] | ||
PH10: [5, "Select PH10 as the source input for the EXTI10 external interrupt"] | ||
EXTI11: | ||
PA11: [0, "Select PA11 as the source input for the EXTI11 external interrupt"] | ||
PB11: [1, "Select PB11 as the source input for the EXTI11 external interrupt"] | ||
PC11: [2, "Select PC11 as the source input for the EXTI11 external interrupt"] | ||
PD11: [3, "Select PD11 as the source input for the EXTI11 external interrupt"] | ||
PE11: [4, "Select PE11 as the source input for the EXTI11 external interrupt"] | ||
PH11: [5, "Select PH11 as the source input for the EXTI11 external interrupt"] | ||
jglauche marked this conversation as resolved.
Show resolved
Hide resolved
|
||
EXTICR4: | ||
EXTI12: | ||
PA12: [0, "Select PA12 as the source input for the EXTI12 external interrupt"] | ||
PB12: [1, "Select PB12 as the source input for the EXTI12 external interrupt"] | ||
PC12: [2, "Select PC12 as the source input for the EXTI12 external interrupt"] | ||
PD12: [3, "Select PD12 as the source input for the EXTI12 external interrupt"] | ||
PE12: [4, "Select PE12 as the source input for the EXTI12 external interrupt"] | ||
EXTI13: | ||
PA13: [0, "Select PA13 as the source input for the EXTI13 external interrupt"] | ||
PB13: [1, "Select PB13 as the source input for the EXTI13 external interrupt"] | ||
PC13: [2, "Select PC13 as the source input for the EXTI13 external interrupt"] | ||
PD13: [3, "Select PD13 as the source input for the EXTI13 external interrupt"] | ||
PE13: [4, "Select PE13 as the source input for the EXTI13 external interrupt"] | ||
EXTI14: | ||
PA14: [0, "Select PA14 as the source input for the EXTI14 external interrupt"] | ||
PB14: [1, "Select PB14 as the source input for the EXTI14 external interrupt"] | ||
PC14: [2, "Select PC14 as the source input for the EXTI14 external interrupt"] | ||
PD14: [3, "Select PD14 as the source input for the EXTI14 external interrupt"] | ||
PE14: [4, "Select PE14 as the source input for the EXTI14 external interrupt"] | ||
EXTI15: | ||
PA15: [0, "Select PA15 as the source input for the EXTI15 external interrupt"] | ||
PB15: [1, "Select PB15 as the source input for the EXTI15 external interrupt"] | ||
PC15: [2, "Select PC15 as the source input for the EXTI15 external interrupt"] | ||
PD15: [3, "Select PD15 as the source input for the EXTI15 external interrupt"] | ||
PE15: [4, "Select PE15 as the source input for the EXTI15 external interrupt"] | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.