zephyr/scripts/build
Andrzej Głąbek 6c21c9635d scripts: gen_relocate_app: Fix a typo in parse_input_string()
This is a follow-up to commit b1a3ce4016.

`parse_input_string()` needs to use `:NOCOPY:`, not `:NOCOPY`, when
partitioning input lines, otherwise, when a line contains the NOCOPY
flag, the file name returned by the function starts with `:` and the
file cannot be then found by the script.
Such problem can be observed in the code_relocation_nocopy sample,
which without this fix does not actually relocate code from ext_code.c.

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
2022-11-23 16:49:03 -05:00
..
dir_is_writeable.py
elf_parser.py scripts: build: elf_parser: use node name for Graphviz diagrams 2022-08-04 18:36:35 +02:00
file2hex.py scripts: move file2hex.py to scripts/build/file2hex.py 2022-07-12 10:03:45 +02:00
gen_app_partitions.py
gen_cfb_font_header.py includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
gen_handles.py scripts: build: gen_handles: use Z_DECL_ALIGN 2022-10-11 18:11:47 +02:00
gen_image_info.py scripts: Fix header ifdef guard for gen_image_info.py 2022-11-15 14:46:02 +01:00
gen_isr_tables.py
gen_kobject_list.py rtio: Userspace support 2022-11-08 10:44:03 +01:00
gen_kobject_placeholders.py
gen_offset_header.py
gen_relocate_app.py scripts: gen_relocate_app: Fix a typo in parse_input_string() 2022-11-23 16:49:03 -05:00
gen_strerror_table.py
gen_syscalls.py kernel: Prevent Wundef 2022-08-15 14:36:47 +02:00
mergehex.py
parse_syscalls.py scripts: move parse_syscalls.py to scripts/build/ 2022-07-12 10:03:45 +02:00
process_gperf.py
subfolder_list.py
uf2conv.py
user_wordsize.py