summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Collapse)AuthorAgeFilesLines
* updatesnuttx-1.2patacongo2007-03-192-14/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@99 42af7a65-404d-4744-a932-0658087f49c3
* Typo in namingpatacongo2007-03-192-5/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@98 42af7a65-404d-4744-a932-0658087f49c3
* Keep interrupts disabled until we sample errnopatacongo2007-03-191-1/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@97 42af7a65-404d-4744-a932-0658087f49c3
* Cosmeticpatacongo2007-03-192-2/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@96 42af7a65-404d-4744-a932-0658087f49c3
* Must preserve the value of errno; it can be changed by signal handlingpatacongo2007-03-192-3/+33
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@95 42af7a65-404d-4744-a932-0658087f49c3
* Updatepatacongo2007-03-192-8/+28
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@94 42af7a65-404d-4744-a932-0658087f49c3
* updatepatacongo2007-03-191-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@93 42af7a65-404d-4744-a932-0658087f49c3
* Improved commentspatacongo2007-03-191-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@92 42af7a65-404d-4744-a932-0658087f49c3
* Should call free(), not sched_free() in this contextpatacongo2007-03-191-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@91 42af7a65-404d-4744-a932-0658087f49c3
* Reference count field was not being initializedpatacongo2007-03-191-3/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@90 42af7a65-404d-4744-a932-0658087f49c3
* Interrupts must be disabled in all low level context switchespatacongo2007-03-197-17/+58
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@89 42af7a65-404d-4744-a932-0658087f49c3
* Cannot use dbg() macro in middle of context switch if output is to console ↵patacongo2007-03-198-23/+28
| | | | | | driver git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@88 42af7a65-404d-4744-a932-0658087f49c3
* Verified roundrobin testpatacongo2007-03-173-6/+25
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@87 42af7a65-404d-4744-a932-0658087f49c3
* Fix typo in namepatacongo2007-03-173-6/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@86 42af7a65-404d-4744-a932-0658087f49c3
* Add special handling for idle task stack dumppatacongo2007-03-171-3/+15
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@85 42af7a65-404d-4744-a932-0658087f49c3
* Minor test improvementspatacongo2007-03-171-4/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@84 42af7a65-404d-4744-a932-0658087f49c3
* Fix botched conditional compilationpatacongo2007-03-172-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@83 42af7a65-404d-4744-a932-0658087f49c3
* Fix another backward memcpypatacongo2007-03-171-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@82 42af7a65-404d-4744-a932-0658087f49c3
* Add test of roundrobin scheduler (still does not work)patacongo2007-03-1710-27/+265
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@81 42af7a65-404d-4744-a932-0658087f49c3
* Add strerror()patacongo2007-03-177-140/+501
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@80 42af7a65-404d-4744-a932-0658087f49c3
* Added serial console driver for dm320patacongo2007-03-177-13/+804
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@79 42af7a65-404d-4744-a932-0658087f49c3
* Add pthread_equal()patacongo2007-03-161-0/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@78 42af7a65-404d-4744-a932-0658087f49c3
* updatepatacongo2007-03-161-6/+48
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@77 42af7a65-404d-4744-a932-0658087f49c3
* updatepatacongo2007-03-161-1/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@76 42af7a65-404d-4744-a932-0658087f49c3
* Move common parts of C5471 into drivers/ so it can be used by other platforms.patacongo2007-03-165-768/+1171
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@75 42af7a65-404d-4744-a932-0658087f49c3
* Define 'inline' for SDCC so that code can use the inline storage class if ↵patacongo2007-03-161-0/+2
| | | | | | not supported git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@74 42af7a65-404d-4744-a932-0658087f49c3
* Remove some defines that belong in limits.hpatacongo2007-03-161-2/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@73 42af7a65-404d-4744-a932-0658087f49c3
* Fix SDCC compilation problemspatacongo2007-03-164-1/+21
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@72 42af7a65-404d-4744-a932-0658087f49c3
* Bad memcpy!patacongo2007-03-161-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@71 42af7a65-404d-4744-a932-0658087f49c3
* Bug fix: Cannot call free from null task (it might need to wait). Call ↵patacongo2007-03-161-1/+1
| | | | | | sched_free instead git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@70 42af7a65-404d-4744-a932-0658087f49c3
* Initial versionpatacongo2007-03-1650-0/+6840
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@68 42af7a65-404d-4744-a932-0658087f49c3
* updatepatacongo2007-03-161-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@67 42af7a65-404d-4744-a932-0658087f49c3
* Add C5471 watchdog driverpatacongo2007-03-165-1/+461
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@66 42af7a65-404d-4744-a932-0658087f49c3
* updatepatacongo2007-03-151-0/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@65 42af7a65-404d-4744-a932-0658087f49c3
* Documentation updatepatacongo2007-03-154-46/+251
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@64 42af7a65-404d-4744-a932-0658087f49c3
* Add 'ls' command to nshpatacongo2007-03-146-23/+98
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@63 42af7a65-404d-4744-a932-0658087f49c3
* Added opendir, readdir, closedir, etc.patacongo2007-03-1425-388/+1847
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@62 42af7a65-404d-4744-a932-0658087f49c3
* Add 8052 IRQ test; Fix places where IDLE task could try to wait on semaphoresnuttx-1.1patacongo2007-03-1419-93/+570
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@61 42af7a65-404d-4744-a932-0658087f49c3
* 8052 context switch/interrupt integration; pthread arg setup changedpatacongo2007-03-1318-139/+333
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@60 42af7a65-404d-4744-a932-0658087f49c3
* 8051 integrationpatacongo2007-03-1319-156/+722
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@59 42af7a65-404d-4744-a932-0658087f49c3
* Divided _task_init() in several smaller functions that take fewer paramters. ↵patacongo2007-03-119-353/+628
| | | | | | This was necessary to reduce the stack usage for the 8051/2 which has a tiny, 256 byte stack git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@58 42af7a65-404d-4744-a932-0658087f49c3
* Fixed 8051 printf bugpatacongo2007-03-1110-26/+120
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@57 42af7a65-404d-4744-a932-0658087f49c3
* task_create now accepts variable number of arguments; 8051 bringup changespatacongo2007-03-1131-291/+729
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@56 42af7a65-404d-4744-a932-0658087f49c3
* Updatedpatacongo2007-03-101-3/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@55 42af7a65-404d-4744-a932-0658087f49c3
* Add to nsh, add limits.h, gets, strtok, strtok_rpatacongo2007-03-1014-38/+954
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@54 42af7a65-404d-4744-a932-0658087f49c3
* Initial versionpatacongo2007-03-102-0/+169
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@52 42af7a65-404d-4744-a932-0658087f49c3
* Fix IRQ-related bugs, fix serial read logic, add fgetspatacongo2007-03-1011-26/+435
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@51 42af7a65-404d-4744-a932-0658087f49c3
* Updatedpatacongo2007-03-091-18/+83
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@50 42af7a65-404d-4744-a932-0658087f49c3
* C5471 documentationpatacongo2007-03-091-0/+164
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@49 42af7a65-404d-4744-a932-0658087f49c3
* Finished C5471 Integrationnuttx-1.0patacongo2007-03-098-61/+75
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@48 42af7a65-404d-4744-a932-0658087f49c3