zephyr/scripts
Kumar Gala bc48f1ce45 edtlib: allow default property types for nodes without bindings
If a devicetree node doesn't have a matching binding we will at least
populate a common standard set of properties for that node.  The list of
standard properties is:
	compatible
	status
	reg
	reg-names
	label
	interrupt
	interrupts-extended
	interrupt-names
	interrupt-controller
This allows us to handle cases like memory nodes that don't have any
compatible property, we can still generate the reg values.
We limit this to known properties as for any other property we can not
fully determine the property type without a binding and thus we can't
ensure the generation for that property is correct or may not change.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
2020-05-07 08:12:49 -05:00
..
checkpatch
ci ci: changes to python requirements should not trigger sanitycheck 2020-05-06 11:07:22 -05:00
coccinelle scripts/cocci: add Zephyr macro file 2020-05-05 06:15:04 -04:00
dts edtlib: allow default property types for nodes without bindings 2020-05-07 08:12:49 -05:00
footprint
gitlint
kconfig kconfig: add dt_chosen_path() helper 2020-04-28 12:11:14 -05:00
net scripts: net: Add SOCKS 5 to MQTT TLS sample test 2020-04-28 10:29:17 +03:00
release
sanity_chk sanitycheck: fix initial types in classes and minor cleanup 2020-05-05 16:32:25 -04:00
support
tests/sanitycheck sanitycheck: fix testsuite 2020-03-30 09:59:42 -04:00
tracing scripts: add script for usb backend to receive tracing data 2020-02-05 23:54:26 -05:00
west_commands Runners: Add Bossac Runner OSX compatibility 2020-04-30 18:12:27 +02:00
.gitignore scripts: tests: sanitycheck: Add basic foundation for sanitycheck testsuite 2020-03-24 22:32:26 -04:00
checkpatch.pl scripts: checkpatch: Revert dt-binding vendor prefix check regex change 2020-05-06 12:40:35 +02:00
checkstack.pl
coccicheck scripts/cocci: add Zephyr macro file 2020-05-05 06:15:04 -04:00
dir_is_writeable.py
file2hex.py
filter-known-issues.py
gen_app_partitions.py
gen_cfb_font_header.py scripts: gen_cfb_font_header: extend to additional representations 2020-04-27 13:27:03 +02:00
gen_gcov_files.py
gen_kobject_list.py kernel: rename initializers to be internal 2020-04-24 22:27:08 +02:00
gen_offset_header.py
gen_relocate_app.py
gen_syscalls.py kernel/userspace: Move syscall_frame field to thread struct 2020-02-08 08:51:04 -05:00
mergehex.py
parse_syscalls.py scripts: Dynamically add driver subsystems to subsystems list 2020-03-11 17:13:39 +02:00
process_gperf.py doc: fix some missed renames 2020-03-17 20:11:27 +02:00
requirements-base.txt scripts: Bump west version 2020-03-23 17:55:14 +01:00
requirements-build-test.txt scripts: tests: sanitycheck: Add basic foundation for sanitycheck testsuite 2020-03-24 22:32:26 -04:00
requirements-doc.txt ci: do not use latest breathe release for docs 2020-04-07 18:51:13 -04:00
requirements-extras.txt scripts/requirements: Split & document requirement.txt 2020-03-19 15:41:08 +01:00
requirements-run-test.txt requirements: add psutil, needed by sanitycheck 2020-05-06 11:07:22 -05:00
requirements.txt scripts/requirements: Split & document requirement.txt 2020-03-19 15:41:08 +01:00
sanitycheck sanitycheck: fix enable_coverage argument name typo 2020-05-06 12:03:15 -05:00
series-push-hook.sh
spelling.txt
subfolder_list.py python: subfolder_list.py now generates shorter link names 2020-04-22 17:24:04 +02:00
tags.sh
valgrind.supp
west-commands.yml cmake: West extension command for Zephyr config package registration 2020-03-27 16:23:46 +01:00
zephyr_module.py cmake: propagating zephyr base to west 2020-03-27 16:23:46 +01:00