nuttx/arch/arm/src/armv6-m
2019-11-28 12:47:36 -06:00
..
exc_return.h
Kconfig
nvic.h
psr.h
svcall.h
Toolchain.defs Fix minor typos in docs and comments. 2019-09-29 12:52:20 -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
up_doirq.c
up_dumpnvic.c
up_exception.S
up_fullcontextrestore.S
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
up_reprioritizertr.c
up_saveusercontext.S
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
up_svcall.c Re-implements reverted commit 344f7bc9f6 in a way that should not have the undesired side-effect. include/nuttx/sched.h: Add a bit to the TCB flags to indicat the thread is a user thread in a syscall. sched/nuttx/nxsig_dispatch.c: Delay dispatching to signal handlers if within a system call. In all syscall implementations: Process delayed signal handling when exiting system call. 2019-11-28 12:47:36 -06:00
up_switchcontext.S
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