summaryrefslogtreecommitdiff
path: root/arch/arm/core/cortex_m/scb.c
AgeCommit message (Expand)Author
2017-01-30arm: cmsis: Convert _ScbIsInThreadMode to use direct CMSIS register accessKumar Gala
2017-01-23arm: cmsis: Convert DO_REBOOT to use CMSISKumar Gala
2017-01-23arm: cmsis: Remove unused code from scb/scs layersKumar Gala
2017-01-19license: Replace Apache boilerplate with SPDX tagDavid B. Kinder
2017-01-12arm: Adjust cortex-m7 support to reflect its ARMv7-M architecture.Marcus Shawcroft
2017-01-12arm: Replace CONFIG_CPU_CORTEX_M3_M4 with CONFIG_ARMV7_MMarcus Shawcroft
2017-01-12arm: Replace CONFIG_CPU_CORTEX_M0_M0PLUS with CONFIG_ARMV6_MMarcus Shawcroft
2017-01-12arm: Restructure ARM cpu related preprocessor conditionals.Marcus Shawcroft
2017-01-03arm: Cortex-M0: Adapt core register code to M0Carles Cufi
2016-12-25kernel: replace all remaining nanokernel occurancesAnas Nashif
2016-02-05arm: add software reboot for QEMUBenjamin Walsh
2016-02-05arm: rework _ScbSystemReset() into sys_arch_reboot()Benjamin Walsh
2016-02-05Fixed file description and applied doxygen styleAnas Nashif
2016-02-05checkpatch: warning - block_comment_styleDan Kalowsky
2016-02-05Adding in doxygen comment headersDan Kalowsky
2016-02-05Change BSD-3 licenses to Apache 2Javier B Perez Hernandez
2016-02-05util: make is_power_of_two() a public utilityBenjamin Walsh
2016-02-05ffs: rename find_[first|last]_set to find_[lsb|msb]_setBenjamin Walsh
2016-02-05arm: Move bsp/CortexM to core/cortex_mPeter Mitsis