Gregory Nutt
|
f6f8575de3
|
Fix more issues detected by cppcheck
|
2014-11-25 14:25:02 -06:00 |
|
Gregory Nutt
|
6498e1127e
|
More fixes to problems noted by cppcheck. Some are kind of risky; some are real bugs.
|
2014-11-25 13:15:09 -06:00 |
|
Gregory Nutt
|
d4b01c55b5
|
If SAM4E-EK is selected, then configs/Kconfig must select ARCH_PHY_INTERRUPT
|
2014-11-25 08:08:58 -06:00 |
|
Gregory Nutt
|
2f33fdce85
|
Nucleo F4x1RE: Stangeness in initialization noted by Sébastien Lorquet
|
2014-11-24 12:33:24 -06:00 |
|
Gregory Nutt
|
a4b77cfb1c
|
Nucleo F4x1RE: Typos in previously untested code. message() does not exist, return value from void function, missing inclusion of errno.h. From Sébastien Lorquet
|
2014-11-24 11:29:22 -06:00 |
|
Gregory Nutt
|
f4746a3e9e
|
Fix BAS configuration from last change; refresh STM32 F4 NSH configuration
|
2014-11-24 09:12:56 -06:00 |
|
Gregory Nutt
|
121aa0ca68
|
Update comments and README
|
2014-11-24 07:25:40 -06:00 |
|
Gregory Nutt
|
5ead6b402d
|
Network: Misc changes to UDP bind logic for the case of multiple networks
|
2014-11-21 17:00:08 -06:00 |
|
Gregory Nutt
|
5055d00caf
|
Update READMEs
|
2014-11-21 14:05:20 -06:00 |
|
Gregory Nutt
|
12a9937913
|
apps/examples/bridge: Lots of fixes. I think it is working although I have still have host firewall issues in testing
|
2014-11-21 10:16:19 -06:00 |
|
Gregory Nutt
|
2f972d2781
|
apps/examples/bridge: Add host-side test driver
|
2014-11-21 08:20:25 -06:00 |
|
Gregory Nutt
|
7cea0f5a69
|
SAMA5D3 Xplained: Add an apps/examples/bridge configuration
|
2014-11-20 16:24:30 -06:00 |
|
Gregory Nutt
|
972b11d462
|
Update README
|
2014-11-20 14:18:30 -06:00 |
|
Gregory Nutt
|
4683ad7843
|
Refresh STM32F429i Disco USB NSH configuration
|
2014-11-20 07:55:30 -06:00 |
|
Gregory Nutt
|
13332e41d2
|
STM32 F4 OTGHS device controller driver from Brennan Ashton
|
2014-11-20 07:19:04 -06:00 |
|
Gregory Nutt
|
4dea8ef794
|
Freedom K25Z: Fix missing file inclusion in board Makefile. From Alan Carvalho de Assis
|
2014-11-19 07:17:46 -06:00 |
|
Gregory Nutt
|
471f2bd1b5
|
Update README
|
2014-11-18 14:28:27 -06:00 |
|
Gregory Nutt
|
2803545ebc
|
SAM EMAC: Fix typo in the check for successfull allocation of a timer
|
2014-11-18 14:20:31 -06:00 |
|
Gregory Nutt
|
726af630e2
|
SAMA5D4-EK bridge configuration: Correct configuration -- PHY interfaces are RMII not MII
|
2014-11-17 17:44:49 -06:00 |
|
Gregory Nutt
|
cb11af9112
|
Due to limitations in port unique-ness, have to use unique port numbers in apps/examples/bridge for now
|
2014-11-17 15:40:37 -06:00 |
|
Gregory Nutt
|
b6b4a0cd37
|
SAMA5D4-EK bridge configuration needs to set software MAC address
|
2014-11-17 13:16:13 -06:00 |
|
Gregory Nutt
|
16cd0cce81
|
Update ChangeLog
|
2014-11-17 12:48:01 -06:00 |
|
Gregory Nutt
|
c0c86da44c
|
Change SAMA5D4-EK bridge configuration so that runs out of DRAM
|
2014-11-17 12:03:40 -06:00 |
|
Gregory Nutt
|
b3b746c44a
|
configs/sama5d4-ek/bridge: Add a simple test for the dual EMACs on the SAMA5D4
|
2014-11-17 10:56:02 -06:00 |
|
Gregory Nutt
|
e3920b130f
|
changes for clean build with Ethernet+SLIP
|
2014-11-16 11:27:53 -06:00 |
|
Gregory Nutt
|
3715040386
|
Change CONFIG_NET_RECEIVE_WONDOW to CONFIG_NET_ETH_TCP_RECVWNDO or CONFIG_NET_SLIP_TCP_RECVWNDO in all defconfig files
|
2014-11-16 10:49:33 -06:00 |
|
Gregory Nutt
|
07a74c3cfd
|
Refresh configuration
|
2014-11-16 09:36:08 -06:00 |
|
Gregory Nutt
|
66f49ae9b4
|
Rename CONFIG_NET_BUFSIZE to CONFIG_NET_ETH_MTU in all configs/ README.txt files
|
2014-11-16 08:18:56 -06:00 |
|
Gregory Nutt
|
fa0512a766
|
Rename CONFIG_NET_BUFSIZE to CONFIG_NET_ETH_MTU is all configuration files
|
2014-11-16 08:07:16 -06:00 |
|
Gregory Nutt
|
127642d676
|
Network: Update SLIP configuration; Fix compile issues when building SLIP only
|
2014-11-15 14:36:49 -06:00 |
|
Gregory Nutt
|
adb497959d
|
STM32F4Discovery netnsh configuration needs to set MAC address
|
2014-11-15 08:32:12 -06:00 |
|
Gregory Nutt
|
b0fa0a0b98
|
Netwoek: Ada a parameter to netdev_register() to indicate the link protocol supported by the driver. Use this value to replace some logic commited yesterday
|
2014-11-15 08:22:51 -06:00 |
|
Gregory Nutt
|
f4e696f10f
|
ARP: Add support for the case where there are multiple networks: One being Etherenet and the other not (say slip or perhaps someday PPP). In that case, we need to suppress ARP-related operations on the SLIP/PPP interface only
|
2014-11-14 18:25:33 -06:00 |
|
Gregory Nutt
|
1bae6f4d60
|
Cosmetic updates; updates to README
|
2014-11-14 09:54:00 -06:00 |
|
Gregory Nutt
|
dd2fdcb18f
|
EFM32GG-STK3700: Increase LEUART0 baud to 9600; Calibrate delay loop
|
2014-11-14 06:33:54 -06:00 |
|
Gregory Nutt
|
113c7f25ba
|
merge
|
2014-11-13 08:43:53 -06:00 |
|
Gregory Nutt
|
39d1e97934
|
Refresh configuration
|
2014-11-13 08:40:11 -06:00 |
|
Gregory Nutt
|
d25a3ec157
|
Update configuration
|
2014-11-13 08:08:50 -06:00 |
|
Gregory Nutt
|
22ebb20b79
|
Merge remote-tracking branch 'origin/master' into maxargs
|
2014-11-13 06:12:20 -06:00 |
|
Gregory Nutt
|
f31dca368b
|
Remove CONFIG_MAX_TASK_ARGS from all Kconfigs and defconfigs
|
2014-11-12 18:02:19 -06:00 |
|
Gregory Nutt
|
dd03c11874
|
Update document and README
|
2014-11-12 14:47:04 -06:00 |
|
Gregory Nutt
|
43281776fe
|
EFM32: Tweaks to get EFM32GG-STK3700 running NSH over LEUART0
|
2014-11-12 12:50:09 -06:00 |
|
Gregory Nutt
|
2a48a29385
|
Updates the px4fmu-v2_upstream config using menuconfig. From Lorenz Meier.
|
2014-11-12 07:38:16 -06:00 |
|
Gregory Nutt
|
1381705258
|
Update README files
|
2014-11-11 09:36:33 -06:00 |
|
Gregory Nutt
|
a66a10b891
|
Refresh configuration
|
2014-11-10 13:43:43 -06:00 |
|
Gregory Nutt
|
46e45619c0
|
Remove stm32f100rc_generic board configuration
|
2014-11-10 07:48:48 -06:00 |
|
Gregory Nutt
|
ed4978da54
|
Merge remote-tracking branch 'origin/master' into bas24
|
2014-11-03 17:22:38 -06:00 |
|
Gregory Nutt
|
99d9a10943
|
STM32GG Starter Kit: Misc bugfixes for clean compile of the NSH configuration
|
2014-11-03 17:20:03 -06:00 |
|
Gregory Nutt
|
e94aa0558f
|
STM32GG Starter Kit: Add basic NSH configuration
|
2014-11-03 16:58:22 -06:00 |
|
Gregory Nutt
|
b2755708bc
|
STM32GG Starter Kit: Add Makefile and boot logic
|
2014-11-03 16:26:55 -06:00 |
|