Alin Jerpelea
ec339bc49a
Makefiles: Gregory Nutt: update licenses to Apache
...
Gregory Nutt is the copyright holder for those files and he has submitted the
SGA as a result we can migrate the licenses to Apache.
Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
2021-06-07 21:35:33 -05:00
Sebastien Lorquet
7ca5478da3
Rearrange to eliminate Kmenu files
2016-06-09 08:59:16 -06:00
Sebastien Lorquet
b354a41fd4
Use directory.mk for recursive dir makefiles
2016-06-02 16:25:51 +02:00
Gregory Nutt
fd5d0e19dc
Remove apps/system/sdcard
2016-03-30 18:19:27 -06:00
Gregory Nutt
3ef9b14738
Move apps/examples/ubloxmodem to apps/system/ubloxmodem
2016-01-31 09:35:42 -06:00
Gregory Nutt
a1cbc92b4f
Be courageous: system/ramtron completely removed. It is an inappropriate application
2016-01-27 10:38:14 -06:00
Gregory Nutt
27a55f36d6
Move system/inifile to fsutils/inifile
2016-01-20 17:10:55 -06:00
Gregory Nutt
2ff6775ac9
Add the hexed command line hex editor. See http://apps.venomdev.net/hexed/
2015-11-21 18:32:04 -06:00
Gregory Nutt
c7d8ef0f7c
Move logic from nuttx/libc/symtab to apps/system/symtab
2015-08-23 11:59:07 -06:00
Gregory Nutt
05f608322e
Add a command to access the network database
2015-07-08 16:02:18 -06:00
Gregory Nutt
5ff7234707
Remove the system/sysinfo command
2015-07-04 15:17:36 -06:00
Gregory Nutt
5dc87f85eb
Remove the apps/system/poweroff command; it is replaces with the NSH shutdown command
2015-07-04 08:23:02 -06:00
Gregory Nutt
755c8f8a7f
apps/system/zoneinfo: All logic to build timezone info. Does not do much else yet
2015-04-14 11:21:20 -06:00
Gregory Nutt
40d2de6b83
Add a tiny system application to read the current temperature
2015-01-06 12:31:33 -06:00
Gregory Nutt
dabe412e70
Add a minimalist implemention of the 'cu' terminal program (part of Taylor UUCP for ages). Using it, you can simply open a serial port and interact with it. Using '~.' you can leave the terminal program and drop back to nsh.
...
This might come in handy for other people that have e.g. GSM modems, GPS receivers or other devices with text based serial communications attached to their Nuttx systems.
2014-12-13 10:36:37 -06:00
Gregory Nutt
d6bcd1a93a
Add an install target to all makefiles. For the import build, the top-level Makefile now does two passes: (1) builds libapp.a, then (2) installs the programs (not yet finished)
2014-09-06 08:00:47 -06:00
Gregory Nutt
66f1722ff7
Add a Sudoku game
2014-08-11 19:27:48 -06:00
Gregory Nutt
721dc008e8
Add support for a network device IOCTL to access PHY registers. Ioctls only implemented for STM32. From Lazlo
2014-06-27 09:30:41 -06:00
Gregory Nutt
2b01e7c297
Add conversion of Intel HEX to binary
2014-06-15 12:07:27 -06:00
Gregory Nutt
82d71bb439
Add an EMACS-like command line editor that can be used wit NSH
2014-02-02 10:25:53 -06:00
Gregory Nutt
e5a0a2fafb
apps/system/vi: Add new tiny VI work-alike editor. Still a work in progress.
2014-01-20 13:17:21 -06:00
Gregory Nutt
d97b9dac6d
Add a tiny INI file parser
2014-01-15 17:52:06 -06:00
Gregory Nutt
96a778cf46
Add apps/system/nxplayer media player from Ken Pettit
2013-10-27 07:23:01 -06:00
Gregory Nutt
5f16a8c304
Mov apps/examples/composite to apps/system/composite; convert configs/stm3210e-eval/composite to use kconfig-frontend tools -- untested
2013-09-25 18:50:14 -06:00
Gregory Nutt
4bfd7f7f5e
Move apps/examples/cdcacm to apps/system/cdcacm
2013-09-25 17:23:03 -06:00
Gregory Nutt
edde864e45
Move apps/examples/usbmsc to apps/system/usbmsc
2013-09-25 16:54:39 -06:00
Gregory Nutt
2c39b81178
Add a stack monitoring daemon
2013-09-24 11:46:49 -06:00
Gregory Nutt
551af554c0
Build/test framework for the Zmodem sz and rz commands which are on their way
2013-07-12 16:01:37 -06:00
Gregory Nutt
e78cafe428
Add system/flash_eraseall NSH command
2013-05-01 07:45:34 -06:00
patacongo
b9e8b5654a
Misc fixes to get SDRAM support and RAM test to build for the Open1788 platform
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5793 42af7a65-404d-4744-a932-0658087f49c3
2013-03-27 14:28:43 +00:00
patacongo
e26439df4d
Beginning of apps/system/usbmonitor (incomplete); more LM4F changes from JP
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5577 42af7a65-404d-4744-a932-0658087f49c3
2013-01-28 18:45:09 +00:00
patacongo
ee7d4f64c1
Remove some dependencies of distclean on clean. This should not be necessary in higher level makefiles and should speed up make distclean
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5453 42af7a65-404d-4744-a932-0658087f49c3
2012-12-23 17:35:06 +00:00
patacongo
1212322080
Mostly cosmetic build changes
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5362 42af7a65-404d-4744-a932-0658087f49c3
2012-11-16 14:13:04 +00:00
patacongo
fdd281eaff
Fix various build-related typos
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5358 42af7a65-404d-4744-a932-0658087f49c3
2012-11-15 19:22:47 +00:00
patacongo
5d5c040379
Simple window natives OS test build now works; Probabaly more to do for other configs; clean targets still have problems
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5355 42af7a65-404d-4744-a932-0658087f49c3
2012-11-14 20:59:36 +00:00
patacongo
2bb1ecab3c
Delete the apps/vsn directory (moved commands to apps/system)
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5208 42af7a65-404d-4744-a932-0658087f49c3
2012-10-03 23:36:54 +00:00
patacongo
0e61e7ff2a
Cosmetic updates to the ENC28J60 driver
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5161 42af7a65-404d-4744-a932-0658087f49c3
2012-09-18 18:32:31 +00:00
patacongo
fe6136766a
Move lib/stdio/lib_fgets.c to apps/system/readline; simplify fgets(); use readline instead of fgets in NSH
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4356 42af7a65-404d-4744-a932-0658087f49c3
2012-02-01 19:07:57 +00:00
patacongo
1008ae7196
Add framework for I2C tools
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3923 42af7a65-404d-4744-a932-0658087f49c3
2011-08-29 20:12:03 +00:00
patacongo
888e1e7350
Incorporate install app from Uros
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3594 42af7a65-404d-4744-a932-0658087f49c3
2011-05-12 14:49:46 +00:00