- Notifications
You must be signed in to change notification settings - Fork1k
Add STM32 C0 support#1926
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Add STM32 C0 support#1926
Changes fromall commits
Commits
Show all changes
23 commits Select commitHold shift + click to select a range
608b0aa
system(C0) add STM32C0xx HAL Drivers to v1.0.1
fpistmaadd4ca
system(C0): add STM32C0xx CMSIS Drivers to v1.0.0
fpistm9307dd3
system(C0): add STM32C0xx system source files
fpistm8925892
system(C0): update STM32C0xx hal default config
fpistm8ae25ad
core(C0): add top HAL include
fpistme1c6ddf
core(C0): add wrapped files
fpistm84c80bd
system(C0): update STM32C0xx hal default config
fpistmb0dceed
system(C0): update STM32C0xx system
fpistm6426bf4
variants(C0): add all generated STM32C0xx generic variant files
fpistm17ce259
variant(C0): add C031C(4-6)(T-U) generic support
fpistm10a4ddb
core(C0): Enable/disable Backup Domain write protection depending on …
ABOSTMf36364e
core(C0): Backup register LL API change
ABOSTM56df9ea
core(C0): TIM1_IRQn definition
ABOSTMdbd4888
libraries(C0): Add GPIO EXTI support
ABOSTM11f5faf
libraries(C0): I2C support
ABOSTMb7c4c13
libraries(C0): Remove PLL reference when not available
ABOSTM0fa37dd
cores(C0): Some peripherals have HSIKER source instead of HSI
ABOSTM60eba70
cores(C0): HardwareTimer, C0 doesn't support APB2
ABOSTM4da73af
libraries(C0): ADC support
ABOSTMd99cb56
libraries(C0): SPI is on PCLK1
ABOSTM1650f3a
libraries(C0): Timer is on PCLK1
ABOSTM4414beb
variant(C0): Add Nucleo C031C6 support
ABOSTM5555460
variant(C0): Add support of Disco board STM32C0316-DK
ABOSTMFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
9 changes: 9 additions & 0 deletionsREADME.md
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
118 changes: 118 additions & 0 deletionsboards.txt
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
4 changes: 3 additions & 1 deletioncores/arduino/stm32/LL/stm32yyxx_ll_adc.h
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
4 changes: 3 additions & 1 deletioncores/arduino/stm32/LL/stm32yyxx_ll_bus.h
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
4 changes: 3 additions & 1 deletioncores/arduino/stm32/LL/stm32yyxx_ll_cortex.h
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
4 changes: 3 additions & 1 deletioncores/arduino/stm32/LL/stm32yyxx_ll_crc.h
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
4 changes: 3 additions & 1 deletioncores/arduino/stm32/LL/stm32yyxx_ll_dma.h
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
4 changes: 3 additions & 1 deletioncores/arduino/stm32/LL/stm32yyxx_ll_dmamux.h
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
4 changes: 3 additions & 1 deletioncores/arduino/stm32/LL/stm32yyxx_ll_exti.h
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
4 changes: 3 additions & 1 deletioncores/arduino/stm32/LL/stm32yyxx_ll_gpio.h
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
4 changes: 3 additions & 1 deletioncores/arduino/stm32/LL/stm32yyxx_ll_i2c.h
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
4 changes: 3 additions & 1 deletioncores/arduino/stm32/LL/stm32yyxx_ll_iwdg.h
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
4 changes: 3 additions & 1 deletioncores/arduino/stm32/LL/stm32yyxx_ll_pwr.h
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
4 changes: 3 additions & 1 deletioncores/arduino/stm32/LL/stm32yyxx_ll_rcc.h
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
4 changes: 3 additions & 1 deletioncores/arduino/stm32/LL/stm32yyxx_ll_rtc.h
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
4 changes: 3 additions & 1 deletioncores/arduino/stm32/LL/stm32yyxx_ll_spi.h
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
4 changes: 3 additions & 1 deletioncores/arduino/stm32/LL/stm32yyxx_ll_system.h
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
4 changes: 3 additions & 1 deletioncores/arduino/stm32/LL/stm32yyxx_ll_tim.h
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
4 changes: 3 additions & 1 deletioncores/arduino/stm32/LL/stm32yyxx_ll_usart.h
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
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
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.