-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Add some bsp driver for HC32F4A8. #10333
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
Closed
Closed
Changes from 2 commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
00e2e1f
Add some bsp driver for HC32F4A8.
JamieTx 112e8c0
Fixed a warning in drv_eth.c.
JamieTx d8cbd2c
Add attach configuration for F4A0 board CI.
JamieTx 85a9d06
Modify SOC name in configuration file.
JamieTx bfb1810
Revert F472 configuration file.
JamieTx feb5837
Rename CONFIG_SOC_HC32F472PE to CONFIG_SOC_HC32F472MC.
JamieTx 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
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,46 @@ | ||
[PlDriver] | ||
MemConfigValue=$PROJ_DIR$/../libraries/hc32f448_ddl/cmsis/Device/HDSC/hc32f4xx/Source/IAR/svd/HC32F448.svd | ||
[PlCacheRanges] | ||
CustomRanges0=0 0 262144 1 2048 | ||
CustomRangesText0=Flash | ||
CustomRanges1=0 50334720 1024 1 2048 | ||
CustomRangesText1=OTP | ||
CustomRanges2=0 536838144 65536 0 2048 | ||
CustomRangesText2=SRAM | ||
CustomRanges3=0 537853952 4096 0 2048 | ||
CustomRangesText3=SRAMB | ||
CustomRanges4=0 1073741824 536870912 2 0 | ||
CustomRangesText4=Peripheral | ||
CustomRanges5=0 1610612736 536870912 0 2048 | ||
CustomRangesText5=EXMC SRAM | ||
CustomRanges6=0 2281701376 1024 2 1024 | ||
CustomRangesText6=EXMC SRAM_REG | ||
CustomRanges7=0 2550136832 67108864 1 2048 | ||
CustomRangesText7=QSPI | ||
CustomRanges8=0 2617245696 67108864 2 67108864 | ||
CustomRangesText8=QSPI_REG | ||
CustomRanges9=0 3758096384 536870912 2 0 | ||
CustomRangesText9=Private peripheral | ||
[Stack] | ||
FillEnabled=0 | ||
OverflowWarningsEnabled=1 | ||
WarningThreshold=90 | ||
SpWarningsEnabled=1 | ||
WarnLogOnly=1 | ||
UseTrigger=1 | ||
TriggerName=main | ||
LimitSize=0 | ||
ByteLimit=50 | ||
[Disassemble mode] | ||
mode=0 | ||
[Breakpoints2] | ||
Count=0 | ||
[Aliases] | ||
Count=0 | ||
SuppressDialog=0 | ||
[Jet] | ||
DisableInterrupts=0 | ||
LeaveRunning=0 | ||
MultiCoreRunAll=0 | ||
[ArmDriver] | ||
EnableCache=0 |
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
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
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
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
Oops, something went wrong.
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.