summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/lm3s
Commit message (Collapse)AuthorAgeFilesLines
* Fixes for recent header file reorganizationpatacongo2009-12-293-4/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2452 42af7a65-404d-4744-a932-0658087f49c3
* Fixing LM3S httpd example (still broken)patacongo2009-12-181-15/+18
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2390 42af7a65-404d-4744-a932-0658087f49c3
* Changing NuttX fixed size type names to C99 standard names -- things will be ↵patacongo2009-12-1620-365/+374
| | | | | | broken for awhile git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2359 42af7a65-404d-4744-a932-0658087f49c3
* Improved certain Cortex-M3 context switch timespatacongo2009-10-251-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2177 42af7a65-404d-4744-a932-0658087f49c3
* Extend SPI interface to better handle multiple devices on same SPI buspatacongo2009-10-201-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2162 42af7a65-404d-4744-a932-0658087f49c3
* Fix major bug in STM32 interrupt enable/disable logic; NSH now works on STM32patacongo2009-10-171-6/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2149 42af7a65-404d-4744-a932-0658087f49c3
* Misc GPIO-related changespatacongo2009-10-141-2/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2132 42af7a65-404d-4744-a932-0658087f49c3
* typopatacongo2009-10-131-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2128 42af7a65-404d-4744-a932-0658087f49c3
* cosmeticpatacongo2009-09-252-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2093 42af7a65-404d-4744-a932-0658087f49c3
* Use lldbg() instead of dbg() in interrupt level logicpatacongo2009-09-151-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2054 42af7a65-404d-4744-a932-0658087f49c3
* Use low-level debug which does not depend on stdout mapped to consolepatacongo2009-09-131-19/+19
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2049 42af7a65-404d-4744-a932-0658087f49c3
* cosmeticpatacongo2009-09-111-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2035 42af7a65-404d-4744-a932-0658087f49c3
* This two FIFO handling bugs in LM3S ethernet driverpatacongo2009-09-091-10/+27
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2031 42af7a65-404d-4744-a932-0658087f49c3
* Cosmetic, synchronize source filespatacongo2009-09-091-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2030 42af7a65-404d-4744-a932-0658087f49c3
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-251-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1951 42af7a65-404d-4744-a932-0658087f49c3
* Fix some bogus (unused) symbol namespatacongo2009-06-101-2/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1870 42af7a65-404d-4744-a932-0658087f49c3
* cosmeticpatacongo2009-06-082-12/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1862 42af7a65-404d-4744-a932-0658087f49c3
* Correct a mountain of typospatacongo2009-06-051-58/+58
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1852 42af7a65-404d-4744-a932-0658087f49c3
* Ethernet controller needs different delay with debug disabledpatacongo2009-05-291-3/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1836 42af7a65-404d-4744-a932-0658087f49c3
* Add LM3S I2C header filepatacongo2009-05-284-3/+254
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1831 42af7a65-404d-4744-a932-0658087f49c3
* Final integration of microSDpatacongo2009-05-281-3/+43
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1830 42af7a65-404d-4744-a932-0658087f49c3
* Integrating SHDCpatacongo2009-05-271-3/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1828 42af7a65-404d-4744-a932-0658087f49c3
* Debug microSD CSpatacongo2009-05-242-6/+16
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1824 42af7a65-404d-4744-a932-0658087f49c3
* Fixe LM3S GPIO output settings; fix Eagle-100 LEDspatacongo2009-05-244-3/+167
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1823 42af7a65-404d-4744-a932-0658087f49c3
* Initial SSI debugpatacongo2009-05-241-17/+77
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1822 42af7a65-404d-4744-a932-0658087f49c3
* Add SPI-based MMC/SD support for lm3spatacongo2009-05-232-21/+85
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1820 42af7a65-404d-4744-a932-0658087f49c3
* Need to clear interruptpatacongo2009-05-231-0/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1819 42af7a65-404d-4744-a932-0658087f49c3
* Add LM3S SSI driverpatacongo2009-05-236-43/+1333
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1818 42af7a65-404d-4744-a932-0658087f49c3
* Add SSI header filepatacongo2009-05-222-2/+240
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1817 42af7a65-404d-4744-a932-0658087f49c3
* lm3s ethernet workspatacongo2009-05-221-3/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1815 42af7a65-404d-4744-a932-0658087f49c3
* MAC driver developmentpatacongo2009-05-212-49/+260
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1813 42af7a65-404d-4744-a932-0658087f49c3
* Complete Rx side of ethernet driverpatacongo2009-05-213-85/+322
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1812 42af7a65-404d-4744-a932-0658087f49c3
* LM3S ethernet driver developmentpatacongo2009-05-212-93/+455
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1811 42af7a65-404d-4744-a932-0658087f49c3
* Get MAC address from USER registerspatacongo2009-05-202-0/+131
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1810 42af7a65-404d-4744-a932-0658087f49c3
* MAC driver developmentpatacongo2009-05-201-1/+24
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1809 42af7a65-404d-4744-a932-0658087f49c3
* Add lm3s ethernet header filepatacongo2009-05-201-0/+170
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1808 42af7a65-404d-4744-a932-0658087f49c3
* Fix BRD calculation; Handle edge interruptspatacongo2009-05-191-5/+25
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1804 42af7a65-404d-4744-a932-0658087f49c3
* NSH integration, fix serial interrupt handlingpatacongo2009-05-191-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1803 42af7a65-404d-4744-a932-0658087f49c3
* Add lm3s6918 NSH configurationpatacongo2009-05-191-11/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1802 42af7a65-404d-4744-a932-0658087f49c3
* Move share-able Cortex-M3 file from lm3s subdirectorypatacongo2009-05-196-469/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1797 42af7a65-404d-4744-a932-0658087f49c3
* Move ARM and Cortex files to separate directoriespatacongo2009-05-196-8/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1795 42af7a65-404d-4744-a932-0658087f49c3
* Fix heap setup problempatacongo2009-05-191-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1793 42af7a65-404d-4744-a932-0658087f49c3
* timer interrupt now workspatacongo2009-05-181-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1791 42af7a65-404d-4744-a932-0658087f49c3
* lm3s6918 now does context switchespatacongo2009-05-181-5/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1790 42af7a65-404d-4744-a932-0658087f49c3
* Progress on Cortex-M3 interruptspatacongo2009-05-188-100/+312
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1789 42af7a65-404d-4744-a932-0658087f49c3
* Debug Cortex-M3 interruptspatacongo2009-05-175-12/+67
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1787 42af7a65-404d-4744-a932-0658087f49c3
* Basic clocking and UART workspatacongo2009-05-152-19/+33
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1786 42af7a65-404d-4744-a932-0658087f49c3
* back out part of last changepatacongo2009-05-151-3/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1785 42af7a65-404d-4744-a932-0658087f49c3
* LM3S integrationpatacongo2009-05-154-14/+15
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1784 42af7a65-404d-4744-a932-0658087f49c3
* Early integration fixespatacongo2009-05-152-77/+79
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1783 42af7a65-404d-4744-a932-0658087f49c3