summaryrefslogtreecommitdiffstats
path: root/nuttx/arch/arm/src/lpc313x
AgeCommit message (Expand)AuthorFilesLines
2011-04-19Rename i2c directories to sensorspatacongo1-2/+2
2011-04-06current_regs should be volatile; add support for nested interrupts; enable in...patacongo2-4/+10
2011-04-03New LIS331DL driver and VSN updates from Urospatacongo1-1/+1
2010-12-14Create include/nuttx/usb directorypatacongo2-4/+4
2010-12-04USB class drivers need to call DEV_CONNECTpatacongo1-1/+5
2010-12-03Add cmddata method to the SPI interfacepatacongo2-8/+18
2010-10-01Make better use of these deep FIFOspatacongo1-34/+65
2010-10-01cosmeticpatacongo1-5/+5
2010-09-30SPI debug changespatacongo2-59/+213
2010-09-12Still debugging AT45DB and SPIpatacongo1-3/+6
2010-09-11Add support for SPI NOR chip selectpatacongo1-43/+65
2010-09-06Fix heap layout issuepatacongo1-3/+16
2010-09-06This is the correct fix to the problempatacongo2-11/+1
2010-09-06Fix clearing of SRAM when clocks resetpatacongo3-23/+33
2010-09-05APB0 and APB1 must be in same MMU sectionpatacongo12-58/+54
2010-09-05boardinit call doesn't depend on CONFIG_ARCH_LEDspatacongo1-2/+2
2010-09-05Basic MMU setup seems ok nowpatacongo2-17/+10
2010-09-01Fix virtual address of page tablepatacongo1-0/+24
2010-08-31Fix page table size calculationpatacongo1-3/+11
2010-08-31page tables must be alignedpatacongo2-5/+10
2010-08-31Add paging debug instrumentationpatacongo1-3/+2
2010-08-24Fix heap/page table overlap; Switch to 1Kb pagespatacongo3-22/+40
2010-08-22First round of changes made during debugpatacongo1-2/+2
2010-08-22Fix demand-paging compilation errorspatacongo3-6/+12
2010-08-21Finishes basic paging supportpatacongo1-1/+65
2010-08-21Fix issues of virtual vs physical sizes of regionspatacongo1-1/+1
2010-08-21Add mapping for the page tablepatacongo1-1/+13
2010-08-19Paging updatepatacongo1-8/+22
2010-08-18Added commentspatacongo1-1/+1
2010-08-18Fix various compile issuespatacongo1-1/+1
2010-08-17Skeletons for remaining paging files to be implementedpatacongo1-0/+4
2010-07-30Fix typospatacongo7-17/+17
2010-07-29Fix some CodeSourcery compile errorspatacongo2-2/+5
2010-05-26Add LPC313x I2C+SPI drivers and fixes for USB driverpatacongo8-82/+1444
2010-04-04Fixe authorshippatacongo1-0/+4
2010-04-04Driver fixes from David Hewsonpatacongo1-7/+10
2010-03-28Errors found while implementing USB supportpatacongo3-11/+10
2010-03-28Add USB serial/storage examplespatacongo1-0/+2671
2010-03-16Bugfixes submitted by David Hewsonpatacongo9-29/+31
2010-02-24Fix init of vector tablepatacongo3-12/+35
2009-12-31Add logic to support a ROM'ed MMU page tablepatacongo3-14/+28
2009-12-31Add interrupt decode logicpatacongo2-3/+134
2009-12-31Add basic logic to configure MMU for LPC3131xpatacongo6-132/+345
2009-12-31Fix warning due to wrong parameter typepatacongo2-2/+2
2009-12-30Add function to change fract dividerspatacongo3-2/+152
2009-12-30Completes clock initializationpatacongo6-20/+247
2009-12-30Add clock reset logicpatacongo1-0/+151
2009-12-30Add clock initializationpatacongo4-13/+338
2009-12-30Add clock initializatin structurepatacongo2-4/+105
2009-12-30Add clock reset logicpatacongo4-4/+322