zephyr/scripts
Anas Nashif 6702686976 Revert "scripts: devicetree: Handle mixed case node names"
This reverts commit 1c06065941.
Breaks cc3200_launchxl really bad:

 CC      drivers/serial/uart_cc32xx.o
/projects/zephyr4/drivers/serial/uart_cc32xx.c:39:18: error: ‘TI_CC32XX_UART_4000C000_BASE_ADDRESS’ undeclared here (not in a function)
  .base = (void *)TI_CC32XX_UART_4000C000_BASE_ADDRESS,
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/projects/zephyr4/drivers/serial/uart_cc32xx.c: In function ‘uart_cc32xx_init’:
/projects/zephyr4/drivers/serial/uart_cc32xx.c:65:5: error: ‘TI_CC32XX_UART_4000C000_BAUD_RATE’ undeclared (first use in this function)
     TI_CC32XX_UART_4000C000_BAUD_RATE,
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Change-Id: If46c239bc8d6b4296494f638e900f6044a92ce26
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2017-04-12 22:07:36 +00:00
..
basic
cross_compiler
gen_idt gen_idt: show vector assignments in debug output 2017-01-19 20:16:08 +00:00
gen_offset_header license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
kconfig
sanity_chk sanitycheck: add arduino_101_mcuboot 2017-04-12 16:31:47 +00:00
support scripts/dfuutil: support both "alternate setting" name and number 2017-04-09 14:57:36 +00:00
.gitignore
Kbuild.include
Makefile
Makefile.build
Makefile.clean
Makefile.extrawarn
Makefile.headersinst
Makefile.help
Makefile.host
Makefile.lib dts: Add application overlay support. 2017-04-06 09:19:28 +00:00
Makefile.modbuiltin
Makefile.qemu license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
Makefile.toolchain.gccarmemb toolchain.gccarmemb: set DTC for building targets that use devicetrees 2017-02-14 14:15:10 +00:00
Makefile.toolchain.issm
Makefile.toolchain.riscv32 scripts: added Makefile to handle an external riscv32 toolchain 2017-01-13 19:52:22 +00:00
Makefile.toolchain.xcc xtensa: fix CONFIG_DEBUG build 2017-04-12 16:31:45 +00:00
Makefile.toolchain.xtools
Makefile.toolchain.zephyr build: use -O2 instead of -Os for ARC with SDK 0.9 2017-04-09 14:57:50 +00:00
Makefile.xt-run xt-run: don't leave dead emulator processes lying around 2017-02-13 11:39:02 -08:00
Makefile.xtsc-run Xtensa port: xt*-run requires options to be passed before file to be ran. 2017-02-13 08:04:27 -08:00
build_grub.sh
check_known_checkpatch_issues.sh license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
check_link_map.py scripts: Explicitly call out python2 2017-01-12 10:28:02 -07:00
checkconfig.py scripts: Explicitly call out python2 2017-01-12 10:28:02 -07:00
checkpatch.pl checkpatch: Recognized volatile as part of a declaration. 2017-02-22 14:56:44 +00:00
checkstack.pl
compare_footprint scripts: Explicitly call out python2 2017-01-12 10:28:02 -07:00
config
devicetree.py Revert "scripts: devicetree: Handle mixed case node names" 2017-04-12 22:07:36 +00:00
diffconfig scripts: Explicitly call out python2 2017-01-12 10:28:02 -07:00
do_checkpatch.sh license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
expr_parser.py license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
extract_dts_includes.py dts/extract_dts_includes.py: Fix IRQ define name creation 2017-03-27 18:26:22 +00:00
filter-known-issues.py filter-known-issues: fix missing variable printing 2017-02-27 21:51:47 +00:00
gcc-version.sh
get_maintainer.pl
headerdep.pl
maintainer-checkpatch.bash license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
make-ll license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
mkmakefile
mksysmap
qemu-machine-hack.py
sanitycheck scripts: sanitycheck: Typo fixes in docstring. 2017-03-13 18:06:05 +03:00
size_report license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
spelling.txt
sysgen build: have sysgen create SPDX license identifiers 2017-01-20 02:29:41 +00:00
tags.sh
timestamp license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
uncrustify.cfg scripts: add configuration file for uncrustify 2017-02-04 01:46:29 +00:00
vercomp
waitpid sanitycheck: Let waitpid script kill Xtensa ISS if user hits ctrl+c. 2017-04-11 16:53:41 +00:00