Go to file
Peter Mitsis 8601dc9488 Break forced selection of CPU_CORTEX_M3
Makes the ARM CPU type a choice between CPU_CORTEX_M3 and CPU_CORTEX_M4
(similar to the choice of processor for x86). This completes the breaking
of the forced selection of CPU_CORTEX_M3 when CPU_CORTEX_M4 chosen, thereby
making CPU_CORTEX_M3_M4 the true umbrella option for the Cortex M3/M4
processors.

Change-Id: I1d1f39352d85a5848b13102ceb8365c7dede0959
Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
2016-02-05 20:14:25 -05:00
arch Break forced selection of CPU_CORTEX_M3 2016-02-05 20:14:25 -05:00
config Rename VPF files to use MDEF file extension 2016-02-05 20:14:15 -05:00
doc Rename option CPU_CORTEXM to CPU_CORTEX_M 2016-02-05 20:14:25 -05:00
drivers Bluetooth: Move HCI driver API to dedicated header file 2016-02-05 20:14:23 -05:00
include Rename option CPU_CORTEXM to CPU_CORTEX_M 2016-02-05 20:14:25 -05:00
kernel Introduce CPU_CORTEX_M3_M4 option 2016-02-05 20:14:25 -05:00
lib/libc libc: Add tolower implementation 2016-02-05 20:14:14 -05:00
misc dlist: enhance library and make all functions inline 2016-02-05 20:14:22 -05:00
net Bluetooth: Fix scan_type in le_set_scan_params 2016-02-05 20:14:24 -05:00
samples Rename option CPU_CORTEXM to CPU_CORTEX_M 2016-02-05 20:14:25 -05:00
scripts Rename option CPU_CORTEXM4 to CPU_CORTEX_M4 2016-02-05 20:14:25 -05:00
shared/include/nanokernel/x86 Replace use of __attribute__((packed)) with __packed 2016-02-05 20:14:13 -05:00
.gitattributes First commit 2015-04-10 16:44:37 -07:00
.gitignore Remove obsolete .gitignore entry 2016-02-05 20:14:20 -05:00
.mailmap First commit 2015-04-10 16:44:37 -07:00
Kconfig Rename Tiny Mountain -> Zephyr OS 2016-02-05 20:14:20 -05:00
Makefile warn about unset ZEPHYR_GCC_VARIANT variable 2016-02-05 20:14:25 -05:00
Makefile.inc Revert "Kbuild: Tools build at TIMO_BASE directory." 2016-02-05 20:14:24 -05:00
zephyr-env.sh env: fix check for sourcing vs running zephyr-env.sh 2016-02-05 20:14:22 -05:00