Gregory Nutt
|
edce8666b6
|
Add a test of the union file system to apps/examaples.
|
2015-06-05 14:23:07 -06:00 |
|
Gregory Nutt
|
93d66a8531
|
Update ChangeLog
|
2015-06-05 13:20:14 -06:00 |
|
Gregory Nutt
|
1d370178fb
|
Add support for a union file system that can be used to overlay and merge the content of two mounted file systems.
|
2015-06-05 13:18:06 -06:00 |
|
Gregory Nutt
|
1c6c76033a
|
Lincoln60: Add GPIO definitions for the microSD slot
|
2015-06-04 16:58:59 -06:00 |
|
Gregory Nutt
|
b26dbe3ec6
|
Trivial spacing change
|
2015-06-04 09:49:52 -06:00 |
|
Gregory Nutt
|
ec2c3a96c5
|
Correct some comments. Noted by Jouko Holopainen
|
2015-06-04 08:12:58 -06:00 |
|
Gregory Nutt
|
2db059145c
|
Lincoln60: Correct size of SRAM in configurations
|
2015-06-04 07:54:56 -06:00 |
|
Gregory Nutt
|
5ad6514ec0
|
Update ChangeLog
|
2015-06-04 06:55:49 -06:00 |
|
Gregory Nutt
|
bb7e15fc57
|
Misc. improvements to the TUN driver, mostly related to poll(). From Max Neklyudov
|
2015-06-04 06:54:55 -06:00 |
|
Gregory Nutt
|
54bbdca913
|
LC17 Ethernet: Ignore 4-bit versin number when checking for PHY ID match
|
2015-06-03 19:47:10 -06:00 |
|
Gregory Nutt
|
e96ec630c1
|
Lincoln60: Update board.h to get clean compile of the netnsh configuration. Update README.txt
|
2015-06-03 19:08:48 -06:00 |
|
Gregory Nutt
|
eb35f48fca
|
Update ChangeLog
|
2015-06-03 18:49:03 -06:00 |
|
Gregory Nutt
|
bf4db207ad
|
Lincoln60: Add a network enabled NXH configuration (still does not yet build)
|
2015-06-03 18:48:08 -06:00 |
|
Gregory Nutt
|
4620695bd9
|
Update ChangeLog
|
2015-06-03 17:36:50 -06:00 |
|
Gregory Nutt
|
391367e8ca
|
LPC17 Ethernet: Add support for the Micrel KSZ8041 PHY.
|
2015-06-03 17:34:36 -06:00 |
|
Gregory Nutt
|
201a024ef9
|
Update README.txt
|
2015-06-03 16:36:13 -06:00 |
|
Gregory Nutt
|
5df7ae9b64
|
Refresh Lincoln60 configuration
|
2015-06-03 15:52:49 -06:00 |
|
Gregory Nutt
|
f676e1f8c5
|
Upate ChangeLog
|
2015-06-03 10:47:13 -06:00 |
|
Gregory Nutt
|
7355a9044a
|
TUN driver bug fix. From Max Neklyudov.
|
2015-06-03 10:45:13 -06:00 |
|
Gregory Nutt
|
f4dde423c9
|
Update ChangeLog
|
2015-06-03 09:29:47 -06:00 |
|
Gregory Nutt
|
d8db596b3b
|
POSIX message queues: Move mq_setattr() and mq_getattr() from nuttx/libc/mqueue to nuttx/sched/mqueue. Also add sysyscall support for mq_setattr() and mq_getattr(). This is necessary in protected and kernel builds because in those cases the message queue structure is protect and cannot be accessed directly from user mode code. Noted by Jouko Holopainen.
|
2015-06-03 09:24:17 -06:00 |
|
Gregory Nutt
|
3ee2902c3e
|
SAMV71-XULT: Fix a warning with button support is disabled
|
2015-06-03 08:36:19 -06:00 |
|
Gregory Nutt
|
932ffd0291
|
Update ChangeLog
|
2015-06-03 08:13:31 -06:00 |
|
Gregory Nutt
|
8f7752d956
|
Networking: Modify how callback structures are stored to avoid another potential use of a stal pointer.
|
2015-06-03 08:11:57 -06:00 |
|
Gregory Nutt
|
7fee026a5d
|
Update ChangeLog
|
2015-06-03 07:28:37 -06:00 |
|
Gregory Nutt
|
84f0303fc0
|
mq_timedreceive() move the location where the errno value is set; the TIMEDOUT errno setting was being overwritten by subsequent actions before returning. Noted by Freddie Chopin.
|
2015-06-03 07:24:50 -06:00 |
|
Gregory Nutt
|
f0da343f24
|
Refresh and maybe break some configurations
|
2015-06-02 19:01:05 -06:00 |
|
Gregory Nutt
|
edbb5d0840
|
networking: Correct a typo introduced with recent networking changes
|
2015-06-02 15:04:02 -06:00 |
|
Gregory Nutt
|
6d1ea9bb65
|
Fix a default value in the THTTPD Kconfig; updated a README file
|
2015-06-02 14:59:13 -06:00 |
|
Gregory Nutt
|
15b0f7e89a
|
Update ChangeLog
|
2015-06-02 14:28:43 -06:00 |
|
Gregory Nutt
|
3e836a3156
|
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
|
8cdce50e8c
|
Extend the mkconfig tool so that it can dequote a quoated list of quoated strings. THTTPD uses such a configration setting to provide the list of index files.
|
2015-06-02 14:23:59 -06:00 |
|
Gregory Nutt
|
0de965100c
|
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
|
c704a5289c
|
Comment out references to fstat(). It is not yet supported.
|
2015-06-02 11:43:44 -06:00 |
|
Gregory Nutt
|
e2f04ec796
|
Update ChangeLog
|
2015-06-02 11:02:17 -06:00 |
|
Gregory Nutt
|
d538025dca
|
Olimex LPC1766STK. Add an example configuration showing how to build apps/netutils/thttpd using binfs
|
2015-06-02 11:00:18 -06:00 |
|
Gregory Nutt
|
54d16d0933
|
Fix some memory sizing errors in refreshed defconfig files
|
2015-06-02 08:44:57 -06:00 |
|
Gregory Nutt
|
1b3d003d9e
|
Refresh some Olimex LPC1766STK networking configurations
|
2015-06-02 08:12:44 -06:00 |
|
Gregory Nutt
|
1c816c1d19
|
Condition default value for CONFIG_ARMV7M_TARGET2_PREL on UCLIBCXX_EXCEPTION
|
2015-06-01 15:12:33 -06:00 |
|
Gregory Nutt
|
2e78f2235b
|
Update ChangeLog
|
2015-06-01 14:19:40 -06:00 |
|
Gregory Nutt
|
6068820bf3
|
Add support uClibc++ excpetions. This involves additional handling for relative relation types, additional support for unwinding, as well as additional changes. The culmination of a big effort fromo Leo Aloe3132
|
2015-06-01 14:16:18 -06:00 |
|
Gregory Nutt
|
482d82c20e
|
LPC17xx: All configurations that had the LPC17xx ethernet driver enabled have CONFIG_NET_NOTINTS=y enabled and also the HP worked which is now needed in those configurations
|
2015-06-01 08:56:42 -06:00 |
|
Gregory Nutt
|
114b8c015c
|
ChangeLog
|
2015-06-01 08:38:14 -06:00 |
|
Gregory Nutt
|
1196df493e
|
LPC17 Ethernet: Fix several compilation related issues when CONFIG_NET_NOINTS=y
|
2015-06-01 08:35:40 -06:00 |
|
Gregory Nutt
|
4f05c80794
|
LPC17xx Ethernet: Improve CONFIG_NET_NOINTS implementation
|
2015-06-01 08:07:32 -06:00 |
|
Gregory Nutt
|
aaeee801b8
|
Fix a missing # in the previous commit
|
2015-05-31 13:26:13 -06:00 |
|
Gregory Nutt
|
64bf18cfbd
|
Update ChangeLog
|
2015-05-31 13:09:21 -06:00 |
|
Gregory Nutt
|
29875f1a34
|
Add basic support for the STM32F205RG. From SourceForge Ticket 40 (anonymous).
|
2015-05-31 13:06:26 -06:00 |
|
Gregory Nutt
|
01873babea
|
Update ChangeLog
|
2015-05-31 12:51:42 -06:00 |
|
Gregory Nutt
|
2a874183c5
|
tools/configure.c: Fix test for the extence of the apps/ dir. This is part of SourceForge Ticket #39
|
2015-05-31 12:48:34 -06:00 |
|