summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* errno now defined to be *get_errno_ptr()patacongo2008-02-011-18/+18
* errno was clobbered by mm_trysemaphore when task existspatacongo2008-01-301-38/+11
* Fix backward conditional compilationpatacongo2008-01-291-8/+8
* Fix bad conditional compilationpatacongo2008-01-291-3/+3
* UART config is untestedpatacongo2008-01-283-10/+12
* Basic Z16F serial driver functionalitypatacongo2008-01-282-2/+2
* Structure serial driver interface to support different interrupt architecturespatacongo2008-01-263-206/+364
* untest z16f codepatacongo2008-01-111-1/+1
* Clean operations are now toolchain specificpatacongo2008-01-101-2/+2
* Make logic reorganized for non-GNU toolchainpatacongo2008-01-081-5/+5
* Reduce make outputpatacongo2008-01-081-1/+1
* ZNeo compiler now workspatacongo2008-01-081-4/+4
* Add support for tools that can't make dependenciespatacongo2008-01-081-4/+3
* Debug z80sim NSH (still doesn't work)patacongo2008-01-013-61/+65
* Changes for SDCC compilerpatacongo2007-12-281-0/+2
* Moved MAC and ethernet definitions to include/net/ethernet.hpatacongo2007-12-111-1/+2
* Release 0.3.4nuttx-3.4patacongo2007-12-101-8/+8
* Clean compile with stats enabledpatacongo2007-12-071-8/+17
* C5471 ethernet driver functional (but sensitive)patacongo2007-12-071-10/+8
* C5471 ethernet debugpatacongo2007-12-061-2/+2
* Debug fixespatacongo2007-12-051-30/+128
* Add C5471 ethernet driver debug instrumentationpatacongo2007-12-041-24/+69
* First clean C5471 Ethernet compilepatacongo2007-12-041-136/+156
* Add c5471 Ethernet driverpatacongo2007-12-043-22/+2051
* Add TELNET front end to NSHpatacongo2007-12-022-1/+4
* Removed unused uIP filespatacongo2007-11-231-0/+3
* Several webserver bugs fixedpatacongo2007-11-205-3/+76
* Add TCP readahead logicpatacongo2007-11-191-0/+2
* Fix probably where packets dropped because there was no recv() in place were ...patacongo2007-11-152-8/+0
* Verified basic client-side network functionalitynuttx-3.0patacongo2007-11-061-28/+24
* Reduce debug output; calibrate DM320 timerpatacongo2007-11-061-26/+60
* DM90x0 driver hooked into DM320patacongo2007-11-041-0/+112
* Changes for clean compile of DM90x0 driver on Neuros OSDpatacongo2007-11-0210-49/+178
* Add DM90x0 driverpatacongo2007-11-022-0/+11
* eliminated a warningpatacongo2007-06-301-0/+2
* script debug was left onpatacongo2007-06-301-1/+1
* Fixed a problem with arch/arm/src dependenciespatacongo2007-06-101-1/+1
* typospatacongo2007-05-261-1/+1
* Finish FAT directory operations; add option to disable mountpoints; fix ARM c...patacongo2007-05-261-0/+1
* Fix timeslice calculationpatacongo2007-05-201-1/+1
* Reflect changes to fs structurespatacongo2007-05-091-2/+2
* Add logic for system timerpatacongo2007-05-055-102/+329
* Add more register definitionspatacongo2007-05-054-138/+268
* Add A/D register definitionspatacongo2007-05-052-14/+49
* Added serial driverpatacongo2007-05-045-17/+732
* Cosmeticpatacongo2007-05-031-3/+3
* Completes coding of basic interrupt handling logicpatacongo2007-05-035-36/+95
* Added some interrupt definitionspatacongo2007-05-026-96/+321
* Added chip infopatacongo2007-05-012-1/+29
* Low level UART supportpatacongo2007-05-014-35/+371