Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Delete "Work In Progress" warning; This version of NuttX has been released.

Table of Contents

Work In Progress

Warning
titleWork In Progress
NuttX 10.0 has not been released yet. These Release Notes are a work-in-progress in preparation for the next release of NuttX.  There is a board tracking the PRs that need to be looked at to add to this doc for the OS TODO ADD LINK and for the Apps TODO ADD LINK

What's New In This Release

...

PR-1187 sched: Unify main thread and pthread behavior

PR-2263 libc/stdio: Preallocate stdin, stdout, stderr

PR-2053 PR-2040 serial/termios: Support custom baudrate setting

Bug Fixes

PR-1911 init_section was not being emitted resulting in C++ static constructors not being called.

...

PR-2229 PR-2298 PR-2279 PR-2272 PR-2264 PR-1992 PR-2022 sched: SMP fixups that caused locking and removal of some no longer required workarounds

PR-1993 libc: Skip close stdin/stdout/stderr in fclose

PR-1997 libc: Remove all calls to fclose with stdin/stdout/stderr with fclose


Major Changes to Documentation

...

PR-1682 configure.sh can now list configurations with "-L" option

PR-2023 tools: Remove WSL configruation.  This is just Linux now.

Bug Fixes

PR-1713 Fix export target: libboard was missing KERNEL flag.

...