Ethernet support based on arduino shield for FRDM KL25Z.

Dependencies:   mbed

This project is an initial support for ethernet in FRDM KL25Z. It is based on commercial arduino shield and its driver.

The TCP/IP stack is not included yet but it is possible to send and receive ethernet frames at this moment.

Original code is GPL2. My modified code is under the very restrictive license Beerware.

/media/uploads/marcelobarrosalmeida/2013-09-18_00.32.21-2.jpg

Files at this revision

API Documentation at this revision

Comitter:
marcelobarrosalmeida
Date:
Fri Sep 20 21:43:46 2013 +0000
Parent:
0:5ae4b6e22715
Commit message:
Adding mac comment

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Fri Sep 20 21:43:08 2013 +0000
+++ b/main.cpp	Fri Sep 20 21:43:46 2013 +0000
@@ -254,7 +254,7 @@
 
 static uint8_t Enc28j60Bank;
 static int gNextPacketPtr;
-uint8_t macaddr[] = {0x00, 0xFF, 0x7A, 0xA5, 0x06, 0xDD};
+uint8_t macaddr[] = {0x00, 0xFF, 0x7A, 0xA5, 0x06, 0xDD}; // fake mac, please change it
 
 static void enableChip(void) 
 {