zephyr/tests
Andy Ross 32a444c54e kernel: Fix nano_internal.h inclusion
_Swap() is defined in nano_internal.h.  Everything calls _Swap().
Pretty much nothing that called _Swap() included nano_internal.h,
expecting it to be picked up automatically through other headers (as
it happened, from the kernel arch-specific include file).  A new
_Swap() is going to need some other symbols in the inline definition,
so I needed to break that cycle.  Now nothing sees _Swap() defined
anymore.  Put nano_internal.h everywhere it's needed.

Our kernel includes remain a big awful yucky mess.  This makes things
more correct but no less ugly.  Needs cleanup.

Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
2018-02-16 10:44:29 -05:00
..
application_development/gen_inc_file
benchmarks
bluetooth
boards/altera_max10
booting/stub
compliance
crypto mbedtls: Switch default MBEDTLS_CFG_FILE to config-mini-tls1_2.h 2018-02-15 12:35:31 -05:00
drivers tests: spi_loopback: add testcase.yaml 2018-02-14 08:06:26 -05:00
include
kernel kernel: Fix nano_internal.h inclusion 2018-02-16 10:44:29 -05:00
lib/json
misc/test_build
net
power
shell
subsys tests: do not use comma separated strings 2018-02-15 08:53:25 -05:00
sys/ringbuffer
unit
ztest tests: userspace: fix read/write privileged stack tests 2018-02-14 13:06:21 -08:00
CMakeLists.txt
Kconfig