bl vz wip

Dependencies:   Socket_vz lwip-eth lwip-sys lwip_vz

Dependents:   main_src

Fork of EthernetInterface by VZTECH

Changes

RevisionDateWhoCommit message
73:7c0d0f3b941c 2015-11-24 klauss general changes default tip
72:02f5b386a2d0 2015-09-01 klauss Customized setup of environment variables for properly [UDP|TCP]sockets configuration
71:ced72ab50caf 2015-05-13 klauss #include "debug.h"
70:dea55d0069a1 2015-05-08 klauss compiling
69:4332c3a51160 2015-04-30 klauss wip
68:885cd5339065 2015-04-07 klauss wip
67:87a805407c51 2015-04-07 klauss wip
66:15cef80247e7 2015-03-10 klauss get file descriptor
65:7707ec817b90 2015-01-08 klauss wip
64:af8b83b77985 2015-01-07 klauss wip
63:512fae24238b 2015-01-07 klauss wip
62:081ea64187d0 2015-01-06 klauss rx buffer resized
61:770e621cad63 2015-01-05 klauss rx buffer personal config
60:197b0a70aac5 2015-01-04 klauss versao de validacao do eth
59:15f9c8d5b233 2014-12-16 klauss personal config
58:295a635028c3 2014-10-20 klauss personal configs
57:04085b5afb90 2014-10-20 klauss personal config
56:cb9c36ce5768 2014-10-07 klauss basic changes on defines
55:4ebf93ec0ea7 2014-10-02 klauss basic changes on default values
54:05d237a79bd7 2014-10-02 klauss basic changes
53:dc939ced1afc 2014-09-30 klauss base changes in defines
52:e7632c4b11cd 2014-09-16 klauss basic config
51:3b609e0d2e34 2014-09-16 klauss de volta ao estado da arte
50:064abe1aaca7 2014-09-16 klauss base changes
49:a092dad7450c 2014-09-15 klauss delta param
48:be83696723da 2014-09-15 klauss mudando alguns parametros de config do mtu e nro de buffers de entrada
47:7adbf4168cd2 2014-09-15 klauss de volta ao estado da arte
46:2e4761159b31 2014-09-15 klauss personalizacao do udo
45:e479c28869d6 2014-09-13 klauss mesmos parametros de configuracao de UDPs
44:24b337d23213 2014-09-12 klauss Aumento do nro de sockets UDP
43:5887ae6c0c2c 2014-08-19 mbed_official Update libraries to the latest revision
42:f69b81aa9eb1 2014-07-30 mbed_official Updated to the latest versions of lwip-eth and lwip-sys
41:e6b79f0ccd95 2014-06-12 mbed_official Updated to latest version of lwip-eth
40:a54ebf4f45be 2014-06-04 mbed_official Update to the latest version of lwip-eth
39:097a9996f8d5 2014-05-14 mbed_official Updated to the latest version of lwip-eth
38:f6ec7a025939 2014-04-24 mbed_official Updated dependencies on lwip and lwip-eth
37:926eb6517318 2014-04-24 mbed_official Synchronized with git revision 94fd2228fb4a382fb98d0115f6691fc0b659eea8
36:6a67d2bddc7c 2014-01-08 mbed_official Updated to use the latest versions of lwip and lwip-eth
35:cba86db5ab96 2013-10-09 mbed_official Synchronized with git revision d3963de05d9ddff98b9da2b2a1fee0d51fd9481e
34:4aa9e92d1a58 2013-10-01 bogdanm Added revision hashes
33:c21b055c45b8 2013-08-19 bogdanm Sync with official mbed library release 66
32:40640efbfcae 2013-06-04 emilmont Point to the latest libraries
31:5295c93ff37f 2013-06-03 emilmont Update lwIP and Socket libraries
30:4d7d7dc8485f 2013-05-30 emilmont Add LPC4088 target
29:52d857c9e3ba 2013-05-14 emilmont Update "Socket" library
28:9b2d10dc0392 2013-03-01 emilmont Update lwip library
27:2124eae946f3 2013-03-01 emilmont Update lwIP and socket libraries.; Add "getMACAddress".
26:dd9794ce1d64 2013-02-15 emilmont Correct Ethernet initialization with static IP
25:a0ee3ae75cfa 2012-08-13 emilmont Update socket library
24:c9bb345dcc65 2012-08-09 emilmont Increase default DHCP timeout from (3)s to (12)s;
23:5d5b40c4378b 2012-08-06 emilmont Add error message for unsupported targets
22:2a797ba9babe 2012-08-04 emilmont Change "ethernet_input" with "tcpip_input"
21:8cd2de462559 2012-08-03 emilmont Add timeout to network initialization
20:0d9ae7845bfe 2012-08-01 emilmont [Socket library] Remove redundant UDPPacket class. Use centralized socket destructor. Add is_connected check.
19:f1b8651f8f29 2012-07-31 emilmont Add explicit setting of socket blocking/non-blocking mode and timeout
18:9dce8f443bfd 2012-07-27 emilmont Update socket library
17:b7a3766f6253 2012-07-26 emilmont Update Socket library
16:56438e188f04 2012-07-26 emilmont socket library update
15:fd9597f1b81b 2012-07-25 emilmont Update socket library
14:cec293071eed 2012-07-23 emilmont tidyup