Skip to content
Snippets Groups Projects
Commit aca78c3f authored by patacongo's avatar patacongo
Browse files

Updated

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@55 42af7a65-404d-4744-a932-0658087f49c3
parent aab0d08d
No related branches found
No related tags found
No related merge requests found
......@@ -8,11 +8,14 @@
* Corrected an error in interrupt level context switching
for C5471
* Added fgets logic; verified console read.
* Added fgets() and gets() logic; verified c5471 console read.
* Corrected error in reading from serial port. Improper
use of semaphore can cause deadlock.
* Attempts to use C5471 console from interrupt handlers
can casue errors. Added a special path for this case.
* Refuse callse to sem_wait and sem_trywait from interrupt
handlers.
* Refuse calls to sem_wait and sem_trywait from interrupt
handlers. This was happening because interrupt handlers
were calling printf-like functions.
* Added strtok() and strtok_r()
* Added a simple shell called nsh (see examples/nsh).
* Documentation updates
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment