Gregory Nutt
b90f5ba7f4
Remove CONFIG_DISCRETE_IO from all defconfig files
2015-12-15 08:41:10 -06:00
Gregory Nutt
c41449b12a
Rename CONFIG_ARMV7M_MPU to CONFIG_ARM_MPU so that we can reuse the configuration settings for the ARMV7R MPU
2015-12-14 13:56:56 -06:00
Gregory Nutt
a0e662f769
Refresh all configurations that have Telnetd enabled; those configurations now also need the telnet driver
2015-12-07 10:01:13 -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
2e78fc7178
configs/same70-xplained: Added a network enabled NSH configuration
2015-11-30 16:50:40 -06:00
Gregory Nutt
1fceb9463e
Update and enable procfs in all SAMV71-XULT configurations
2015-11-29 07:16:14 -06:00
Gregory Nutt
509028aa46
SAMV7-XULT: Enable procfs in the netnsh configuration
2015-11-27 12:31:51 -06:00
Gregory Nutt
651bd9e8ad
Rename CONFIG_LOOP to CONFIG_DEV_LOOP
2015-11-25 17:11:27 -06:00
Gregory Nutt
3d8d2e23c8
Refresh configuration
2015-11-17 14:06:09 -06:00
Gregory Nutt
2b8ecb042b
Fix naming of Spansion device, s25fl1 not st25fl1
2015-11-07 11:30:24 -06:00
Gregory Nutt
e3d64722f0
SAMV71-XULT: Add Network monitor to netnsh configuration
2015-09-28 09:09:48 -06:00
Gregory Nutt
9cc454ca0a
Set non-zero task name sizes in several configurations
2015-09-28 08:36:18 -06:00
Gregory Nutt
d86a9c9691
Refresh some configurations
2015-09-26 08:40:57 -06:00
Gregory Nutt
6f17af4b6f
Refresh all SAMV7 configurations
2015-08-09 09:20:29 -06:00
Gregory Nutt
75595ddfef
Remove refereneces to DNSCLIENT IPv4/IPv6
2015-07-12 14:13:18 -06:00
Gregory Nutt
42f69ba42f
Rename CONFIG_NETUTILS_DNS* to CONFIG_NETDB_DNS* to reflect the movement of the DNS server from apps/netutils to nuttx/libc/netdb
2015-07-10 12:09:58 -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
612bc18e90
Refresh SAMV71-Xult configurations
2015-06-17 12:01:33 -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
7dba70685a
Refresh configurations
2015-04-12 09:34:32 -06:00
Gregory Nutt
15b90de919
NSH initialization now calls boardctl(BOARDIOC_INIT) instead of board_app_initaliaze. Modify all configurations: Make sure that CONFIG_LIB_BOARDCTL=y appears wherever CONFIG_NSH_ARCHINIT=y appears. Remove support for CONFIG_NSH_ARCHMAC. It is not used and there are better ways to do that operation
2015-03-31 12:14:16 -06:00
Gregory Nutt
55a7065f07
Cortex-M7: Add support for enabled the D-Cache in write only mode.
...
SAMV7 Ethernet: I- and D-Cache are now enabled in the netnsh/ configuration. D-Cache is enabled in write-though mode. This mode is necessary because the DMA descriptors are each 8-bytes in size but the D-Cache cache line is 32-bits in size. So it is impossible make coherency for every 8-byte DMA descriptor without write-through.
2015-03-29 14:42:03 -06:00
Gregory Nutt
9b906daa86
SAMV71-XULT: netnsh configuration is back to -O2
2015-03-28 14:54:30 -06:00
Gregory Nutt
3a93955fb3
SAMV7 EMAC: Fix alignment issue: RX buffers need to be invalidated. This means the alignment of buffers must be at least to the data cache line size at both ends of the buffer
2015-03-28 13:09:01 -06:00
Gregory Nutt
bbeca4a91c
SAMV7 EMAC: Sometimes TX is not started when TSTART is set??? Workaround seems to be to set it twice. Restored full optimization. Also CONFIG_NET_NOINTS is set so that interrupt level provessing is avoided
2015-03-28 09:42:45 -06:00
Gregory Nutt
2108499b4f
SAMV71-XULT: Add a network-enabled NSH configuration
2015-03-27 14:18:13 -06:00