2011-03-26 02:04:10 +01:00
|
|
|
5.19 2011-03-12 Gregory Nutt <spudmonkey@racsa.co.cr>
|
|
|
|
|
|
|
|
* Initial version of the apps/ directory was released as contributed by
|
|
|
|
Uros Platise.
|
|
|
|
|
|
|
|
6.0 2011-03-21 Gregory Nutt <spudmonkey@racsa.co.cr>
|
|
|
|
|
|
|
|
* README.txt -- README cosmetics
|
|
|
|
* hello/ -- hello world minor changes
|
|
|
|
* Makefile -- Makefile cosmetics (I am slowly adding the Darjeeling JVM)
|
|
|
|
* Make.defs -- New file adds common make definitions for applications.
|
|
|
|
* hello/Makefile -- Now uses new Make.defs definitions. Added README.txt.
|
|
|
|
* apps/poweroff -- New application to turn off board power.
|
|
|
|
* Moved NSH library, netutils, and examples from the nuttx/ directory to
|
|
|
|
the apps/ directory
|
|
|
|
* Moved exec_nuttapp machinery into the nuttapp/ directory.
|
|
|
|
|
2011-04-10 20:44:31 +02:00
|
|
|
6.1 2011-04-10 Gregory Nutt <spudmonkey@racsa.co.cr>
|
2011-03-26 02:04:10 +01:00
|
|
|
|
|
|
|
* Creation of auto-generated header files now occurs during the context
|
|
|
|
build phase.
|
|
|
|
* Added sdcard insert and eject, nsh command '?' and some code remarks
|
2011-03-28 15:01:57 +02:00
|
|
|
* Renamed nuttapp to namedapp
|
|
|
|
* namedapp/binfs.c -- Create a tiny filesystem that can be used
|
|
|
|
to show the internal named apps under /bin.
|
2011-04-10 18:08:08 +02:00
|
|
|
* Numerous fixes to build system required to support building with native
|
|
|
|
Windows toolchain.
|
2011-03-28 15:01:57 +02:00
|
|
|
|
2011-05-06 21:04:31 +02:00
|
|
|
6.2 2011-05-06 Gregory Nutt <spudmonkey@racsa.co.cr>
|
|
|
|
|
|
|
|
* apps/examples/nxffs: Add a test a a configuration that will be used to
|
|
|
|
verify NXFFS.
|
|
|
|
|
2011-05-16 01:13:04 +02:00
|
|
|
6.3 2011-05-15 Gregory Nutt <spudmonkey@racsa.co.cr>
|
2011-05-10 17:50:23 +02:00
|
|
|
|
2011-05-10 20:18:19 +02:00
|
|
|
* apps/interpreter: Add a directory to hold interpreters. The Pascal add-
|
2011-05-10 17:50:23 +02:00
|
|
|
on module now installs and builds under this directory.
|
2011-05-10 20:18:19 +02:00
|
|
|
* apps/interpreter/ficl: Added logic to build Ficl (the "Forth Inspired
|
|
|
|
Command Language"). See http://ficl.sourceforge.net/.
|
2011-05-11 02:27:29 +02:00
|
|
|
* apps/netutils/dhcpc, dhcpcd, and tftp. If these directories are included
|
|
|
|
in the configuration but CONFIG_NET_UDP is disable (which is not very wise),
|
|
|
|
then a make error occurs because tools/mkdep.sh is called with no files.
|
2011-05-12 19:42:01 +02:00
|
|
|
* system/free: Move Uros' custom free command from vsn/free
|
|
|
|
* system/install: Add a new install command submitted by Uros Platise.
|
2011-05-14 20:29:27 +02:00
|
|
|
* examples/rgmp. Add a placeholder for an RGMP build example.
|
2011-05-12 21:39:51 +02:00
|
|
|
RGMP is a project for running GPOS and RTOS simultaneously on
|
|
|
|
multi-processor platforms. See http://rgmp.sourceforge.net/wiki/index.php/Main_Page
|
|
|
|
for further information about RGMP. NOTE: This is an empty example
|
2011-05-13 16:39:59 +02:00
|
|
|
on initial check-in.
|
2011-05-16 01:13:04 +02:00
|
|
|
|
2011-06-06 17:56:50 +02:00
|
|
|
6.4 2011-06-06 Gregory Nutt <spudmonkey@racsa.co.cr>
|
2011-05-21 20:25:31 +02:00
|
|
|
|
|
|
|
* nshlib/nsh_netcmds.c: If a network device name and IP address are provided
|
|
|
|
with the ifconfig command, then this command will now set the network address.
|
2011-05-27 17:26:52 +02:00
|
|
|
(Contributed by Yu Qiang).
|
2011-06-02 01:09:29 +02:00
|
|
|
* netutils/ftpc: A library to support client-side FTP.
|
|
|
|
* examples/ftpc: A simple add-on to the NSH. From NSH, you can start
|
|
|
|
this simple FTP shell to transfer files to/from a remote FTP server.
|
|
|
|
|
2011-06-21 17:20:14 +02:00
|
|
|
6.5 2011-06-21 Gregory Nutt <spudmonkey@racsa.co.cr>
|
2011-06-13 17:43:56 +02:00
|
|
|
|
|
|
|
* netutils/ftpc: Simpflication and size reduction.
|
2011-06-21 17:20:14 +02:00
|
|
|
|
2011-07-11 16:21:05 +02:00
|
|
|
6.6 2011-07-11 Gregory Nutt <spudmonkey@racsa.co.cr>
|
2011-06-21 17:20:14 +02:00
|
|
|
|
2011-06-22 17:22:56 +02:00
|
|
|
* Make.defs, namedapp/namedapp.c: Several structural changes made to get a
|
|
|
|
clean compile under the ez80 ZDS-II toolchain (no design changes).
|
2011-07-07 20:40:15 +02:00
|
|
|
* apps/examples/buttons: Add a test for the new standardized button interfaces
|
2011-07-08 18:36:26 +02:00
|
|
|
* apps/examples/nxtext: Add another NX graphics test. This one focus on
|
|
|
|
placing text on the background while pop-up windows occur. Text should
|
2011-07-11 16:21:05 +02:00
|
|
|
continue to update normally with or without the popup windows present.
|
|
|
|
|
|
|
|
6.7 2011-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
|
|
|
|
|
2011-07-16 17:52:15 +02:00
|
|
|
* apps/examples/nx and nxtext: These examples can now be built as NSH
|
|
|
|
"built-in" commands.
|
2011-07-19 00:22:02 +02:00
|
|
|
* apps/examples/nxhello: The simplest graphics example: It just says
|
|
|
|
"Hello, World!" in the center of the display. This example can also be
|
|
|
|
built as an NSH "built-in" command.
|
2011-07-20 04:13:08 +02:00
|
|
|
* apps/examples/nx, ntext, and nxhello: All updated to use the new
|
|
|
|
NuttX font interfaces.
|
2011-07-21 02:01:41 +02:00
|
|
|
* apps/examples/nximage: Another super simple graphics example: It just puts
|
|
|
|
the NuttX logo in the center of the display. This example can also be
|
|
|
|
built as an NSH "built-in" command.
|
2011-07-22 22:12:50 +02:00
|
|
|
* apps/examples/usbstorage: Can now be built as two NSH "built-in" commands:
|
|
|
|
'msconn' will connect the USB mass storage device; 'msdis' will disconnect
|
|
|
|
the USB storage device.
|
|
|
|
|