.. |
arch_clean_dcache_all.c
|
SAMV7/Cortex-M7: Add support for write through D-Cache. SAMV7 Ethernet look like it needs this
|
2015-03-29 13:09:22 -06:00 |
arch_clean_dcache.c
|
SAMV7/Cortex-M7: Add support for write through D-Cache. SAMV7 Ethernet look like it needs this
|
2015-03-29 13:09:22 -06:00 |
arch_disable_dcache.c
|
Break ARMv7E-M cache operations into separate files; Finish the unimplemented cache operations
|
2015-03-17 08:48:41 -06:00 |
arch_enable_dcache.c
|
Break ARMv7E-M cache operations into separate files; Finish the unimplemented cache operations
|
2015-03-17 08:48:41 -06:00 |
arch_flush_dcache_all.c
|
SAMV7/Cortex-M7: Add support for write through D-Cache. SAMV7 Ethernet look like it needs this
|
2015-03-29 13:09:22 -06:00 |
arch_flush_dcache.c
|
SAMV7/Cortex-M7: Add support for write through D-Cache. SAMV7 Ethernet look like it needs this
|
2015-03-29 13:09:22 -06:00 |
arch_invalidate_dcache_all.c
|
Break ARMv7E-M cache operations into separate files; Finish the unimplemented cache operations
|
2015-03-17 08:48:41 -06:00 |
arch_invalidate_dcache.c
|
Break ARMv7E-M cache operations into separate files; Finish the unimplemented cache operations
|
2015-03-17 08:48:41 -06:00 |
cache.h
|
SAMV7/Cortex-M7: Add support for write through D-Cache. SAMV7 Ethernet look like it needs this
|
2015-03-29 13:09:22 -06:00 |
dwt.h
|
Add ARMv7-M DWT and TPI register definitions
|
2014-10-21 16:46:26 -06:00 |
etm.h
|
Add optional timestamp to syslog output. From pn_bouteville@yahoo.fr
|
2014-11-01 09:17:34 -06:00 |
exc_return.h
|
Add new common lazy FPU state saving option for ARMv7-M. Not yet verified
|
2015-03-06 08:26:43 -06:00 |
itm_syslog.h
|
Remove whitespace and and carriage returns
|
2014-10-22 09:04:40 -06:00 |
itm.h
|
Add ARMv7-M DWT and TPI register definitions
|
2014-10-21 16:46:26 -06:00 |
Kconfig
|
Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation
|
2015-06-28 08:08:57 -06:00 |
mpu.h
|
Review/updated Cortex-M7 MPU definitions
|
2015-07-21 11:19:14 -06:00 |
nvic.h
|
Break ARMv7E-M cache operations into separate files; Finish the unimplemented cache operations
|
2015-03-17 08:48:41 -06:00 |
psr.h
|
Email address change in nuttx/
|
2012-09-13 18:32:24 +00:00 |
ram_vectors.h
|
Fixes a few more high priority, nested interrupt logic
|
2013-12-23 11:13:56 -06:00 |
svcall.h
|
Add CMSIS ITM header file and library
|
2014-10-21 16:16:00 -06:00 |
Toolchain.defs
|
Newer 4.9 GCC does not permit both -mcpu= and -march= on the command line; either -mcpu= or -march= with -mtune. The latter gives me linking errors so all of the arguments committed to the former. Untested on more tools
|
2015-07-31 08:39:26 -06:00 |
tpi.h
|
Add ARMv7-M DWT and TPI register definitions
|
2014-10-21 16:46:26 -06:00 |
up_assert.c
|
Typo fixes from David Sidrane
|
2015-04-06 15:27:37 -06:00 |
up_blocktask.c
|
Fixes that call sched_resume_scheduler and sched_suspend_scheduler must include nuttx/sched.h
|
2015-07-29 16:51:26 -06:00 |
up_copyarmstate.c
|
Add new common lazy FPU state saving option for ARMv7-M. Not yet verified
|
2015-03-06 08:26:43 -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
|
arch/: board function prototypes are now in include/nuttx/board.h. Remove from architecture header file; Add inclusion of nuttx/board.h to all files referencing board functions
|
2015-02-27 17:19:38 -06:00 |
up_elf.c
|
Add support uClibc++ excpetions. This involves additional handling for relative relation types, additional support for unwinding, as well as additional changes. The culmination of a big effort fromo Leo Aloe3132
|
2015-06-01 14:16:18 -06:00 |
up_exception.S
|
Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new CONFIG_BUILD_KERNEL
|
2014-08-29 14:47:22 -06:00 |
up_fpu.S
|
Make some file section headers more consistent with standard
|
2015-04-08 08:04:12 -06:00 |
up_fullcontextrestore.S
|
Make some file section headers more consistent with standard
|
2015-04-08 08:04:12 -06:00 |
up_hardfault.c
|
Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new CONFIG_BUILD_KERNEL
|
2014-08-29 14:47:22 -06:00 |
up_initialstate.c
|
Revert commit b80e8be652dfa52e97daa65aa3e550cf31cb2409
|
2015-04-12 06:26:50 -06:00 |
up_itm_syslog.c
|
Fix compiler errors in up_itm_syslog.c. From Pierre-Noel Bouteville
|
2014-10-23 18:30:32 -06:00 |
up_itm.c
|
EFM32: Add IDLE power management hooks. Nothing implemented; just define the hooks
|
2014-10-22 07:26:31 -06:00 |
up_lazyexception.S
|
Make some file section headers more consistent with standard
|
2015-04-08 08:04:12 -06:00 |
up_memcpy.S
|
ARM assembly language memcpy.S was not returning a value in R0 it is required to do. From David Sidrane
|
2015-01-29 06:36:53 -06:00 |
up_memfault.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_mpu.c
|
Fix several typos in comments
|
2015-04-09 16:13:03 -06:00 |
up_ramvec_attach.c
|
Fixes a few more high priority, nested interrupt logic
|
2013-12-23 11:13:56 -06:00 |
up_ramvec_initialize.c
|
LPC17: Fix RAM vector table alignment for the LPC17 family. The ARMv7-M TRM only requires 128-byte alignment for vector tables; the LPC17, however, requires 256 byte alignment
|
2015-08-23 17:17:14 -06:00 |
up_releasepending.c
|
Fixes that call sched_resume_scheduler and sched_suspend_scheduler must include nuttx/sched.h
|
2015-07-29 16:51:26 -06:00 |
up_reprioritizertr.c
|
Fixes that call sched_resume_scheduler and sched_suspend_scheduler must include nuttx/sched.h
|
2015-07-29 16:51:26 -06:00 |
up_saveusercontext.S
|
Rework of kernel build signal dispatch to user-space handlers
|
2013-03-23 14:46:02 +00:00 |
up_schedulesigaction.c
|
Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new CONFIG_BUILD_KERNEL
|
2014-08-29 14:47:22 -06:00 |
up_sigdeliver.c
|
arch/: board function prototypes are now in include/nuttx/board.h. Remove from architecture header file; Add inclusion of nuttx/board.h to all files referencing board functions
|
2015-02-27 17:19:38 -06:00 |
up_signal_dispatch.c
|
Move common/up_signal_dispatch.c to armv6-m, armv7-m, and armv7-a. The armv7-a version needs to be different to handle the case where we are dispatch kernel mode signals when running under a user mode group
|
2014-09-16 13:35:29 -06:00 |
up_signal_handler.S
|
Add support for delivery of use-mode signals in the kernel build.
|
2014-09-02 15:58:14 -06:00 |
up_stackcheck.c
|
Revert commit b80e8be652dfa52e97daa65aa3e550cf31cb2409
|
2015-04-12 06:26:50 -06:00 |
up_svcall.c
|
Add new common lazy FPU state saving option for ARMv7-M. Not yet verified
|
2015-03-06 08:26:43 -06:00 |
up_switchcontext.S
|
Correct some comments. Noted by Jouko Holopainen
|
2015-06-04 08:12:58 -06:00 |
up_systemreset.c
|
Add support for a BOARDIOC_RESET boardctl() command. Enable configuration options to support BOARDIOC_RESET for ARMv6-M and ARMv7-M
|
2015-07-04 10:39:24 -06:00 |
up_unblocktask.c
|
Fixes that call sched_resume_scheduler and sched_suspend_scheduler must include nuttx/sched.h
|
2015-07-29 16:51:26 -06:00 |
up_vectors.c
|
Make some file section headers more consistent with standard
|
2015-04-08 08:04:12 -06:00 |
vfork.S
|
More trailing whilespace removal
|
2014-04-13 16:22:22 -06:00 |