This website requires JavaScript.
Explore
Help
Register
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
3877cb09d9
nuttx
/
arch
/
arm
/
src
/
armv7-m
History
Gregory Nutt
bddc4dbd6a
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
..
arch_clean_dcache_all.c
arch_clean_dcache.c
arch_disable_dcache.c
arch_enable_dcache.c
arch_flush_dcache_all.c
arch_flush_dcache.c
arch_invalidate_dcache_all.c
arch_invalidate_dcache.c
cache.h
dwt.h
etm.h
exc_return.h
itm_syslog.h
itm.h
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
psr.h
ram_vectors.h
svcall.h
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
up_assert.c
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
up_copyfullstate.c
up_doirq.c
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
up_fpu.S
up_fullcontextrestore.S
up_hardfault.c
up_initialstate.c
Revert commit b80e8be652dfa52e97daa65aa3e550cf31cb2409
2015-04-12 06:26:50 -06:00
up_itm_syslog.c
up_itm.c
up_lazyexception.S
up_memcpy.S
up_memfault.c
up_mpu.c
up_ramvec_attach.c
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
up_schedulesigaction.c
up_sigdeliver.c
up_signal_dispatch.c
up_signal_handler.S
up_stackcheck.c
Revert commit b80e8be652dfa52e97daa65aa3e550cf31cb2409
2015-04-12 06:26:50 -06:00
up_svcall.c
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
vfork.S