nuttx/arch/arm/src/armv6-m
Nathan Hartman 68d43d3679 Fix typos.
2019-08-04 14:50:28 -06:00
..
exc_return.h More Cortex-M0/NUC120 fixes 2013-02-25 18:36:25 +00:00
Kconfig Remove CONFIG_ARM_TOOLCHAIN_GNU; replace with CONFIG_ARCH_TOOLCHAIN_GNU 2017-05-13 13:28:15 -06:00
nvic.h Eliminate some warnings 2016-06-13 14:15:54 -06:00
psr.h First cut at support for Cortex-M0 2013-02-16 16:32:19 +00:00
svcall.h Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new CONFIG_BUILD_KERNEL 2014-08-29 14:47:22 -06:00
Toolchain.defs Back out most of 34be3e7c3c and update README again. Windows native tools cannot be used with Ubuntu under Windows 10 now. For Cygwin, that support depends on the 'cygpath -w' tool to convert POSIX paths to Windows paths. There is no corresponding tool for Ubuntu under Windows 10. 2017-01-01 16:29:03 -06:00
up_assert.c arch/xxx/src/xxx/up_assert.c: Dump CPU0 IDLE stack only when PID equals 0. IDLE threads of other CPUs do not need this special check 2019-01-26 10:59:23 -06:00
up_blocktask.c Replace all ASSERT with DEBUGASSERT to save the code space 2018-08-24 06:58:30 -06:00
up_copyfullstate.c Remove os_internal.h it has been replace by several new header files under sched/. There have been some sneak inclusion paths via os_internal.h, so expect a few compilation errors for some architectures 2014-08-08 18:39:28 -06:00
up_doirq.c Rename current_regs to g_current_regs; For ARM, g_current_regs needs to be an array to support multiple CPUs 2016-03-09 13:41:48 -06:00
up_dumpnvic.c Without lowsyslog() *llinfo() is not useful. Eliminate and replace with *info(). 2016-06-20 11:59:15 -06:00
up_exception.S Standardize the width of all comment boxes in header files 2015-10-02 17:42:29 -06:00
up_fullcontextrestore.S Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
up_hardfault.c arch/arm/src: Remove general register dump from fault handler since the same info already dump in PANIC 2018-11-11 12:47:03 -06:00
up_initialstate.c Fix typos. 2019-08-04 14:50:28 -06:00
up_releasepending.c Without lowsyslog() *llinfo() is not useful. Eliminate and replace with *info(). 2016-06-20 11:59:15 -06:00
up_reprioritizertr.c Replace non critical PANIC with DEBUGPANIC to save the code space 2018-08-24 06:21:15 -06:00
up_saveusercontext.S Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
up_schedulesigaction.c Squashed commit of the following: 2019-04-29 14:52:05 -06:00
up_sigdeliver.c Squashed commit of the following: 2019-04-29 14:52:05 -06:00
up_signal_dispatch.c Squashed commit of the following: 2019-04-29 14:52:05 -06:00
up_signal_handler.S Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
up_svcall.c Squashed commit of the following: 2019-04-29 14:52:05 -06:00
up_switchcontext.S Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
up_systemreset.c arch/ and config/ files: All board interfaces (those starting with board_) must be defined in board-specific logic. Otherwise, they cannot be customized of specialized usage by different boards. The board_reset() interface was defined in architecture-specific logic that only called up_systemreset(). That is useless! 2019-03-25 11:12:38 -06:00
up_unblocktask.c Replace all ASSERT with DEBUGASSERT to save the code space 2018-08-24 06:58:30 -06:00
up_vectors.c arch/arm/src/armv6+7-m/up_vectors.c: Fix the type mismatch warning for _ebss 2018-08-24 07:04:51 -06:00
vfork.S This commit renames all internal OS functions defined under sched/task so that they begin with the prefix. For example, nxtask_exit() vs. task_exit(). 2019-02-04 13:42:51 -06:00