summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/lpc313x
Commit message (Expand)AuthorAgeFilesLines
* Create include/nuttx/usb directorypatacongo2010-12-142-4/+4
* USB class drivers need to call DEV_CONNECTpatacongo2010-12-041-1/+5
* Add cmddata method to the SPI interfacepatacongo2010-12-032-8/+18
* Make better use of these deep FIFOspatacongo2010-10-011-34/+65
* cosmeticpatacongo2010-10-011-5/+5
* SPI debug changespatacongo2010-09-302-59/+213
* Still debugging AT45DB and SPIpatacongo2010-09-121-3/+6
* Add support for SPI NOR chip selectpatacongo2010-09-111-43/+65
* Fix heap layout issuepatacongo2010-09-061-3/+16
* This is the correct fix to the problempatacongo2010-09-062-11/+1
* Fix clearing of SRAM when clocks resetpatacongo2010-09-063-23/+33
* APB0 and APB1 must be in same MMU sectionpatacongo2010-09-0512-58/+54
* boardinit call doesn't depend on CONFIG_ARCH_LEDspatacongo2010-09-051-2/+2
* Basic MMU setup seems ok nowpatacongo2010-09-052-17/+10
* Fix virtual address of page tablepatacongo2010-09-011-0/+24
* Fix page table size calculationpatacongo2010-08-311-3/+11
* page tables must be alignedpatacongo2010-08-312-5/+10
* Add paging debug instrumentationpatacongo2010-08-311-3/+2
* Fix heap/page table overlap; Switch to 1Kb pagespatacongo2010-08-243-22/+40
* First round of changes made during debugpatacongo2010-08-221-2/+2
* Fix demand-paging compilation errorspatacongo2010-08-223-6/+12
* Finishes basic paging supportpatacongo2010-08-211-1/+65
* Fix issues of virtual vs physical sizes of regionspatacongo2010-08-211-1/+1
* Add mapping for the page tablepatacongo2010-08-211-1/+13
* Paging updatepatacongo2010-08-191-8/+22
* Added commentspatacongo2010-08-181-1/+1
* Fix various compile issuespatacongo2010-08-181-1/+1
* Skeletons for remaining paging files to be implementedpatacongo2010-08-171-0/+4
* Fix typospatacongo2010-07-307-17/+17
* Fix some CodeSourcery compile errorspatacongo2010-07-292-2/+5
* Add LPC313x I2C+SPI drivers and fixes for USB driverpatacongo2010-05-268-82/+1444
* Fixe authorshippatacongo2010-04-041-0/+4
* Driver fixes from David Hewsonpatacongo2010-04-041-7/+10
* Errors found while implementing USB supportpatacongo2010-03-283-11/+10
* Add USB serial/storage examplespatacongo2010-03-281-0/+2671
* Bugfixes submitted by David Hewsonpatacongo2010-03-169-29/+31
* Fix init of vector tablepatacongo2010-02-243-12/+35
* Add logic to support a ROM'ed MMU page tablepatacongo2009-12-313-14/+28
* Add interrupt decode logicpatacongo2009-12-312-3/+134
* Add basic logic to configure MMU for LPC3131xpatacongo2009-12-316-132/+345
* Fix warning due to wrong parameter typepatacongo2009-12-312-2/+2
* Add function to change fract dividerspatacongo2009-12-303-2/+152
* Completes clock initializationpatacongo2009-12-306-20/+247
* Add clock reset logicpatacongo2009-12-301-0/+151
* Add clock initializationpatacongo2009-12-304-13/+338
* Add clock initializatin structurepatacongo2009-12-302-4/+105
* Add clock reset logicpatacongo2009-12-304-4/+322
* Add BCR index calculationpatacongo2009-12-295-11/+134
* Add mpmc initializationpatacongo2009-12-291-141/+141
* Add PLL configurationpatacongo2009-12-297-210/+629