mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
task_create now accepts variable number of arguments; 8051 bringup changes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@56 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -11,6 +11,8 @@
|
||||
* Added fgets() and gets() logic; verified c5471 console read.
|
||||
* Corrected error in reading from serial port. Improper
|
||||
use of semaphore can cause deadlock.
|
||||
* Tasks can now accept a configurable maximum number of
|
||||
input parameters (argc)
|
||||
* Attempts to use C5471 console from interrupt handlers
|
||||
can casue errors. Added a special path for this case.
|
||||
* Refuse calls to sem_wait and sem_trywait from interrupt
|
||||
|
||||
Reference in New Issue
Block a user