Go to file
Carles Cufi b6109496ff arm: Cortex-M0: Adapt core register code to M0
The Cortex-M0(+) and in general processors that support only the ARMv6-M
instruction set have a reduced set of registers and fields compared to
the ARMv7-M compliant processors.
This change goes through all core registers and disables or removes
everything that is not part of the ARMv6-M architecture when compiling
for Cortex-M0.

Jira: ZEP-1497

Change-id: I13e2637bb730e69d02f2a5ee687038dc69ad28a8
Signed-off-by: Vinayak Chettimada <vinayak.kariappa.chettimada@nordicsemi.no>
Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2017-01-03 22:44:35 +00:00
.known-issues
arch arm: Cortex-M0: Adapt core register code to M0 2017-01-03 22:44:35 +00:00
boards
doc doc: move c library section to subsystems 2017-01-03 17:31:58 +00:00
drivers shell: move shell to its own subsystem 2016-12-25 19:35:11 +00:00
ext
include arm: Cortex-M0: Adapt core register code to M0 2017-01-03 22:44:35 +00:00
kernel logging: move event_logger to subsys/logging 2016-12-25 14:34:43 -05:00
lib net: Restructure network protocols 2017-01-02 10:03:19 +01:00
misc
samples tests: introduce Makefile.test 2017-01-03 17:48:44 +00:00
scripts sanitycheck: add --log-file to log everything to a file too 2017-01-03 19:21:31 +00:00
subsys net: shell: NET_SHELL is not NET_LOG dependent 2017-01-02 10:03:20 +01:00
tests gpio_basic_api: fix format codes 2017-01-03 20:37:40 +00:00
.checkpatch.conf
.gitattributes
.gitignore
.gitreview
.mailmap
defaults.tc
Kbuild
Kconfig
Kconfig.zephyr
LICENSE
LICENSING.rst
MAINTAINERS MAINTAINERS: Update network applications section 2017-01-03 15:27:50 +00:00
Makefile
Makefile.inc tests: introduce Makefile.test 2017-01-03 17:48:44 +00:00
Makefile.test tests: introduce Makefile.test 2017-01-03 17:48:44 +00:00
release-notes.rst
zephyr-env.sh