Gregory Nutt
|
768aba20ad
|
SAMV71 QSPI: Use new QSPI interface. Can't use SPI interface as planned; the hardware architectue is too different
|
2015-08-25 15:23:59 -06:00 |
|
Anton D. Kachalov
|
b125c36849
|
Field `d_sndlen' is unsigned. It is always >= 0.
Signed-off-by: Anton D. Kachalov <mouse@yandex-team.ru>
|
2015-08-26 00:16:52 +03:00 |
|
Anton D. Kachalov
|
8d57be2b6f
|
Eliminate compilation warnings
Signed-off-by: Anton D. Kachalov <mouse@yandex-team.ru>
|
2015-08-26 00:14:50 +03:00 |
|
Gregory Nutt
|
94ecf7ebad
|
drivers/mtd/st25fl1.c: Add a driver for ST25FL1*K QuadSPI FLASH parts
|
2015-08-25 09:10:12 -06:00 |
|
SaeHie Park
|
e983e547e1
|
Networking: Correct return value from psock_tcp_accept(). From SaeHie Park
|
2015-08-25 07:15:21 -06:00 |
|
Gregory Nutt
|
79aa3d40b0
|
Kconfig: CONFIG_NET_MULTILINK and CONFIG_NET_MULTINIC must be support if the loopback device and any real network device are selected
|
2015-08-25 06:51:15 -06:00 |
|
Gregory Nutt
|
a2c0068011
|
Fix some IPv6 loopback device problems
|
2015-08-24 17:27:38 -06:00 |
|
Gregory Nutt
|
3018dc31e5
|
Network local loopback: Another structural simplication
|
2015-08-24 16:08:17 -06:00 |
|
Gregory Nutt
|
9d5a86753e
|
Update TODO list
|
2015-08-24 15:52:14 -06:00 |
|
Gregory Nutt
|
6158086dd4
|
Update some comments
|
2015-08-24 15:41:45 -06:00 |
|
Gregory Nutt
|
9a0507a103
|
Add TUN/PPP, PPPD, and local loopback to networking section of the ABOUT document
|
2015-08-24 15:37:17 -06:00 |
|
Gregory Nutt
|
eea69cf6e3
|
Networking: Local loopback, fix a error in last commit + fix a bad functional partitioning
|
2015-08-24 15:23:09 -06:00 |
|
Gregory Nutt
|
4d040d572a
|
Networking: Eliminate recursion from the local loopback driver
|
2015-08-24 15:16:03 -06:00 |
|
Gregory Nutt
|
fa9522da41
|
Missed one file in last commit
|
2015-08-24 14:30:58 -06:00 |
|
Gregory Nutt
|
d99e217906
|
Urefresh submodule
|
2015-08-24 14:26:12 -06:00 |
|
Gregory Nutt
|
01cfe8c315
|
Networking: Move where the local loopback device is initialized from board_app_intiialize() to up_intiialize() so that it will happen automatically
|
2015-08-24 14:25:49 -06:00 |
|
Gregory Nutt
|
0732914d09
|
Merged in david_s5/arch/upstream_446_clock (pull request #9)
Upstream_446_clock
|
2015-08-24 14:13:51 -06:00 |
|
Gregory Nutt
|
3c5f817513
|
Networking: Local loopback is basically functional and is no longer EXPERIMENTAL
|
2015-08-24 13:58:57 -06:00 |
|
Gregory Nutt
|
933d74e5c1
|
Networking: With these changes, I can ping the local loopback device from the simulator
|
2015-08-24 13:49:12 -06:00 |
|
Gregory Nutt
|
42771a792f
|
Refresh a configureatin
|
2015-08-24 13:47:13 -06:00 |
|
Gregory Nutt
|
706d50d97a
|
Merge branch 'master' of bitbucket.org:nuttx/arch
|
2015-08-24 13:46:19 -06:00 |
|
Gregory Nutt
|
c9603b27c0
|
sim: Add logic to initialize the local loopback device is so configured
|
2015-08-24 13:46:05 -06:00 |
|
David Sidrane
|
98ce2b2912
|
Fixed Mask and made configuration macros consistant
|
2015-08-24 08:56:24 -10:00 |
|
David Sidrane
|
b95c642a88
|
Added Kconfig Enable Support for SAI and I2S PLL
|
2015-08-24 08:55:45 -10:00 |
|
Gregory Nutt
|
0b012c7978
|
Fix some initial loop back device compilation errors; mark configuration as EXPERIMENTAL
|
2015-08-24 11:29:54 -06:00 |
|
Gregory Nutt
|
ccb24e1766
|
drivers/net: Add a basic prototype for a local loopback device
|
2015-08-24 11:03:36 -06:00 |
|
Gregory Nutt
|
07bdff9ef7
|
Networking: Add NetDB support for the local loopback device
|
2015-08-24 10:08:26 -06:00 |
|
Gregory Nutt
|
e21501c699
|
Merge remote-tracking branch 'origin/master' into localhost
|
2015-08-24 08:29:36 -06:00 |
|
Gregory Nutt
|
569ff602ea
|
Networking: Remove bogus references to PPP as a link layer protocol
|
2015-08-24 08:29:07 -06:00 |
|
Gregory Nutt
|
ea2fafb024
|
Add definitions to support a local loopback link layer
|
2015-08-24 08:25:08 -06:00 |
|
Gregory Nutt
|
3743d3d84a
|
Add configuration options for forthcoming st25fl1 devices
|
2015-08-24 08:00:39 -06:00 |
|
Gregory Nutt
|
719aae2d0e
|
Update README.html to refernce apps/system/symtab/README.txt
|
2015-08-23 17:27:53 -06:00 |
|
Gregory Nutt
|
47bab42498
|
Update submodules
|
2015-08-23 17:21:34 -06:00 |
|
Gregory Nutt
|
bddc4dbd6a
|
LPC17: Fix RAM vector table alignment for the LPC17 family. The ARMv7-M TRM only requires 128-byte alignment for vector tables; the LPC17, however, requires 256 byte alignment
|
2015-08-23 17:17:14 -06:00 |
|
Pavel Pisa
|
b67c0e8df6
|
boardctl: Last change uses DEBUGASSERT and, hence, requires inclusion of assert.h
|
2015-08-23 16:46:50 -06:00 |
|
Gregory Nutt
|
2e9b81ee83
|
Update submodule
|
2015-08-23 12:17:31 -06:00 |
|
Gregory Nutt
|
17b2f07cdb
|
boardctl: Update for movement of libc/symtab to apps/system
|
2015-08-23 12:17:10 -06:00 |
|
Gregory Nutt
|
6fc449f689
|
Moving canned_symtab from nuttx/libc to apps/system
|
2015-08-23 11:33:29 -06:00 |
|
Alan Carvalho de Assis
|
9b036311c0
|
Missing comma in spi.h header file
|
2015-08-23 11:06:32 -06:00 |
|
Gregory Nutt
|
4723ff5563
|
Update README
|
2015-08-23 10:46:11 -06:00 |
|
Gregory Nutt
|
f12692b78f
|
Extend canned symbol table logic to work in protected build mode
|
2015-08-23 10:44:04 -06:00 |
|
Gregory Nutt
|
c2d10cf875
|
boardctl(): Add support for the BOARDIOC_SYMTAB command
|
2015-08-23 10:25:25 -06:00 |
|
Gregory Nutt
|
16294a0963
|
Refresh some configurations
|
2015-08-23 09:21:29 -06:00 |
|
Pavel Pisa
|
9ab3f03153
|
Define some symbol export conditions, correct errno and add sleep and usleep. From Pavel Pisa
|
2015-08-23 09:05:40 -06:00 |
|
Pavel Pisa
|
81a257eeb0
|
Optional canned symtab inclusion to the build. When option CONFIG_LIBC_SYMTAB is selected and symbol table file libc/symtab/canned_symtab.inc is prepared then application can use system provided complete symbol table. The option has substantial effect on system image size. Mainly code/text. If loading of applications at runtime is not planned do not select this. From Pavel Pisa.
|
2015-08-23 08:38:58 -06:00 |
|
Pavel Pisa
|
ad5448d9b4
|
mksymtab: declare g_symtab array as conts to occupy RO section (Flash).
|
2015-08-23 08:17:30 -06:00 |
|
Gregory Nutt
|
64cff54894
|
Upate submodules
|
2015-08-22 10:16:51 -06:00 |
|
Gregory Nutt
|
f3f45a8fd8
|
Update README
|
2015-08-22 10:14:36 -06:00 |
|
Gregory Nutt
|
065f2d6057
|
SAMV7 USBHS DCD: Add logic to detect high speed mode; use DEBUGASSERT to check input parameters
|
2015-08-22 08:58:38 -06:00 |
|
David Sidrane
|
6559c8994a
|
Remove the word NOT - that was used to test the fix.
|
2015-08-21 18:51:28 -06:00 |
|