summaryrefslogtreecommitdiffstats
path: root/nuttx/arch/arm/src/cortexm3
AgeCommit message (Expand)AuthorFilesLines
2011-08-05Name change: Change Cortex-M3 naming to ARMv7-M naming so support Cortex-M4patacongo22-4036/+0
2011-05-19Add PIC32 interrupt controls and timer initializationpatacongo1-1/+1
2011-05-18Add S/W interrupt 0 handlertrunkpatacongo1-4/+4
2011-04-14Add tools to manage a version filepatacongo1-1/+1
2011-04-08Add user access to the heappatacongo2-31/+72
2011-04-08Completes implementation of kernel mode buildpatacongo3-5/+534
2011-04-08Modify interrupt handling for privileged/unprivileged modepatacongo2-0/+114
2011-04-07I2C fixes from Uros; USB serial fix from Sheref; + A little more kernel mode ...patacongo4-7/+7
2011-04-06current_regs should be volatile; add support for nested interrupts; enable in...patacongo2-5/+33
2011-04-06Integrate syscall with existing svcall logicpatacongo5-66/+304
2011-04-06Attach mem mgmt fault handle if MPU is enabledpatacongo1-0/+110
2011-04-01Add Cortex-M3 MPU header filepatacongo1-0/+115
2010-10-27Fix a signal trampoline bugpatacongo2-18/+15
2010-10-15More context switching logicpatacongo1-2/+2
2010-07-16LPC17xx USBDEV driver now compiles (still untested)patacongo1-21/+14
2010-07-16Fix interrupt stack compilation problempatacongo1-11/+27
2010-05-26Fixed a compilation problem that occurs with certain combinations of optionspatacongo1-5/+18
2009-12-29Fixes for recent header file reorganizationpatacongo1-1/+3
2009-12-28Fix circular header file dependencypatacongo2-0/+2
2009-12-16Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo17-77/+81
2009-10-27Debug output from certain files causes crashes with new context switching logicpatacongo2-37/+43
2009-10-25Improved certain Cortex-M3 context switch timespatacongo9-151/+987
2009-10-22correctionspatacongo1-1/+1
2009-09-16Need to use only lldbg in fault handlerpatacongo1-1/+1
2009-06-26NXFLAT doesn't set bit 0 in the entry point addresspatacongo1-0/+10
2009-06-25Consolidate buffer dumping; fix all occurrences of 'the the'patacongo1-1/+1
2009-06-17Integrate PIC support into context switchingpatacongo1-0/+15
2009-05-28Add support for CodeSourcery and devkitARM toolchainspatacongo1-20/+20
2009-05-21Complete Rx side of ethernet driverpatacongo1-25/+26
2009-05-19Move share-able Cortex-M3 file from lm3s subdirectorypatacongo3-0/+418
2009-05-19Move ARM and Cortex files to separate directoriespatacongo8-0/+1548