Commit Graph

374 Commits

Author SHA1 Message Date
Gregory Nutt
656e730f8f apps/system/ramtron has been removed. 2016-01-27 10:39:30 -06:00
Gregory Nutt
382e00b294 Update some configurations 2016-01-22 10:43:56 -06:00
Gregory Nutt
2f005d9b53 Password file is now in base64, not hex 2016-01-21 16:28:09 -06:00
Gregory Nutt
fff73ea68f Update README 2016-01-21 08:55:09 -06:00
Gregory Nutt
63c7d86d66 Update README 2016-01-20 18:42:38 -06:00
Gregory Nutt
9535c909d3 Rename CONFIG_SYSTEM_INIFILE to CONFIG_FSUTILS_INIFILE 2016-01-20 17:11:48 -06:00
Gregory Nutt
a1b4b2d032 Fix some typos in ROMFS image source; update README; NSH configuratin is now password protected 2016-01-20 14:36:58 -06:00
Gregory Nutt
47ce7b929c sim/nsh: Correct path to passwd file in ROMFS. Make passwd file as read-only 2016-01-20 13:02:52 -06:00
Gregory Nutt
814eadc1c2 sim: No supports a custom ROMFS startup structure that now also includes a passwd file. Has hooks for an MOTD. 2016-01-20 12:27:59 -06:00
Gregory Nutt
004f4b8896 All bash scripts should be marked executable 2016-01-15 07:54:27 -06:00
Gregory Nutt
9e548d34c3 mkdeps.sh and mkdeps.bat have been deleted. All configurations must now use the compiler mkeps prograqm 2016-01-09 16:06:15 -06:00
Gregory Nutt
5ad57111af sim/nsh: hello task sometimes needs a larger stack size or things get clobbered when calling into the system write() interface 2016-01-05 17:22:59 -06:00
Gregory Nutt
697bc47187 Refresh configuration; update README 2015-12-30 12:36:53 -06:00
Gregory Nutt
b90f5ba7f4 Remove CONFIG_DISCRETE_IO from all defconfig files 2015-12-15 08:41:10 -06:00
Gregory Nutt
54ea059beb Add new boardctl() command to set OS symbol table 2015-12-13 08:13:15 -06:00
Gregory Nutt
9a4192d22b Remove CONFIG_NET_PINGADDRCONF. This was a uIP way of assigning IP addresses, but is not standard and not a appropriate feature in general. 2015-12-01 07:47:41 -06:00
Gregory Nutt
5926a09498 Update README 2015-11-30 13:05:14 -06:00
Gregory Nutt
1216398f62 sam: Refresh all configurations: Enable PROCFS and NSH_ARCHINIT in all NSH configurations 2015-11-29 13:52:50 -06:00
Gregory Nutt
b9a26bae77 Move up_appinit.c to configs/sim/src where it belongs. Add logic to automatically mount the procfs file system if it is enabled. 2015-11-29 13:30:12 -06:00
Gregory Nutt
2eff9aa773 Enable procfs file system in sim/nsh configuration 2015-11-28 07:01:31 -06:00
Gregory Nutt
87530bf910 Enable /dev/zero and /dev/loop in sim/nsh configuration 2015-11-26 06:58:09 -06:00
Gregory Nutt
651bd9e8ad Rename CONFIG_LOOP to CONFIG_DEV_LOOP 2015-11-25 17:11:27 -06:00
Gregory Nutt
e687a9f1b9 sim/nsh: Enable NSH data command and extended time functions 2015-11-25 11:53:42 -06:00
Gregory Nutt
6cb20d3fba Standardize the width of all comment boxes in header files 2015-10-02 17:47:56 -06:00
Gregory Nutt
4c40db9586 Trivial changes from code review 2015-10-02 11:31:27 -06:00
Gregory Nutt
4f60d78d56 SAMV71-XULT: Add support for the NSH network monitor 2015-09-25 10:14:40 -06:00
Gregory Nutt
94a014085a Update the simulator README.txt file 2015-09-24 14:53:30 -06:00
Gregory Nutt
264f3bea65 Update README file 2015-09-10 13:08:32 -06:00
Paul A. Patience
55d8aee826 Simplify configs/ Makefiles by combining common longic into a new board.mk Makefile fragment. For Paul A. Patience" 2015-09-04 16:42:34 -06:00
Paul A. Patience
81268bb75c Add -Wundef warning flag 2015-09-01 13:19:57 -04:00
Gregory Nutt
00f8521e57 Refresh all nettest configuration 2015-08-26 14:36:17 -06:00
Gregory Nutt
42771a792f Refresh a configureatin 2015-08-24 13:47:13 -06:00
Gregory Nutt
bc9b901e13 Update README 2015-08-18 07:24:37 -06:00
Gregory Nutt
85b0c705e8 Add support for tab-completions in the sim/nsh configuration 2015-07-30 12:15:03 -06:00
Gregory Nutt
5c483d1f44 Refresh configuration 2015-07-28 07:28:54 -06:00
Gregory Nutt
bcee1434b6 Refresh configuration 2015-07-14 07:56:07 -06:00
Gregory Nutt
f7ba1b1eeb Remove all references to the dedunct CONFIG_SYSTEM_SYSINFO configuration from all defconfig files 2015-07-04 15:19:11 -06:00
Gregory Nutt
f652c770cd Refresh configuration 2015-07-04 12:46:50 -06:00
Gregory Nutt
2760ca1cda Enable CONFIG_BOARD_POWEROFF=y. Now you can use the NSH shutdown command to terminate the NSH session 2015-07-04 08:17:40 -06:00
Gregory Nutt
7214e52fb2 Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation 2015-06-28 08:08:57 -06:00
Gregory Nutt
1afba254b6 Extend apps/examples/unionfs so it is includes a root offset on one of the unified file sysems 2015-06-21 12:21:54 -06:00
Gregory Nutt
e7bf809c47 configs/sim/nsh: Need larger stack when posix_spawn 2015-06-18 10:59:29 -06:00
Gregory Nutt
c09cc0dd07 Update some README files 2015-06-07 10:25:03 -06:00
Gregory Nutt
f6a1963219 Add simulator configuration for testing the Union Fs. Fix a few bugs. Almost works but still too flaky 2015-06-05 15:02:24 -06:00
Gregory Nutt
add36cc3de Add an option to disable support for long long formats in lib_vsprintf. From Alan Carvalho de Assis 2015-05-30 10:00:54 -06:00
Gregory Nutt
0dbf579aa8 Fix numerous typos in configuration variable names. Tracked down by Alan Carvalho de Assis 2015-05-23 17:08:35 -06:00
Gregory Nutt
0940d0ebfa 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
fdfe38ea0d rch_tcinitialize() and arch_tcunitinitialize() renamed to board_tsc_setup() and board_tsc_teardown(). These are not long called directly by applications but only indirectly throught the crappy boardctl() OS interface. 2015-03-31 13:21:25 -06:00
Gregory Nutt
8dc26a0dd9 Fix a case in mq_timedsend() where the return errno value was being overwritten 2015-03-10 12:05:33 -06:00
Gregory Nutt
7583c94252 Move board_ prototypes from arch.h to board.h 2015-02-27 20:02:03 -06:00