.. |
exc_return.h
|
Remove exra whitespace from files (#189)
|
2020-01-31 09:24:49 -06: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
|
|
|
svcall.h
|
Remove exra whitespace from files (#189)
|
2020-01-31 09:24:49 -06:00 |
Toolchain.defs
|
Fix minor typos in docs and comments.
|
2019-09-29 12:52:20 -06:00 |
up_assert.c
|
Fix wait loop and void cast (#24)
|
2020-01-02 10:54:43 -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 exra whitespace from files (#189)
|
2020-01-31 09:24:49 -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
|
Remove exra whitespace from files (#189)
|
2020-01-31 09:24:49 -06:00 |
up_fullcontextrestore.S
|
Remove exra whitespace from files (#189)
|
2020-01-31 09:24:49 -06:00 |
up_hardfault.c
|
Fix wait loop and void cast (#24)
|
2020-01-02 10:54:43 -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
|
Remove exra whitespace from files (#189)
|
2020-01-31 09:24:49 -06:00 |
up_schedulesigaction.c
|
Squashed commit of the following:
|
2019-04-29 14:52:05 -06:00 |
up_sigdeliver.c
|
Fix wait loop and void cast (#24)
|
2020-01-02 10:54:43 -06:00 |
up_signal_dispatch.c
|
Fix wait loop and void cast (#24)
|
2020-01-02 10:54:43 -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
|
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
|
Remove exra whitespace from files (#189)
|
2020-01-31 09:24:49 -06:00 |
up_systemreset.c
|
Remove exra whitespace from files (#189)
|
2020-01-31 09:24:49 -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
|
Remove exra whitespace from files (#189)
|
2020-01-31 09:24:49 -06:00 |