summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* updatepatacongo2010-10-291-0/+1
* Add skeleton for LPC17xx ethernet driverpatacongo2010-10-294-2/+681
* Fix a signal trampoline bugnuttx-5.12patacongo2010-10-275-43/+36
* More context switching logicpatacongo2010-10-151-2/+2
* Add stubs for AVR32 IRQ controlspatacongo2010-10-091-2/+2
* Add skeleton of AVR32 initpatacongo2010-10-081-2/+2
* Make better use of these deep FIFOspatacongo2010-10-011-34/+65
* cosmeticpatacongo2010-10-011-5/+5
* SPI debug changespatacongo2010-09-302-59/+213
* Corrections to the LM3S8962 portpatacongo2010-09-293-3/+49
* Still debugging AT45DB and SPIpatacongo2010-09-121-3/+6
* Early AT45DB debug fixespatacongo2010-09-122-0/+8
* Add support for SPI NOR chip selectpatacongo2010-09-111-43/+65
* Fix heap layout issuepatacongo2010-09-062-6/+24
* This is the correct fix to the problempatacongo2010-09-062-11/+1
* Fix clearing of SRAM when clocks resetpatacongo2010-09-064-23/+77
* paging debug fixespatacongo2010-09-052-2/+2
* APB0 and APB1 must be in same MMU sectionpatacongo2010-09-0513-61/+61
* boardinit call doesn't depend on CONFIG_ARCH_LEDspatacongo2010-09-051-2/+2
* Basic MMU setup seems ok nowpatacongo2010-09-054-33/+36
* Remove unused lpc17_usbinitialize()patacongo2010-09-031-2/+2
* Add LM3S8962 supportpatacongo2010-09-036-4/+199
* Missed definition for 4Kb page casepatacongo2010-09-022-0/+7
* Initial allocated page must be read/write/non-cacheablepatacongo2010-09-012-3/+12
* Fix units used in page table address calculationpatacongo2010-09-011-12/+7
* Fix virtual address of page tablepatacongo2010-09-012-14/+69
* Misc. paging fixespatacongo2010-09-012-8/+8
* Pointless debug changespatacongo2010-09-012-28/+71
* Fix error in conditional compilationpatacongo2010-08-311-15/+22
* Handle the case of an identity phys-to-virt mappingpatacongo2010-08-311-10/+59
* Fix page table size calculationpatacongo2010-08-312-6/+18
* page tables must be alignedpatacongo2010-08-315-75/+92
* Add paging debug instrumentationpatacongo2010-08-313-6/+10
* typopatacongo2010-08-281-1/+1
* Fix missing parentheses in macrospatacongo2010-08-281-6/+6
* Add support for 2-pass linkpatacongo2010-08-281-1/+1
* Extend CodeSourcery & production OSD support to other configspatacongo2010-08-251-4/+0
* Add support for the Neuros production OSDpatacongo2010-08-251-17/+42
* Fix heap/page table overlap; Switch to 1Kb pagespatacongo2010-08-246-55/+63
* First round of changes made during debugpatacongo2010-08-223-15/+32
* Fix demand-paging compilation errorspatacongo2010-08-2210-17/+26
* simplificationpatacongo2010-08-222-61/+24
* Update On-demand paging documentationpatacongo2010-08-223-77/+105
* Finishes basic paging supportpatacongo2010-08-212-1/+71
* Fix issues of virtual vs physical sizes of regionspatacongo2010-08-217-61/+194
* Basic page allocation logicpatacongo2010-08-216-64/+446
* Add mapping for the page tablepatacongo2010-08-215-42/+159
* Fix data region mappinpatacongo2010-08-202-50/+67
* More paging changedpatacongo2010-08-203-139/+161
* Paging updatepatacongo2010-08-195-49/+137