summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src
Commit message (Expand)AuthorAgeFilesLines
* NSH integration, fix serial interrupt handlingpatacongo2009-05-191-1/+2
* Add lm3s6918 NSH configurationpatacongo2009-05-191-11/+11
* lm3s6918 passes OS testpatacongo2009-05-191-1/+2
* Make sure all ARM targets still compilepatacongo2009-05-1917-47/+72
* Move share-able Cortex-M3 file from lm3s subdirectorypatacongo2009-05-197-71/+50
* Move ARM and Cortex files to separate directoriespatacongo2009-05-1936-132/+1017
* Fix heap setup problempatacongo2009-05-191-1/+1
* Calibrate lm3s6918 timing looppatacongo2009-05-181-7/+3
* timer interrupt now workspatacongo2009-05-181-2/+2
* lm3s6918 now does context switchespatacongo2009-05-182-9/+33
* Progress on Cortex-M3 interruptspatacongo2009-05-189-104/+328
* file was unfinishedpatacongo2009-05-181-24/+24
* Debug Cortex-M3 interruptspatacongo2009-05-1716-36/+143
* Basic clocking and UART workspatacongo2009-05-152-19/+33
* back out part of last changepatacongo2009-05-151-3/+2
* LM3S integrationpatacongo2009-05-154-14/+15
* Early integration fixespatacongo2009-05-152-77/+79
* Backup unnecessary bootloader logicpatacongo2009-05-141-8/+0
* Should be silent on make commandspatacongo2009-05-141-1/+1
* Add GPIO IRQ logicpatacongo2009-05-144-3/+417
* Add basic lm3s6918 gpio supportpatacongo2009-05-149-60/+915
* Add basic context switching logicpatacongo2009-05-136-13/+287
* 1st cut at lm3s6918 interrupt handlingpatacongo2009-05-135-32/+79
* lm3s6918 updatepatacongo2009-05-1316-226/+474
* Flesh out LM3S9618 interrupt control logicpatacongo2009-05-125-28/+319
* Add lm3s6918 system timer logicpatacongo2009-05-126-2/+1434
* First cut at lm3s6918 serial driverpatacongo2009-05-124-7/+10
* Fix some UART initialization problemspatacongo2009-05-124-24/+49
* Add low-level console support for LM3S3918patacongo2009-05-114-24/+337
* Add UART definitionspatacongo2009-05-112-0/+349
* More lm3s6918 -- clocking + misc fixespatacongo2009-05-113-2/+392
* Add support for fast GPIO on lpc214xpatacongo2009-05-092-1/+31
* lm3s6918 updatepatacongo2009-05-086-143/+1229
* Add atomic register modificationpatacongo2009-05-0810-44/+317
* framework for interrupt handlingpatacongo2009-05-082-4/+240
* Add GPIO register definitionspatacongo2009-05-073-1/+399
* Add definitions for system control registerspatacongo2009-05-073-39/+489
* Changes necessary to start buildpatacongo2009-05-062-2/+50
* Add structure for LM3S6918patacongo2009-05-062-0/+199
* Fix objcopy problem with newer toolchainspatacongo2009-04-291-2/+2
* Extend SPI interface so that we can set number of bits per wordpatacongo2009-04-261-8/+80
* Incorporate i.MX1 SPI driverpatacongo2009-04-262-79/+431
* Extend SPI interface for word sizes >8bitspatacongo2009-04-262-68/+125
* spi updatepatacongo2009-04-264-58/+294
* imx updatepatacongo2009-04-253-32/+44
* Fix errors that have crept into DM320 buildpatacongo2009-04-192-7/+6
* Oops.. forgot to include spi.hpatacongo2009-04-191-1/+5
* more i.MX logicpatacongo2009-04-184-114/+641
* Add interrupt decode logic for i.MXpatacongo2009-04-134-5/+136
* Add system timer logicpatacongo2009-04-124-25/+192