incubator-nuttx/arch/arm/src/cortexm3
patacongo 10d02ae4f0 Add PIC32 interrupt controls and timer initialization
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3628 42af7a65-404d-4744-a932-0658087f49c3
2011-05-19 18:29:40 +00:00
..
exc_return.h Modify interrupt handling for privileged/unprivileged mode 2011-04-08 01:33:21 +00:00
mpu.h Add tools to manage a version file 2011-04-14 16:46:17 +00:00
nvic.h
psr.h
svcall.h I2C fixes from Uros; USB serial fix from Sheref; + A little more kernel mode stuff 2011-04-07 21:22:06 +00:00
up_assert.c LPC17xx USBDEV driver now compiles (still untested) 2010-07-16 03:01:05 +00:00
up_blocktask.c
up_copystate.c Completes implementation of kernel mode build 2011-04-08 18:36:51 +00:00
up_doirq.c current_regs should be volatile; add support for nested interrupts; enable interrupts during syscall processing 2011-04-06 23:01:06 +00:00
up_fullcontextrestore.S I2C fixes from Uros; USB serial fix from Sheref; + A little more kernel mode stuff 2011-04-07 21:22:06 +00:00
up_hardfault.c
up_initialstate.c Modify interrupt handling for privileged/unprivileged mode 2011-04-08 01:33:21 +00:00
up_memfault.c Attach mem mgmt fault handle if MPU is enabled 2011-04-06 01:51:07 +00:00
up_mpu.c Add user access to the heap 2011-04-08 19:39:50 +00:00
up_releasepending.c
up_reprioritizertr.c
up_saveusercontext.S I2C fixes from Uros; USB serial fix from Sheref; + A little more kernel mode stuff 2011-04-07 21:22:06 +00:00
up_schedulesigaction.c Fix a signal trampoline bug 2010-10-27 01:46:08 +00:00
up_sigdeliver.c Fix a signal trampoline bug 2010-10-27 01:46:08 +00:00
up_svcall.c Add PIC32 interrupt controls and timer initialization 2011-05-19 18:29:40 +00:00
up_switchcontext.S I2C fixes from Uros; USB serial fix from Sheref; + A little more kernel mode stuff 2011-04-07 21:22:06 +00:00
up_unblocktask.c