Commit Graph

1899 Commits

Author SHA1 Message Date
Gregory Nutt
669067ba86 Forgot to add a file in the last commit 2015-06-02 14:27:35 -06:00
Gregory Nutt
91ab8b0bc5 Extend apps/examples/thttpd so that it provides a index.cgi file the binfs file system is selected. 2015-06-02 14:26:08 -06:00
Gregory Nutt
b3780a071c Damn. THTTPD will not yet run with binfs because it wants an index.html file. THTTPD does support indexing directories if CONFIG_THTTPD_GENERATE_INDICES=y, but there are some compilation issues that need to be fixed when that option is selected. 2015-06-02 12:13:18 -06:00
Gregory Nutt
15fcf746be THTTPD w/binfs: A few fixes 2015-06-02 11:55:45 -06:00
Gregory Nutt
09d002503e Update ChangeLog 2015-06-02 10:48:20 -06:00
Gregory Nutt
1e91c05d03 THTTPD: Add support for using binfs/ instead of NXFLAT. NXFLAT is probably the better solution but recently compiler changes make it unusable. binfs or ELF are fallback binary formats. This commit adds an option to use binfs. 2015-06-02 10:45:48 -06:00
Gregory Nutt
6a240ecf71 Update ChangeLog 2015-06-01 10:12:52 -06:00
Gregory Nutt
bd9b2bd740 Add hello++5 to ELF example. From Leo Aloe3132 2015-06-01 10:03:14 -06:00
Gregory Nutt
61d4d0ebbb Update ChangeLogs 2015-05-29 12:11:14 -06:00
Gregory Nutt
dbf881be20 STM32 F4 Discovery: Move up_cxxinitialize from nuttx/configs/stm32f4discovery/src to apps/platform/stm32f4discovery where it belongs. 2015-05-29 12:08:15 -06:00
Gregory Nutt
49c60db8a4 Update ChangeLog 2015-05-29 11:50:04 -06:00
Gregory Nutt
5f6b3276a2 apps/examples/elf: Add configuration optionst o support building the hello++4 example that depends upon having uClibc++ available. From Leo aloe3132. 2015-05-29 11:47:40 -06:00
Gregory Nutt
fe2c662ee8 Trivial change for consistency. 2015-05-27 08:43:50 -06:00
Gregory Nutt
eaa0daacfa Update ChangeLog 2015-05-27 08:26:06 -06:00
Gregory Nutt
5f17ec1fa2 Enhanced output to NSH ping command from Max Neklyudov 2015-05-27 08:25:26 -06:00
Gregory Nutt
862d452d9b Fix numerous typos in configuration variable names. Tracked down by Alan Carvalho de Assis 2015-05-23 17:08:35 -06:00
Gregory Nutt
1c82d1d4a6 apps/platform masks the assumption that the board directory in in-tree 2015-05-22 11:39:19 -06:00
Gregory Nutt
9cdff3ad6e Update ChangeLogs 2015-05-19 12:28:58 -06:00
Gregory Nutt
905f881162 Enhancements to NSH ifconfig for case of multi-link operation, TUN device and local connections. From Max Neklyudov. 2015-05-19 12:26:20 -06:00
Gregory Nutt
b641bee873 Minor fixes to apps/netutils/Kconfig and nuttx/libc/net/lib_inetntoa.c from Max Neklyudov 2015-05-19 12:07:07 -06:00
Gregory Nutt
068dfbdc30 OS test, signal nesting. Better to mark some variables as volatile 2015-05-12 20:58:22 -06:00
Gregory Nutt
788e44bd80 Remove some ugly kernel mode hooks 2015-05-12 16:40:26 -06:00
Gregory Nutt
cad37f8add Update ChangeLog 2015-05-12 12:40:15 -06:00
Gregory Nutt
49df346fa1 Add a test of nested signals. There are no failures to handle signals but neither am I getting any nested signal handling 2015-05-12 12:39:21 -06:00
Gregory Nutt
6de73f7528 Update ChangeLogs 2015-05-12 07:55:54 -06:00
Gregory Nutt
c07a5b2775 Local sockets: Add poll support for Unix stream sockets. From Jussi Kivilinna. 2015-05-12 07:41:12 -06:00
Gregory Nutt
b15cf5cdd8 Update ChangeLog 2015-05-06 08:22:51 -06:00
Gregory Nutt
3e16e0a0f9 apps/examples: Modify/simpify apps/examples build files. From Roman Saveljev. 2015-05-06 08:19:54 -06:00
Gregory Nutt
6bd94846ac Update ChangeLog 2015-05-06 07:55:26 -06:00
Gregory Nutt
a79f3840a8 apps/netutils/ntp: Fix mismatched sched_lock/unlock. Noted by Juha Niskanen 2015-05-06 07:54:22 -06:00
Gregory Nutt
3b430372aa Merge remote-tracking branch 'origin/master' into usbhub 2015-04-23 14:06:18 -06:00
Gregory Nutt
3b3d644b99 Two r's and only two r's in the word interrupt 2015-04-23 14:04:43 -06:00
Gregory Nutt
343b0864c6 Fix USB host polling; fix a typo in LPC17 HCD 2015-04-23 07:13:31 -06:00
Gregory Nutt
f6154513ce Update ChangeLogs 2015-04-21 09:27:52 -06:00
Gregory Nutt
49bb0ed48e time.h: Add localtime prototypes; NSH: Correct test for gmtime_r return value 2015-04-21 09:26:18 -06:00
Gregory Nutt
17a0e206c6 Update README 2015-04-19 07:27:30 -06:00
Gregory Nutt
4a93c238b6 STM32F429i Disco: (1) Fix a bad return value if the LCD driver is already initialized. (2) The LCD driver initialization is now performed during the early boot sequence. (3) Increased the size of the message queue from 32 to 64 in the lcd configuration. From Marco, ocram.lhark@yahoo.com. 2015-04-17 07:04:53 -06:00
Gregory Nutt
a22adcf74d Update ChangeLog 2015-04-16 09:11:51 -06:00
Gregory Nutt
e9501a1a96 apps/examples/ltdc: Add testing support for the STM32 LTDC's 2D DMA. From Marco Krahl. 2015-04-16 09:11:50 -06:00
Gregory Nutt
9234d1204a Update ChangeLogs 2015-04-16 09:11:49 -06:00
Gregory Nutt
804061abdc Correct use of the BOARDIOC_GRAPHICS_SETUP boardctl() call 2015-04-16 09:11:49 -06:00
Gregory Nutt
3e01a06431 When boardctl() fails, need to print errno not the returned value which will always be -1. 2015-04-16 09:11:47 -06:00
Gregory Nutt
5bdacd2f17 Update ChangeLog 2015-04-16 09:11:46 -06:00
Gregory Nutt
6e7c9397d1 apps/examples/nxlines: Fix missing right bracket that causes compile error when CONFIG_NX_XYINPUT=y. From Librae. 2015-04-16 09:11:46 -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
688558c99a Update ChangeLogs 2015-04-15 11:05:05 -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