Commit Graph

90 Commits

Author SHA1 Message Date
Gregory Nutt
9ca15c718d configs/sim: Add a configuration useful for testing Mini Basic 2016-08-12 06:55:10 -06:00
Gregory Nutt
46846c0c24 Framebuffer driver: Add a display number to each interface in order to support multiple displays 2016-04-14 12:23:15 -06:00
Gregory Nutt
1652052f52 Update a README.txt 2016-03-23 14:48:03 -06:00
Gregory Nutt
da751159ef Update README.txt 2016-02-19 15:35:02 -06:00
Gregory Nutt
c1cca31551 Upate README 2016-02-19 06:51:39 -06:00
Gregory Nutt
f3e8b0ce28 Update README 2016-02-18 17:12:17 -06:00
Gregory Nutt
10fed19e48 Trivial update to README 2016-02-18 13:38:14 -06:00
Gregory Nutt
0edfbdf33b Update README.txt 2016-02-17 13:35:56 -06:00
Gregory Nutt
0b3bc73fec Update README.txt 2016-02-17 13:09:25 -06:00
Gregory Nutt
3cb652648b Update README.txt 2016-02-17 10:53:32 -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
5926a09498 Update README 2015-11-30 13:05:14 -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
Gregory Nutt
bc9b901e13 Update README 2015-08-18 07:24:37 -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
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
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
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
7547468e47 Cosmetic updates to comments 2015-02-12 13:44:22 -06:00
Gregory Nutt
f3ed2e36ec Cosmetic update to a few comments 2015-02-01 12:23:57 -06:00
Gregory Nutt
bfa58153ec Minor fixes after initial tests with apps/examples/udgram 2015-01-28 15:27:54 -06:00
Gregory Nutt
3bc8bf4a38 sim/ustream: Add a configuration for testing Unix domain sockets with the simulator 2015-01-28 09:09:27 -06:00
Gregory Nutt
df0d5e1fbb Update README 2014-12-09 06:21:30 -06:00
Gregory Nutt
18ab47f40c Travel: Fix more initialization errors, mostly related to file path problems 2014-12-08 12:39:02 -06:00
Gregory Nutt
52385327e7 Traveler: Add build configuration for the simulated target 2014-12-08 09:33:56 -06:00
Gregory Nutt
1381705258 Update README files 2014-11-11 09:36:33 -06:00
Gregory Nutt
0e57b60cd1 Update README 2014-10-03 09:56:05 -06:00
Gregory Nutt
403d7f380b Update the TODO list and a README 2014-09-30 14:48:31 -06:00
Gregory Nutt
0256026199 Update README 2014-09-26 05:49:05 -06:00
Gregory Nutt
0d4e873f9b Change all occurrences of NxConsole to NxTerm 2014-09-20 15:01:50 -06:00
Gregory Nutt
4aa785a503 Rename CONFIG_EXAMPLES_NXCONSOLE to CONFIG_EXAMPLES_NXTERM; rename CONFIG_NXWM_NXCONSOLE to CONFIG_NXWM_NXTERM 2014-09-20 14:25:51 -06:00
Gregory Nutt
1a1ed4a112 Rename CONFIG_NXCONSOLE* to CONFIG_NXTERM* 2014-09-20 14:18:08 -06:00
Gregory Nutt
a244e66680 configs/sim/nx11: Configuration converted to use the kconfig-frontends tools 2014-03-04 15:56:13 -06:00
Gregory Nutt
f0820e75f6 configs/sim/nettest: Configuration converted to use the kconfig-frontends tools 2014-03-03 12:44:37 -06:00
Gregory Nutt
5101e661bf configs/sim/nsh2 converted to use the kconfig-frontends tools 2014-03-01 12:32:03 -06:00
Gregory Nutt
49a5c9a3c5 Cosmetic: Updates to TODO anre README text 2014-01-02 07:53:27 -06:00
Gregory Nutt
994a49f8b8 LM: Don't initialize .data if running in SRAM. Global missing intialize type. SAMA5 NAND: Fix for read nand in smaller chunks 2013-12-05 10:37:55 -06:00
Gregory Nutt
dc6dede2de configs/sim/configdata: MTD configuration data driver unit test. From Ken Pettit 2013-11-04 09:17:31 -06:00
Gregory Nutt
cab85f2e6a The last checkin replaced some impossible error handling with DEBUGASSERT. Except that one of the case is actually possible in one cornercase and had to be restored 2013-09-28 15:37:16 -06:00
Gregory Nutt
7663db63c7 Add configuration and example to test MTD partitions 2013-04-30 15:54:02 -06:00
Gregory Nutt
79d0f577d0 Fix comments, references to the old SVN, and links to the old SVN. Replace with equivalent GIT info 2013-04-19 18:35:06 -06:00
patacongo
2205c35a24 Misc bug fixes related to NSH file execution
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5530 42af7a65-404d-4744-a932-0658087f49c3
2013-01-17 20:25:32 +00:00
patacongo
b8d3c57d53 Change the way thread priority is handled in binfmt/ to better match the way that priority is set up for the builtin tasks
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5527 42af7a65-404d-4744-a932-0658087f49c3
2013-01-17 00:30:12 +00:00
patacongo
50d13c8800 convert configs/sim/nsh to use kconfig-frontends
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5526 42af7a65-404d-4744-a932-0658087f49c3
2013-01-16 21:38:00 +00:00
patacongo
a00d6f7969 apps/builtin/binfs.c moved to nuttx/fs/binfs/fs_binfs.c
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5523 42af7a65-404d-4744-a932-0658087f49c3
2013-01-16 15:41:27 +00:00