zephyr/scripts
Ulf Magnusson 5999f10ba2 scripts/dts: Get rid of deepcopy() and 'except:' in translate_addr()
- No deep copying is needed. The deepcopy() is just a hack to work
   around that the value might not be a list. That deserves a comment at
   least.

 - A catch-all try/except will hide stuff like misspelled variables as
   well. It's usually a bad idea.

Rewrite things to be more explicit, and add some comments.

reg.py was indirectly using the deepcopy() imported in global.py,
because it does 'from global import *'. Have it import deepcopy() itself
instead. reg.py is the only remaining user of deepcopy().

reg.py relying on the deepcopy() import in global.py was super hard to
discover, due to another catch-all try/except around the deepcopy()
call.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2019-02-27 10:02:35 -06:00
..
checkpatch
ci
coccinelle
cross_compiler
dts scripts/dts: Get rid of deepcopy() and 'except:' in translate_addr() 2019-02-27 10:02:35 -06:00
footprint
gitlint scripts: gitlint: Consistent case for Signed-off-by 2019-02-19 12:12:42 -05:00
kconfig kconfig: Don't load env var if in doc mode 2019-02-22 10:14:21 +01:00
sanity_chk
support
west_commands
.gitignore
check_link_map.py
checkpatch.pl
checkstack.pl
coccicheck
dir_is_writeable.py
elf_helper.py
file2hex.py
filter-known-issues.py
gen_app_partitions.py userspace: remove APP_SHARED_MEM Kconfig 2019-02-23 07:43:55 -05:00
gen_cfb_font_header.py
gen_gcov_files.py
gen_kobject_list.py
gen_offset_header.py
gen_priv_stacks.py
gen_relocate_app.py
gen_syscall_header.py
gen_syscalls.py
mergehex.py
parse_syscalls.py
process_gperf.py
qemu-machine-hack.py
requirements.txt scripts: Update pyocd version to 0.16.1 2019-02-18 22:34:25 -05:00
sanitycheck sanitycheck: do no overide OVERLAY_CONFIG 2019-02-18 10:49:08 -05:00
spelling.txt
subfolder_list.py
tags.sh
valgrind.supp
waitpid
west-commands.yml
yaml_to_cmake.py