Test memap IAR for multiple arguments per line

pull/5775/head
Jimmy Brisson 2018-01-02 14:34:10 -06:00
parent 6a8be65904
commit bfd39bdccb
1 changed files with 3 additions and 6 deletions

View File

@ -10,12 +10,9 @@
# Command line =
# -f
# /common/path/.link_files.txt
# (-o
# --map=/common/path/project.map
# /common/path/project.elf
# /common/path/main.o
# /common/path/startup/startup.o
# /common/path/irqs/irqs.o
# (-o /common/path/project.elf
# --map=/common/path/project.map /common/path/main.o
# /common/path/startup/startup.o /common/path/irqs/irqs.o
# /common/path/data/data.o
#
###############################################################################