summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/lpc313x
Commit message (Collapse)AuthorAgeFilesLines
* Create include/nuttx/usb directorypatacongo2010-12-142-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3170 42af7a65-404d-4744-a932-0658087f49c3
* USB class drivers need to call DEV_CONNECTpatacongo2010-12-041-1/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3159 42af7a65-404d-4744-a932-0658087f49c3
* Add cmddata method to the SPI interfacepatacongo2010-12-032-8/+18
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3157 42af7a65-404d-4744-a932-0658087f49c3
* Make better use of these deep FIFOspatacongo2010-10-011-34/+65
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2958 42af7a65-404d-4744-a932-0658087f49c3
* cosmeticpatacongo2010-10-011-5/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2955 42af7a65-404d-4744-a932-0658087f49c3
* SPI debug changespatacongo2010-09-302-59/+213
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2953 42af7a65-404d-4744-a932-0658087f49c3
* Still debugging AT45DB and SPIpatacongo2010-09-121-3/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2944 42af7a65-404d-4744-a932-0658087f49c3
* Add support for SPI NOR chip selectpatacongo2010-09-111-43/+65
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2938 42af7a65-404d-4744-a932-0658087f49c3
* Fix heap layout issuepatacongo2010-09-061-3/+16
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2925 42af7a65-404d-4744-a932-0658087f49c3
* This is the correct fix to the problempatacongo2010-09-062-11/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2924 42af7a65-404d-4744-a932-0658087f49c3
* Fix clearing of SRAM when clocks resetpatacongo2010-09-063-23/+33
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2923 42af7a65-404d-4744-a932-0658087f49c3
* APB0 and APB1 must be in same MMU sectionpatacongo2010-09-0512-58/+54
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2921 42af7a65-404d-4744-a932-0658087f49c3
* boardinit call doesn't depend on CONFIG_ARCH_LEDspatacongo2010-09-051-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2920 42af7a65-404d-4744-a932-0658087f49c3
* Basic MMU setup seems ok nowpatacongo2010-09-052-17/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2919 42af7a65-404d-4744-a932-0658087f49c3
* Fix virtual address of page tablepatacongo2010-09-011-0/+24
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2907 42af7a65-404d-4744-a932-0658087f49c3
* Fix page table size calculationpatacongo2010-08-311-3/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2901 42af7a65-404d-4744-a932-0658087f49c3
* page tables must be alignedpatacongo2010-08-312-5/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2900 42af7a65-404d-4744-a932-0658087f49c3
* Add paging debug instrumentationpatacongo2010-08-311-3/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2899 42af7a65-404d-4744-a932-0658087f49c3
* Fix heap/page table overlap; Switch to 1Kb pagespatacongo2010-08-243-22/+40
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2881 42af7a65-404d-4744-a932-0658087f49c3
* First round of changes made during debugpatacongo2010-08-221-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2880 42af7a65-404d-4744-a932-0658087f49c3
* Fix demand-paging compilation errorspatacongo2010-08-223-6/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2879 42af7a65-404d-4744-a932-0658087f49c3
* Finishes basic paging supportpatacongo2010-08-211-1/+65
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2876 42af7a65-404d-4744-a932-0658087f49c3
* Fix issues of virtual vs physical sizes of regionspatacongo2010-08-211-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2875 42af7a65-404d-4744-a932-0658087f49c3
* Add mapping for the page tablepatacongo2010-08-211-1/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2872 42af7a65-404d-4744-a932-0658087f49c3
* Paging updatepatacongo2010-08-191-8/+22
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2869 42af7a65-404d-4744-a932-0658087f49c3
* Added commentspatacongo2010-08-181-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2865 42af7a65-404d-4744-a932-0658087f49c3
* Fix various compile issuespatacongo2010-08-181-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2864 42af7a65-404d-4744-a932-0658087f49c3
* Skeletons for remaining paging files to be implementedpatacongo2010-08-171-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2863 42af7a65-404d-4744-a932-0658087f49c3
* Fix typospatacongo2010-07-307-17/+17
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2817 42af7a65-404d-4744-a932-0658087f49c3
* Fix some CodeSourcery compile errorspatacongo2010-07-292-2/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2816 42af7a65-404d-4744-a932-0658087f49c3
* Add LPC313x I2C+SPI drivers and fixes for USB driverpatacongo2010-05-268-82/+1444
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2702 42af7a65-404d-4744-a932-0658087f49c3
* Fixe authorshippatacongo2010-04-041-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2573 42af7a65-404d-4744-a932-0658087f49c3
* Driver fixes from David Hewsonpatacongo2010-04-041-7/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2572 42af7a65-404d-4744-a932-0658087f49c3
* Errors found while implementing USB supportpatacongo2010-03-283-11/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2562 42af7a65-404d-4744-a932-0658087f49c3
* Add USB serial/storage examplespatacongo2010-03-281-0/+2671
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2561 42af7a65-404d-4744-a932-0658087f49c3
* Bugfixes submitted by David Hewsonpatacongo2010-03-169-29/+31
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2543 42af7a65-404d-4744-a932-0658087f49c3
* Fix init of vector tablepatacongo2010-02-243-12/+35
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2540 42af7a65-404d-4744-a932-0658087f49c3
* Add logic to support a ROM'ed MMU page tablepatacongo2009-12-313-14/+28
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2470 42af7a65-404d-4744-a932-0658087f49c3
* Add interrupt decode logicpatacongo2009-12-312-3/+134
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2469 42af7a65-404d-4744-a932-0658087f49c3
* Add basic logic to configure MMU for LPC3131xpatacongo2009-12-316-132/+345
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2468 42af7a65-404d-4744-a932-0658087f49c3
* Fix warning due to wrong parameter typepatacongo2009-12-312-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2467 42af7a65-404d-4744-a932-0658087f49c3
* Add function to change fract dividerspatacongo2009-12-303-2/+152
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2466 42af7a65-404d-4744-a932-0658087f49c3
* Completes clock initializationpatacongo2009-12-306-20/+247
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2465 42af7a65-404d-4744-a932-0658087f49c3
* Add clock reset logicpatacongo2009-12-301-0/+151
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2464 42af7a65-404d-4744-a932-0658087f49c3
* Add clock initializationpatacongo2009-12-304-13/+338
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2463 42af7a65-404d-4744-a932-0658087f49c3
* Add clock initializatin structurepatacongo2009-12-302-4/+105
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2462 42af7a65-404d-4744-a932-0658087f49c3
* Add clock reset logicpatacongo2009-12-304-4/+322
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2461 42af7a65-404d-4744-a932-0658087f49c3
* Add BCR index calculationpatacongo2009-12-295-11/+134
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2460 42af7a65-404d-4744-a932-0658087f49c3
* Add mpmc initializationpatacongo2009-12-291-141/+141
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2459 42af7a65-404d-4744-a932-0658087f49c3
* Add PLL configurationpatacongo2009-12-297-210/+629
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2458 42af7a65-404d-4744-a932-0658087f49c3