summaryrefslogtreecommitdiff
path: root/nuttx/arch
Commit message (Expand)AuthorAgeFilesLines
* Adding socket(), bind() logicpatacongo2007-09-011-2/+2
* Added support for socket descriptorspatacongo2007-09-015-10/+10
* smtp now compilespatacongo2007-08-302-14/+12
* Can't call system open(), read(), etc.patacongo2007-08-281-21/+96
* Corrects UIP driver buildpatacongo2007-08-284-143/+231
* Fix timeslice calculationpatacongo2007-08-261-2/+3
* Fix timeslice calculationpatacongo2007-08-261-2/+3
* Adding uIP 1.0patacongo2007-08-266-2/+350
* 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
* SDCC specific changes. Z80 support; re-enable __FILE__ and __LINE__ in assert...patacongo2007-06-091-6/+10
* bash if should end with 'fi' not 'if'patacongo2007-06-061-1/+1
* Add stat()patacongo2007-05-271-1/+0
* typospatacongo2007-05-263-3/+5
* Finish FAT directory operations; add option to disable mountpoints; fix ARM c...patacongo2007-05-261-0/+1
* Add FAT rmdir and unlinkpatacongo2007-05-211-1/+5
* Fix timeslice calculationpatacongo2007-05-205-5/+5
* Support for open of FAT fspatacongo2007-05-192-130/+100
* Improved test FAT filepatacongo2007-05-141-32/+50
* Initial mount integrationpatacongo2007-05-131-2/+2
* Misc. changes to support FAT32 fileysystempatacongo2007-05-131-16/+15
* driver private data should be retained in inode, not filepatacongo2007-05-121-32/+33
* simulated block device now contains a VFAT formated disk imagepatacongo2007-05-124-10/+400
* Reflect changes due to fs structurespatacongo2007-05-091-2/+2
* Reflect changes to fs structurespatacongo2007-05-091-2/+2
* Add simulated block devicepatacongo2007-05-095-4/+208
* 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
* Fix several typos.patacongo2007-04-291-17/+8
* Changes to resulting previous merge of arch/c5471 and arch/dm320 into arch/ar...patacongo2007-04-2912-611/+139
* Initial lpc214x supportpatacongo2007-04-2910-0/+1256
* Documents new arch/arm directorypatacongo2007-04-281-8/+25
* Common ARM supportpatacongo2007-04-2866-0/+11235
* arch/c5471/include and arch/dm320/include are not identical. This is in prep...patacongo2007-04-268-142/+71
* Initial versionpatacongo2007-04-262-0/+239
* Makesystem changes to better support different SoCspatacongo2007-04-254-4/+4
* Misc changes to good c5471 build on Cygwinpatacongo2007-04-222-2/+2
* task_delete() calls sched_unlock(); _exit must keep pre-emption disabled unti...patacongo2007-03-294-1/+46
* updatespatacongo2007-03-271-5/+42
* Board-specific LED logic moved to board-specific directorypatacongo2007-03-271-207/+0
* Move PJRC led support into board-specific logicpatacongo2007-03-272-6/+23
* Remove leftover debug echopatacongo2007-03-271-3/+2