Gregory Nutt
|
29dc5916af
|
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
|
2340d46d20
|
Rename NET_LL_MTU to NET_DEV_MTU; rename d_llmtu to d_mtu
|
2014-11-16 10:42:19 -06:00 |
|
Gregory Nutt
|
1f3ce25381
|
Update ChangeLogs
|
2014-11-16 10:07:11 -06:00 |
|
Gregory Nutt
|
c00a37a3db
|
Fixes for Ethernet, SLIP, and Ethernet+SLIP builds
|
2014-11-16 09:55:58 -06:00 |
|
Gregory Nutt
|
72f0145f69
|
Refresh configuration
|
2014-11-16 09:36:08 -06:00 |
|
Gregory Nutt
|
859748a94e
|
Completes conversion of CONFIG_NET_BUFIZE to CONFIG_NET_ETH/SLIP_MTU
|
2014-11-16 09:22:38 -06:00 |
|
Gregory Nutt
|
b9cd425bc2
|
Rename CONFIG_NET_BUFSIZE to CONFIG_NET_ETH_MTU in all drivers/net (except slip.c)
|
2014-11-16 08:53:20 -06:00 |
|
Gregory Nutt
|
71a4f29518
|
Clarify MTU/BUFSIZE in apps/ README.txt files and Documentation
|
2014-11-16 08:50:36 -06:00 |
|
Gregory Nutt
|
ca7486d7f3
|
Add link MTU size to network device structure.
|
2014-11-16 08:49:14 -06:00 |
|
Gregory Nutt
|
d6680d8524
|
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
|
63526fb1ef
|
Rename CONFIG_NET_BUFSIZE to CONFIG_NET_ETH_MTU is all MCU Ethernet drivers
|
2014-11-16 08:10:06 -06:00 |
|
Gregory Nutt
|
307d869429
|
Rename CONFIG_NET_BUFSIZE to CONFIG_NET_ETH_MTU is all configuration files
|
2014-11-16 08:07:16 -06:00 |
|
Gregory Nutt
|
e83151ee37
|
Update ChangeLog
|
2014-11-16 07:59:10 -06:00 |
|
Gregory Nutt
|
c2c37abf47
|
EFM32 USART setup: Computation of BAUD includes shift; Eliminate additional shift. From Pierre-noel Bouteville
|
2014-11-16 07:57:57 -06:00 |
|
Gregory Nutt
|
37fd5c0fe0
|
Update ChangeLog
|
2014-11-16 06:51:09 -06:00 |
|
Gregory Nutt
|
1055ba464d
|
SAM3/4: Add missing SPI0 clock configuartion macro for the SAM4S
|
2014-11-16 06:43:08 -06:00 |
|
Gregory Nutt
|
11d2181d15
|
Update TODO
|
2014-11-15 15:44:18 -06:00 |
|
Gregory Nutt
|
51adb90e9a
|
Network: Update SLIP configuration; Fix compile issues when building SLIP only
|
2014-11-15 14:36:49 -06:00 |
|
Gregory Nutt
|
daa94934eb
|
Network: netdev_register() must assign the device name appropriately according to the link layer type
|
2014-11-15 14:21:11 -06:00 |
|
Gregory Nutt
|
5fc1f9dd2a
|
Update ChangeLogs
|
2014-11-15 13:54:49 -06:00 |
|
Gregory Nutt
|
08de18c1a6
|
Network: Various fixes for clean compile with both Ethernet and SLIP
|
2014-11-15 13:52:39 -06:00 |
|
Gregory Nutt
|
2e55db369d
|
Network: All logic will now handle varialbe length link layer protocol headers within incoming packets. This permits use of multiple network interfaces with differing data links. For example, ETHERNET + SLIP
|
2014-11-15 13:13:23 -06:00 |
|
Gregory Nutt
|
5d05b00fda
|
Merge remote-tracking branch 'origin/master' into llhdrlen
|
2014-11-15 10:25:30 -06:00 |
|
Gregory Nutt
|
4c885dd52d
|
Update ChangeLog
|
2014-11-15 10:23:58 -06:00 |
|
Gregory Nutt
|
a831ab21bc
|
Merge remote-tracking branch 'origin/master' into llhdrlen
|
2014-11-15 10:04:49 -06:00 |
|
Gregory Nutt
|
ebb6fd1e9c
|
Resove merge conflicts
|
2014-11-15 10:04:33 -06:00 |
|
Gregory Nutt
|
25d787ff12
|
Remove use of NET_LL_HDRLEN from net/arp logic. Use ETH_HDRLEN instead
|
2014-11-15 09:13:50 -06:00 |
|
Gregory Nutt
|
25a9005ce7
|
Remove use of NET_LL_HDRLEN from Ethernet drivers. Use ETH_HDRLEN instead
|
2014-11-15 09:05:34 -06:00 |
|
Gregory Nutt
|
2b758537ea
|
Network: Misc fixes for clean complete with both Ethernet and SLIP enabled
|
2014-11-15 08:55:50 -06:00 |
|
Gregory Nutt
|
3ffbfc6bbd
|
Update ChangeLog
|
2014-11-15 08:32:54 -06:00 |
|
Gregory Nutt
|
240b688001
|
STM32F4Discovery netnsh configuration needs to set MAC address
|
2014-11-15 08:32:12 -06:00 |
|
Gregory Nutt
|
388ef8db1a
|
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
|
8d00912207
|
Add mirror (x/y) and inverse video (black<->white) options to the ST7565 LCD driver. From Pierre-noel Bouteville.
|
2014-11-15 06:43:12 -06:00 |
|
Gregory Nutt
|
64d18bfe12
|
NET: Fix some some more ARP/Ethernet releated configuration
|
2014-11-14 21:22:45 -06:00 |
|
Gregory Nutt
|
0d7c378e4e
|
Costmetic change
|
2014-11-14 18:51:57 -06:00 |
|
Gregory Nutt
|
30aad0e303
|
Update TODO list
|
2014-11-14 18:40:06 -06:00 |
|
Gregory Nutt
|
f8c533f011
|
Update ChangeLog
|
2014-11-14 18:27:41 -06:00 |
|
Gregory Nutt
|
ebdff66c8b
|
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
|
c3405e98f0
|
Update ChangeLog
|
2014-11-14 16:47:52 -06:00 |
|
Gregory Nutt
|
e03c764d92
|
I don't think that the net_route function has ever worked correctly. The source ip was updated in the match struct instead of the route ip. From Brennan Ashton.
|
2014-11-14 16:45:25 -06:00 |
|
Gregory Nutt
|
ca15802ae5
|
Trival fix to comment
|
2014-11-14 10:58:13 -06:00 |
|
Gregory Nutt
|
bd1b5094b4
|
Trivial binfmt logic clean-up
|
2014-11-14 10:38:58 -06:00 |
|
Gregory Nutt
|
66dbce8cf6
|
Cosmetic updates; updates to README
|
2014-11-14 09:54:00 -06:00 |
|
Gregory Nutt
|
9e290c10b5
|
Fix some compile issues introduces with removal of CONFIG_MAX_TASK_ARGS
|
2014-11-14 09:53:11 -06:00 |
|
Gregory Nutt
|
db12ac1f14
|
EFM32: Finishes USB naming fixup. Still some missing initialization logic
|
2014-11-14 08:36:18 -06:00 |
|
Gregory Nutt
|
7358c3c641
|
EFM32: More USB naming updates. Still not finished
|
2014-11-14 07:20:13 -06:00 |
|
Gregory Nutt
|
9f3d4b30fb
|
Add st7565.c to build
|
2014-11-14 06:55:16 -06:00 |
|
Gregory Nutt
|
13b58a3c2a
|
EFM32GG-STK3700: Increase LEUART0 baud to 9600; Calibrate delay loop
|
2014-11-14 06:33:54 -06:00 |
|
Gregory Nutt
|
b87b91cbfe
|
Update ChangeLog
|
2014-11-13 16:06:00 -06:00 |
|
Gregory Nutt
|
3576e249b5
|
Add driver for ST7565 that works with NHD‐C12864KGZ display. From Pierre-noel Bouteville.
|
2014-11-13 16:03:52 -06:00 |
|