Ethernet support based on arduino shield for FRDM KL25Z.
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.
Revision 1:49a4de80f92f, committed 2013-09-20
- 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 |
diff -r 5ae4b6e22715 -r 49a4de80f92f main.cpp --- 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) {