Onenet
Dependents: K64F_eCompass_OneNET_JW
lwip-eth/arch/TARGET_NXP/lwipopts_conf.h@0:b2805b6888dc, 2016-06-20 (annotated)
- Committer:
- robert_jw
- Date:
- Mon Jun 20 01:40:20 2016 +0000
- Revision:
- 0:b2805b6888dc
ADS
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
robert_jw | 0:b2805b6888dc | 1 | /* Copyright (C) 2012 mbed.org, MIT License |
robert_jw | 0:b2805b6888dc | 2 | * |
robert_jw | 0:b2805b6888dc | 3 | * Permission is hereby granted, free of charge, to any person obtaining a copy of this software |
robert_jw | 0:b2805b6888dc | 4 | * and associated documentation files (the "Software"), to deal in the Software without restriction, |
robert_jw | 0:b2805b6888dc | 5 | * including without limitation the rights to use, copy, modify, merge, publish, distribute, |
robert_jw | 0:b2805b6888dc | 6 | * sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is |
robert_jw | 0:b2805b6888dc | 7 | * furnished to do so, subject to the following conditions: |
robert_jw | 0:b2805b6888dc | 8 | * |
robert_jw | 0:b2805b6888dc | 9 | * The above copyright notice and this permission notice shall be included in all copies or |
robert_jw | 0:b2805b6888dc | 10 | * substantial portions of the Software. |
robert_jw | 0:b2805b6888dc | 11 | * |
robert_jw | 0:b2805b6888dc | 12 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING |
robert_jw | 0:b2805b6888dc | 13 | * BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND |
robert_jw | 0:b2805b6888dc | 14 | * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, |
robert_jw | 0:b2805b6888dc | 15 | * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
robert_jw | 0:b2805b6888dc | 16 | * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
robert_jw | 0:b2805b6888dc | 17 | */ |
robert_jw | 0:b2805b6888dc | 18 | |
robert_jw | 0:b2805b6888dc | 19 | #ifndef LWIPOPTS_CONF_H |
robert_jw | 0:b2805b6888dc | 20 | #define LWIPOPTS_CONF_H |
robert_jw | 0:b2805b6888dc | 21 | |
robert_jw | 0:b2805b6888dc | 22 | #define LWIP_TRANSPORT_ETHERNET 1 |
robert_jw | 0:b2805b6888dc | 23 | |
robert_jw | 0:b2805b6888dc | 24 | #if defined(TARGET_LPC4088) || defined(TARGET_LPC4088_DM) |
robert_jw | 0:b2805b6888dc | 25 | #define MEM_SIZE 15360 |
robert_jw | 0:b2805b6888dc | 26 | #elif defined(TARGET_LPC1768) |
robert_jw | 0:b2805b6888dc | 27 | #define MEM_SIZE 16362 |
robert_jw | 0:b2805b6888dc | 28 | #endif |
robert_jw | 0:b2805b6888dc | 29 | |
robert_jw | 0:b2805b6888dc | 30 | #endif |