zephyr/arch/arm
Gil Pitney 9d2f370ddb boards: cc3220sf_launchxl: Make cc3220sf XIP by default
Previously, there was no easy command-line solution for loading
a Zephyr program to (internal) flash.
So, the default development method was to load via gdb/openocd
to SRAM and debug from there, thus making the cc3220sf platform
non-XIP (CONFIG_XIP=n) by default.

With new openocd v 1.10 updates from TI (git.ti.com/sdo-emu),
the image can now be flashed and debugged via gdb/openocd,
so the default will be changed to XIP (CONFIG_XIP=y).

Signed-off-by: Gil Pitney <gil.pitney@linaro.org>
2018-05-25 11:59:00 -05:00
..
core kernel: Remove legacy preemption checking 2018-05-25 09:40:55 -07:00
include arch: arm: convenience wrappers for C variable permissions checks 2018-05-17 07:52:34 -07:00
soc boards: cc3220sf_launchxl: Make cc3220sf XIP by default 2018-05-25 11:59:00 -05:00
CMakeLists.txt xtensa: provide XCC compiler support for Xtensa 2018-05-01 16:46:41 -04:00
Kconfig kconfig: Make 'source' non-globbing and use 'gsource' 2018-05-08 11:14:12 +02:00
defconfig