mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4200 7fd9a85b-ad96-42d3-883c-3090e2eb8679
32 lines
1.1 KiB
Plaintext
32 lines
1.1 KiB
Plaintext
pascal-0.1.0 2008-01-07 Gregory Nutt <spudmonkey@racsa.co.cr>
|
|
|
|
* Initial release
|
|
|
|
pascal-0.1.1 2008-02-01 Gregory Nutt <spudmonkey@racsa.co.cr>
|
|
|
|
* Correct some errors in the NuttX installation logic
|
|
|
|
pascal-0.1.2 2008-02-10 Gregory Nutt <spudmonkey@racsa.co.cr>
|
|
|
|
* Add logic to build and link with the ZDS-II toolchain
|
|
use with the z16f.
|
|
* Make sure that POFF header structures are aligned
|
|
* Standardized POFF file format to big-endian
|
|
* Break up large switch statements to lower complexity
|
|
and eliminate a compiler bug
|
|
* Changes so that runtime compiles with SDCC.
|
|
|
|
pascal-2.0 2009-12-21 Gregory Nutt <spudmonkey@racsa.co.cr>
|
|
|
|
* Updated to use standard C99 types in stdint.h and
|
|
stdbool.h. This change was necessary for compatibility
|
|
with NuttX-5.0 (any beyond).
|
|
|
|
pascal-3.0 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
|
|
|
|
* nuttx/: The Pascal add-on module now installs and builds under the
|
|
apps/interpreters directory. This means that the pascal-3.0 module is
|
|
incompatible with will all releases of NuttX prior to nuttx-6.0 where the
|
|
apps/ module was introduced.
|
|
|