Skip to content

Commit

Permalink
add HC32 SVD
Browse files Browse the repository at this point in the history
  • Loading branch information
shadow578 committed Oct 28, 2023
1 parent a854d8e commit a195ade
Show file tree
Hide file tree
Showing 4 changed files with 53,294 additions and 0 deletions.
4 changes: 4 additions & 0 deletions boards/generic_hc32f460.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,14 @@
"flash_start": "0x00000000",
"flash_size": "256K"
},
"cpu": "cortex-m4",
"f_cpu": "8000000"
},
"upload": {
"maximum_size": 262144,
"maximum_ram_size": 192512
},
"debug": {
"svd_path": "HDSC_HC32F460.svd"
}
}
1 change: 1 addition & 0 deletions builder/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
AS="arm-none-eabi-as",
CC="arm-none-eabi-gcc",
CXX="arm-none-eabi-g++",
GDB="arm-none-eabi-gdb",
OBJCOPY="arm-none-eabi-objcopy",
RANLIB="arm-none-eabi-ranlib",
SIZETOOL="arm-none-eabi-size",
Expand Down
Loading

0 comments on commit a195ade

Please sign in to comment.