.. |
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 assertions: Correct duplicated logic from commit dbf01d12b7 . Checking for PID == zero is not a valid way to test for the IDLE task in all configurations! This is only true in the single CPU configuration. In multiple CPU configurations, there will be a separate IDLE task for each CPU with a different PID.
|
2018-12-18 17:35:42 -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
|
Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new CONFIG_BUILD_KERNEL
|
2014-08-29 14:47:22 -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
|
armv7-a/armv6-m/arm/a1x: Convert *err() to either *info() or add ERROR:, depending on if an error is reported
|
2016-06-17 16:44:50 -06:00 |
up_sigdeliver.c
|
Replace all ASSERT with DEBUGASSERT to save the code space
|
2018-08-24 06:58:30 -06:00 |
up_signal_dispatch.c
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -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
|
arm syscalls: svcall/sycall logic needs to get the ucontext argument from R4 instead of stack since all syscall parameters pass from registers in syscall.h
|
2018-08-24 07:11:18 -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
|
Correct some spacing issues
|
2015-10-07 11:39:06 -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
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |