summaryrefslogtreecommitdiffstats
path: root/nuttx/arch/arm/src/sam3u
AgeCommit message (Expand)AuthorFilesLines
2012-07-04Add LPC43 interrrupt control logicpatacongo1-6/+0
2012-04-11More configuration filespatacongo1-0/+4
2012-03-21Move serial header files to include/nuttx/serialpatacongo1-1/+1
2012-02-11Add logic so that a RAM log can be used in place of a console devicepatacongo2-8/+8
2011-11-10Fix semaphore initializationpatacongo1-2/+2
2011-10-11Add PIC32MX GPIO handling; add button/LED support for the Sure PIC32MXpatacongo1-1/+1
2011-10-08SAM3U: Add logic to bypass automated control of SPI chip selectspatacongo2-14/+132
2011-10-07SAM3U SPI debug changespatacongo1-11/+46
2011-10-06Add debug instrumentation to the SAM3U SPI driverpatacongo1-123/+170
2011-10-05Fix C++ dependencies, cleaning, ..patacongo1-0/+4
2011-10-04ADS7843E driver is code completepatacongo1-22/+188
2011-10-03SAM3U SPI driver updatepatacongo3-291/+411
2011-10-03Update comments, dates, ... housekeepingpatacongo3-3/+3
2011-10-03Add SAM3U board-specific SPI supportpatacongo2-5/+64
2011-10-03Add framework for a SAM3U SPI driverpatacongo42-2/+553
2011-09-26SAM3U KERNEL definitions are backwardpatacongo4-6/+6
2011-09-26Fix typo in SAM3U allocheappatacongo1-1/+1
2011-09-26Fix typo in SAM3U allocheappatacongo1-1/+1
2011-09-26Fix typo in SAM3U allocheappatacongo1-1/+1
2011-08-22Progress with Kinetis SDHC driver (more to to)patacongo1-2/+3
2011-08-05Name change: Change Cortex-M3 naming to ARMv7-M naming so support Cortex-M4patacongo1-2/+2
2011-04-08Add user access to the heappatacongo3-3/+53
2011-04-08Completes implementation of kernel mode buildpatacongo2-1/+40
2011-04-08Add logic to initialize SAM3U user applicationspatacongo5-1/+225
2011-04-08Fix error introduced in last commitpatacongo1-2/+2
2011-04-08Modify interrupt handling for privileged/unprivileged modepatacongo1-10/+53
2011-04-06current_regs should be volatile; add support for nested interrupts; enable in...patacongo1-1/+1
2011-04-06Attach mem mgmt fault handle if MPU is enabledpatacongo3-356/+359
2011-04-05More separation of kernel- and user-memory managementpatacongo1-2/+4
2011-03-02Changes for clean STM32 compile with DEBUG onpatacongo1-1/+1
2010-11-20Fix Cortex-M3 nested interrupt hard faultpatacongo1-7/+8
2010-07-16Fix interrupt stack compilation problempatacongo1-3/+4
2010-06-08More lpc17xx port filespatacongo1-3/+3
2010-04-21Some LCD output, still a long way to gopatacongo1-1/+1
2010-04-19Add SMC configurationpatacongo1-15/+30
2010-04-14Make it harder to turn on PIO debugpatacongo2-3/+8
2010-04-13Debug instrumentationpatacongo3-8/+77
2010-04-12Fix/extend register sampling logicpatacongo1-94/+250
2010-04-11Early debug of SAM3U MCIpatacongo2-7/+22
2010-04-11Fix PIO interface bugpatacongo1-35/+35
2010-04-11Add MCI CD GPIOpatacongo1-2/+2
2010-04-10SAM3U needs block infopatacongo1-62/+86
2010-04-10Fix HSMCI command and wait logicpatacongo3-108/+276
2010-04-10A little less STM32patacongo1-210/+91
2010-04-08Add bus width logicpatacongo1-50/+34
2010-04-07Update clock logicpatacongo2-63/+77
2010-04-07Remove non-DMA transfer supportpatacongo1-363/+27
2010-04-04lpc313x updatepatacongo1-0/+6
2010-04-02DMA driver now compilespatacongo4-196/+242
2010-04-02DMA updatespatacongo4-147/+820