mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 13:18:50 +08:00
Sim target no longer uses Linux syscalls; works with Cygwin
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@759 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
a774665436
commit
39ad8318d3
1 changed files with 7 additions and 6 deletions
|
@ -1008,12 +1008,13 @@ buildroot-0.1.0 2007-03-09 <spudmonkey@racsa.co.cr>
|
|||
<pre><ul>
|
||||
nuttx-0.3.11 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
|
||||
|
||||
* FEATURE: Add support for recursive mutexes.
|
||||
* BUGFIX: Eliminate a memory leak -- contained watchdog instance was not
|
||||
being deleted with a POSIX timer was deleted reported by kwonsk.
|
||||
* BUGFIX: Eliminate a deadlock condition in opendir() reported by kwonsk.
|
||||
* BUGFIX: Fix several FAT filesystem problems reported by kwonsk (Changes
|
||||
not yet verified).
|
||||
* Add support for recursive mutexes.
|
||||
* Eliminate a memory leak -- contained watchdog instance was not being
|
||||
deleted with a POSIX timer was deleted reported by kwonsk.
|
||||
* Eliminate a deadlock condition in opendir() reported by kwonsk.
|
||||
* Fix several FAT filesystem problems reported by kwonsk (Changes not yet
|
||||
verified).
|
||||
* Host simulator no longer uses Linux system calls directly; Now works with Cygwin.
|
||||
|
||||
pascal-0.1.3 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
|
||||
|
||||
|
|
Loading…
Reference in a new issue