Gregory Nutt
f73ee9d352
apps/system/netdb would not build unless CONFIG_NETDB_HOSTFILE was defined because it needed gethostbyname. Noted by OrbitalFox
2015-08-21 09:29:38 -06:00
Gregory Nutt
74801cf38e
apps/tools/mkkconfig.sh: The top-level Kconfig file is not auto-generated. The autogenerated Kconfig file will be constructed so that every second level directory that contains a Kconfig file will automatically be sourced
2015-08-11 17:49:10 -06:00
Gregory Nutt
7c13bac893
Replace some C99 style C with NuttX standard C89 style
2015-08-09 09:58:59 -06:00
Gregory Nutt
d63ce7f5bb
readline(): A a configuration option to enable/disable command line history; Additional cosmetic changes from code review
2015-08-09 08:15:23 -06:00
Nghia Ho
c28f521a5e
Added command history using up/down arrow keys.
2015-08-08 20:54:42 -07:00
Gregory Nutt
d699f5766d
Fixes to system/readline/Kconfig
2015-07-30 12:58:03 -06:00
Gregory Nutt
5aa53ea2db
Readline: Fix a configuration dependency. If we are not echoing to the console, then we cannot support tab completion
2015-07-30 12:53:04 -06:00
Gregory Nutt
169c3c77f1
Fix some bad conditional compilation and update some comments
2015-07-30 12:40:39 -06:00
Gregory Nutt
820c5c42dd
readline/NSH: Extend the tab-completion logic so that NSH commands can also be completed by pressing the tab key
2015-07-30 12:11:58 -06:00
Gregory Nutt
f1b4b4d47a
Fix a few mistakes I made on the last commit
2015-07-28 07:30:05 -06:00
Gregory Nutt
766886310d
readline: Update initial readline commit -- make option configurable. Add an interface to de-couple the readline implementation from NSH. Misc. updates for coding style
2015-07-28 07:17:50 -06:00
Nghia Ho
bc1c74387f
Unix style TAB compleition, for builtin apps only
2015-07-27 22:47:24 -07:00
Gregory Nutt
9669fff72b
Fix system/netdb configuration dependency
2015-07-10 14:53:58 -06:00
Gregory Nutt
5abf88abed
Print host aliases too; Change how host name is print; the match might be on a host name alias rather than the actual host name
2015-07-09 09:16:41 -06:00
Gregory Nutt
662620ae50
apps/system/netdb: Fix length argument used with inet_ntop
2015-07-08 16:46:35 -06:00
Gregory Nutt
b63f57b949
Fix an error in the system/netdb Makefile
2015-07-08 16:25:39 -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
19f40c4f0f
Power off support now depends on CONFIG_ARCH_HAVE_POWEROFF
2015-07-03 06:53:26 -06:00
Gregory Nutt
e297b94eae
Modify board_power_off() so that is is called only via boardctl()
2015-07-02 17:10:14 -06:00
Gregory Nutt
8f16c5d32d
system/poweroff: Use prototype for board_power_off() from include/nuttx/board.h, not from non-supported power.h header file
2015-07-02 16:26:27 -06:00
Gregory Nutt
d5b6949c9f
Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation
2015-06-28 08:14:53 -06:00
Gregory Nutt
17a0e206c6
Update README
2015-04-19 07:27:30 -06:00
Gregory Nutt
9e2d46657d
Update comments and README
2015-04-15 16:25:38 -06:00
Gregory Nutt
84fcc41a63
Update README
2015-04-15 11:31:13 -06:00
Gregory Nutt
10fc3ed1ac
configs/sim/src: Add logic to test localtime and TZ database. See apps/system/README.txt for info
2015-04-15 11:00:40 -06:00
Gregory Nutt
4ad24f8903
Update README files
2015-04-15 09:31:44 -06:00
Gregory Nutt
8bdfcf3ada
apps/system/zoneinfo: Remove tzmount command. It violates some OS boundaries
2015-04-15 09:22:03 -06:00
Gregory Nutt
728407b1d3
apps/system/zoneinfo: Add logic to build a ROMFS file system containing the timezone data
2015-04-15 08:39:44 -06:00
Gregory Nutt
a665361197
Prep for 7.9 release
2015-04-14 14:17:55 -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
50deb7ad20
Remove executable flag from more .c and .h files
2015-04-09 08:20:57 -06:00
Gregory Nutt
6e462908ba
apps/system: Clean up Kconfig menuing
2015-04-07 13:23:39 -06:00
Gregory Nutt
0e060f5d2c
Add Olimexino-STM32 board support from David Sidrane
2015-03-20 18:00:10 -06:00
Gregory Nutt
caf4a7ffc6
Fix two uses of DEBUG_COLORATION vs STACK_COLORATION (from David Sidrane). Also some corrected comments
2015-03-05 06:41:14 -06:00
Gregory Nutt
d01dc4fb4c
Fix some warnings in audio code causing by fixing the prototypes of mq_send() and mq_receive()
2015-02-09 12:50:04 -06:00
Gregory Nutt
13854c8b5a
Removed forced enable of CONFIG_READLINE_ECHO in apps/system/readline/readline.h
2015-02-01 13:15:31 -06:00
Gregory Nutt
80c1704d85
Oops missed one reference to DEBUG_STACK
2015-01-24 07:17:56 -06:00
Gregory Nutt
632480ce24
apps/system/lm75: Missing semicolon when floating point enabled
2015-01-06 13:21:56 -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
88c3d8bdda
apps/system/composite: Fix some corrupted conditional compilation that crept in. Looks like some automatated update gone awry.
2014-12-28 19:02:44 -06:00
Gregory Nutt
354524c8c2
apps/system/usbmsc: Fix some corrupted conditional compilation that crept in. Looks like some automatated update gone awry.
2014-12-28 17:09:35 -06:00
Gregory Nutt
4cc9c1901b
Fix some misplaced conditional compilation. From David Sidrane
2014-12-26 08:20:13 -06:00
Gregory Nutt
ad1f59f497
apps/system/cu: Add a some configurable defaults (only to reduce my keystrokes in repetitive testing)
2014-12-13 13:11:06 -06:00
Gregory Nutt
40e2a076fe
Cosmetic fix to a comment
2014-12-13 12:00:19 -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
bffa1da92a
.
2014-12-13 10:34:11 -06:00
Gregory Nutt
8a26497e88
apps/inifile: Filename parameter should be const
2014-12-06 09:14:55 -06:00
Gregory Nutt
b2c867f214
More ccpcheck-related fixes
2014-11-25 17:28:22 -06:00