patacongo
|
475e731751
|
Add environment variable function
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@294 42af7a65-404d-4744-a932-0658087f49c3
|
2007-06-30 19:39:17 +00:00 |
|
patacongo
|
09a3864fd5
|
Add basic tasking support for environment variables
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@291 42af7a65-404d-4744-a932-0658087f49c3
|
2007-06-30 17:05:44 +00:00 |
|
patacongo
|
aca030153f
|
Add support for custom system timer frequency
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@274 42af7a65-404d-4744-a932-0658087f49c3
|
2007-06-09 15:49:44 +00:00 |
|
patacongo
|
c574123ca4
|
Fixed nsec calculation
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@269 42af7a65-404d-4744-a932-0658087f49c3
|
2007-06-07 00:14:35 +00:00 |
|
patacongo
|
637618e8bb
|
Removed redundant interrupt disable
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@268 42af7a65-404d-4744-a932-0658087f49c3
|
2007-06-07 00:08:40 +00:00 |
|
patacongo
|
a54e55c432
|
Don't build sleep() or usleep() if signals are disabled
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@267 42af7a65-404d-4744-a932-0658087f49c3
|
2007-06-07 00:03:36 +00:00 |
|
patacongo
|
955bf72f06
|
Fat dir operations seem to work
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@254 42af7a65-404d-4744-a932-0658087f49c3
|
2007-05-26 22:37:57 +00:00 |
|
patacongo
|
84e1cf94cf
|
Finish FAT directory operations; add option to disable mountpoints; fix ARM compile errors
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@252 42af7a65-404d-4744-a932-0658087f49c3
|
2007-05-26 19:22:34 +00:00 |
|
patacongo
|
341cf6f778
|
Did not re-enable interrupts
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@238 42af7a65-404d-4744-a932-0658087f49c3
|
2007-05-20 16:59:40 +00:00 |
|
patacongo
|
28c3d07135
|
Fix timeslice calculation
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@232 42af7a65-404d-4744-a932-0658087f49c3
|
2007-05-20 15:43:53 +00:00 |
|
patacongo
|
d2410c93c6
|
Fix another potential pthread_join race condition
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@181 42af7a65-404d-4744-a932-0658087f49c3
|
2007-03-30 13:11:19 +00:00 |
|
patacongo
|
f29250c671
|
Correct a race condition in the pthread join logic. Sometimes the join structure was being deallocated while it was still needed.
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@180 42af7a65-404d-4744-a932-0658087f49c3
|
2007-03-30 00:49:11 +00:00 |
|
patacongo
|
b1127822ed
|
Fix bugs detected by timed mqueue test.
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@178 42af7a65-404d-4744-a932-0658087f49c3
|
2007-03-29 23:43:54 +00:00 |
|
patacongo
|
63f134f988
|
Wrong task state
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@175 42af7a65-404d-4744-a932-0658087f49c3
|
2007-03-29 14:22:29 +00:00 |
|
patacongo
|
b1d5b6899a
|
Signal mask is now inherited by both child tasks and threads; this has the side-effect of changing the initia
l state of all signals from blocked to unblocked.
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@173 42af7a65-404d-4744-a932-0658087f49c3
|
2007-03-29 13:34:37 +00:00 |
|
patacongo
|
2aab4d3c3a
|
Unmatched sched_lock()/sched_unlock()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@172 42af7a65-404d-4744-a932-0658087f49c3
|
2007-03-29 13:32:13 +00:00 |
|
patacongo
|
b765d17818
|
Don't allow signals to wake up blocked task if the signal is blocked.
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@171 42af7a65-404d-4744-a932-0658087f49c3
|
2007-03-29 13:31:08 +00:00 |
|
patacongo
|
54339607da
|
Block signals while pthread exits.
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@170 42af7a65-404d-4744-a932-0658087f49c3
|
2007-03-29 13:29:29 +00:00 |
|
patacongo
|
0c2ff4a47c
|
typo
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@169 42af7a65-404d-4744-a932-0658087f49c3
|
2007-03-29 13:28:27 +00:00 |
|
patacongo
|
56f7399200
|
Added mq_timedsend() and mq_timedreceive()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@166 42af7a65-404d-4744-a932-0658087f49c3
|
2007-03-29 13:25:18 +00:00 |
|
patacongo
|
5f5d5496d9
|
Update mq_send() and mq_receive() description
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@165 42af7a65-404d-4744-a932-0658087f49c3
|
2007-03-28 16:00:57 +00:00 |
|
patacongo
|
3e352ca10b
|
mq_receive/send: Return appropriate errnos and stop waiting if signal received.
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@164 42af7a65-404d-4744-a932-0658087f49c3
|
2007-03-28 14:48:42 +00:00 |
|
patacongo
|
16e8906ed5
|
Add logic to protect the user task errno when errno access are performed from interrupt handlers.
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@141 42af7a65-404d-4744-a932-0658087f49c3
|
2007-03-24 15:56:27 +00:00 |
|
patacongo
|
768a214d63
|
Don't all sched_setparam; call up_prrioritize_rtr directly
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@137 42af7a65-404d-4744-a932-0658087f49c3
|
2007-03-24 15:52:45 +00:00 |
|
patacongo
|
b282cd3f42
|
Correct errno handling
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@136 42af7a65-404d-4744-a932-0658087f49c3
|
2007-03-24 15:51:50 +00:00 |
|
patacongo
|
e689e148e8
|
Added pthread_setschedprio()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@135 42af7a65-404d-4744-a932-0658087f49c3
|
2007-03-24 15:51:01 +00:00 |
|
patacongo
|
7a1f5f61bd
|
Add new pthread_* APIs
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@134 42af7a65-404d-4744-a932-0658087f49c3
|
2007-03-23 23:22:22 +00:00 |
|
patacongo
|
1e8eaa90c1
|
Fix memory leaks
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@133 42af7a65-404d-4744-a932-0658087f49c3
|
2007-03-23 16:06:22 +00:00 |
|
patacongo
|
a2c26f080a
|
argv parameter should be 'const'
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@130 42af7a65-404d-4744-a932-0658087f49c3
|
2007-03-23 16:03:28 +00:00 |
|
patacongo
|
fb91e7397a
|
timer_gettime was not returning the right value for it_interval
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@116 42af7a65-404d-4744-a932-0658087f49c3
|
2007-03-21 20:03:32 +00:00 |
|
patacongo
|
b7b7b17b6b
|
This achieves successful DM320 boot with a minimal system
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@115 42af7a65-404d-4744-a932-0658087f49c3
|
2007-03-21 20:02:52 +00:00 |
|
patacongo
|
28a4afaf3a
|
Added support for POSIX timers
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@111 42af7a65-404d-4744-a932-0658087f49c3
|
2007-03-21 17:21:26 +00:00 |
|
patacongo
|
30d90deedf
|
Add the framework to support POSIX timers
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@110 42af7a65-404d-4744-a932-0658087f49c3
|
2007-03-21 00:56:49 +00:00 |
|
patacongo
|
96edde22e0
|
Changes for the SDCC compiler
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@109 42af7a65-404d-4744-a932-0658087f49c3
|
2007-03-20 19:04:01 +00:00 |
|
patacongo
|
8b098e598a
|
Add kill()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@108 42af7a65-404d-4744-a932-0658087f49c3
|
2007-03-20 19:03:11 +00:00 |
|
patacongo
|
3f1b80218e
|
Restructure header files for POSIX compliance; eliminate compile warnings
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@107 42af7a65-404d-4744-a932-0658087f49c3
|
2007-03-20 16:51:12 +00:00 |
|
patacongo
|
20970888b7
|
Keep interrupts disabled until we sample errno
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@97 42af7a65-404d-4744-a932-0658087f49c3
|
2007-03-19 16:39:14 +00:00 |
|
patacongo
|
51a1c4572a
|
Cosmetic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@96 42af7a65-404d-4744-a932-0658087f49c3
|
2007-03-19 16:38:47 +00:00 |
|
patacongo
|
afefdcd042
|
Should call free(), not sched_free() in this context
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@91 42af7a65-404d-4744-a932-0658087f49c3
|
2007-03-19 14:23:58 +00:00 |
|
patacongo
|
50dcba1464
|
Interrupts must be disabled in all low level context switches
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@89 42af7a65-404d-4744-a932-0658087f49c3
|
2007-03-19 14:22:43 +00:00 |
|
patacongo
|
efa050ddfa
|
Fix botched conditional compilation
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@83 42af7a65-404d-4744-a932-0658087f49c3
|
2007-03-17 22:43:36 +00:00 |
|
patacongo
|
31a5535de1
|
Fix another backward memcpy
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@82 42af7a65-404d-4744-a932-0658087f49c3
|
2007-03-17 22:40:30 +00:00 |
|
patacongo
|
9fb9a09c83
|
Add test of roundrobin scheduler (still does not work)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@81 42af7a65-404d-4744-a932-0658087f49c3
|
2007-03-17 21:32:21 +00:00 |
|
patacongo
|
238334bcd9
|
Add strerror()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@80 42af7a65-404d-4744-a932-0658087f49c3
|
2007-03-17 16:18:49 +00:00 |
|
patacongo
|
4980389bdb
|
Bad memcpy!
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@71 42af7a65-404d-4744-a932-0658087f49c3
|
2007-03-16 22:03:14 +00:00 |
|
patacongo
|
08199e1216
|
Add 8052 IRQ test; Fix places where IDLE task could try to wait on semaphores
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@61 42af7a65-404d-4744-a932-0658087f49c3
|
2007-03-14 18:58:21 +00:00 |
|
patacongo
|
8f7e5ad85e
|
8052 context switch/interrupt integration; pthread arg setup changed
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@60 42af7a65-404d-4744-a932-0658087f49c3
|
2007-03-13 23:03:12 +00:00 |
|
patacongo
|
b1598a0052
|
8051 integration
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@59 42af7a65-404d-4744-a932-0658087f49c3
|
2007-03-13 14:08:18 +00:00 |
|
patacongo
|
d2b2a82171
|
Divided _task_init() in several smaller functions that take fewer paramters. 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
|
2007-03-11 22:19:01 +00:00 |
|
patacongo
|
38c48d998a
|
Fixed 8051 printf bug
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@57 42af7a65-404d-4744-a932-0658087f49c3
|
2007-03-11 21:16:56 +00:00 |
|