mirror of
https://github.com/WeActStudio/ArduinoCore-AT32F4.git
synced 2026-05-21 09:22:01 +00:00
@@ -12,7 +12,7 @@
|
||||
{
|
||||
"name": "AT32F403ACGU7 Core Board",
|
||||
"architecture": "at32f403a",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"category": "Contributed",
|
||||
"url": "https://github.com/WeActStudio/ArduinoCore-AT32F4/archive/refs/heads/main.zip",
|
||||
"archiveFileName": "ArduinoCore-AT32F4-main.zip",
|
||||
|
||||
@@ -51,9 +51,10 @@ recipe.objcopy.eep.pattern=
|
||||
|
||||
recipe.objcopy.hex.pattern="{compiler.path}{compiler.hex.cmd}" {compiler.hex.flags} "{build.path}/{build.project_name}.elf" "{build.path}/{build.project_name}.hex"
|
||||
|
||||
recipe.size.pattern="{compiler.path}{compiler.size.cmd}" -A "{build.path}/{build.project_name}.elf"
|
||||
|
||||
recipe.size.regex=/.text/s+([0-9]+).*
|
||||
## Compute size
|
||||
recipe.size.pattern="{compiler.path}{compiler.size.cmd}" -A "{build.path}/{build.project_name}.elf"
|
||||
recipe.size.regex=^(?:\.text|\.data|\.rodata|\.text.align|\.ARM.exidx)\s+([0-9]+).*
|
||||
recipe.size.regex.data=^(?:\.data|\.bss|\.noinit)\s+([0-9]+).*
|
||||
|
||||
|
||||
# Uploader tools
|
||||
|
||||
Reference in New Issue
Block a user