-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
17 lines (14 loc) · 879 Bytes
/
config.toml
File metadata and controls
17 lines (14 loc) · 879 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[target.thumbv7em-none-eabi]
# You can add `-d in_asm,int,exec,cpu,guest_errors,unimp` before `-kernel` to turn on extra logging.
# You can add `-gdb tcp::3333 -S` for GDB debugging
runner = 'qemu-system-arm -cpu cortex-m55 -machine mps3-an547 -serial stdio -semihosting -kernel'
[target.thumbv7m-none-eabi]
# You can add `-d in_asm,int,exec,cpu,guest_errors,unimp` before `-kernel` to turn on extra logging.
# You can add `-gdb tcp::3333 -S` for GDB debugging
runner = 'qemu-system-arm -cpu cortex-m55 -machine mps3-an547 -serial stdio -semihosting -kernel'
[target.thumbv6m-none-eabi]
# You can add `-d in_asm,int,exec,cpu,guest_errors,unimp` before `-kernel` to turn on extra logging.
# You can add `-gdb tcp::3333 -S` for GDB debugging
runner = 'qemu-system-arm -cpu cortex-m55 -machine mps3-an547 -serial stdio -semihosting -kernel'
[build]
target = "thumbv6m-none-eabi"