Commit Graph

3425 Commits

Author SHA1 Message Date
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
Gregory Nutt
cfbad6f5d8 STM32GG Starter Kit: Add Kconfig and linker script files 2014-11-03 16:22:29 -06:00
Gregory Nutt
92b6c8f325 EFM32GG: Add a few files for the starter kit 2014-11-03 16:13:12 -06:00
Gregory Nutt
b6a6fa7d37 Disable BINFS in the sim/bas config 2014-11-01 17:44:55 -06:00
Gregory Nutt
e27d0bb3dc Remove duplicate getopt() in BAS 2014-11-01 17:16:15 -06:00
Gregory Nutt
bf5d46e746 New version of configs/bas: Runs BAS as an NSH builtin 2014-11-01 16:23:51 -06:00
Gregory Nutt
c19f430632 Back out configs/sim/bas 2014-11-01 15:52:08 -06:00
Gregory Nutt
e4007b7147 Add configs/sim/bas 2014-11-01 15:26:41 -06:00
Gregory Nutt
43c722d1b8 Merge remote-tracking branch 'origin/master' into bas24 2014-10-30 11:38:52 -06:00
Gregory Nutt
9fd42cdcfc Update document and README 2014-10-30 10:24:42 -06:00
Gregory Nutt
aed8195155 Fix all yahoo links. From Magnus Templing 2014-10-30 09:39:23 -06:00
Gregory Nutt
adb022054b Fix typo introduced into a Kconfig file in the last few days. Thanks to Sebastien Lorquet 2014-10-30 08:18:58 -06:00
Gregory Nutt
7381bbc48a Merge remote-tracking branch 'origin/master' into bas24 2014-10-30 06:58:43 -06:00
Gregory Nutt
138114dfd5 Remove some dangling whitespace 2014-10-30 06:57:43 -06:00
Gregory Nutt
6090a5a461 Documentation Update 2014-10-30 06:56:30 -06:00
Gregory Nutt
8247bf3e1c SAM4E-EK: Fix an error in USART1 pin number 2014-10-29 17:29:21 -06:00
Gregory Nutt
627e6301e0 EFM32 Gecko Starter Kit: Calibrate delay loops, update README 2014-10-29 12:31:55 -06:00
Gregory Nutt
43273312cc Merge remote-tracking branch 'origin/master' into bas24 2014-10-29 11:55:11 -06:00
Gregory Nutt
33f454a011 EFM32 Gecko Starter Kit: Switch to LEUART0 as the default console 2014-10-29 11:43:03 -06:00
Gregory Nutt
52fbd9500c Resolve conflict 2014-10-29 09:39:57 -06:00
Gregory Nutt
e696841574 Fix a few more EFM32 integration bugs 2014-10-29 09:38:38 -06:00
Gregory Nutt
e97ef669ed EFM32: Minor serial interrupt mask change; Add LEUART0 board support 2014-10-29 08:04:29 -06:00
Gregory Nutt
714464405d Fix a few more EFM32 integration bugs 2014-10-28 19:02:21 -06:00
Gregory Nutt
2326ea0307 EFM32: Need to configure UART GPIOs as outputs 2014-10-28 14:50:15 -06:00
Gregory Nutt
f8b2f291b4 EFM32: Fix GPIO configuration logic; Add missing board initializatin logic; Fix LED naming 2014-10-28 10:39:57 -06:00
Gregory Nutt
a839463322 EFM32G: Fix typo in memory map header file 2014-10-28 09:26:06 -06:00
Gregory Nutt
8595f421ee EFM32: Correct a typo in LFXO bit in clock configuration 2014-10-28 08:59:27 -06:00
Gregory Nutt
89605a5e78 EFM32: Update a configuration; Compile fix for when DEBUG is enabled 2014-10-28 07:24:04 -06:00
Gregory Nutt
4c36103407 Refresh a configuration 2014-10-28 00:11:40 -06:00
Gregory Nutt
afe6c95da3 Refresh configuration 2014-10-27 13:12:19 -06:00