[makefile] add GDB_ARGS help context

This commit is contained in:
stnolting 2023-06-23 09:14:00 +02:00
parent b62ef0b406
commit 0bfc23cba4
2 changed files with 2 additions and 0 deletions

View file

@ -181,6 +181,7 @@ Make sure to add the bin folder of RISC-V GCC to your PATH variable.
ASM_INC - ASM include folder(s) [append only], default "-I ."
RISCV_PREFIX - Toolchain prefix, default "riscv32-unknown-elf-"
NEORV32_HOME - NEORV32 home folder, default "../../.."
GDB_ARGS - GDB (connection) arguments: "-ex target extended-remote localhost:3333"
----

View file

@ -416,4 +416,5 @@ help:
@echo " ASM_INC - ASM include folder(s) [append only]: \"$(ASM_INC)\""
@echo " RISCV_PREFIX - Toolchain prefix: \"$(RISCV_PREFIX)\""
@echo " NEORV32_HOME - NEORV32 home folder: \"$(NEORV32_HOME)\""
@echo " GDB_ARGS - GDB (connection) arguments: \"$(GDB_ARGS)\""
@echo ""