this repository aim to make the official ST DISCO F746NG demo from STM32Cube_FW_F7_V1.2.0 working on mbed.

Dependencies:   BSP_DISCO_F746NG_patch mbed-rtos mbed

Committer:
NirT
Date:
Mon Nov 02 23:38:08 2015 +0000
Revision:
0:c00e6c923941
Error: Incomplete type is not allowed in "patch/LwIP/src/include/lwip/dhcp.h", Line: 83, Col: 4; ; and more like this.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
NirT 0:c00e6c923941 1 /*
NirT 0:c00e6c923941 2 * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
NirT 0:c00e6c923941 3 * All rights reserved.
NirT 0:c00e6c923941 4 *
NirT 0:c00e6c923941 5 * Redistribution and use in source and binary forms, with or without modification,
NirT 0:c00e6c923941 6 * are permitted provided that the following conditions are met:
NirT 0:c00e6c923941 7 *
NirT 0:c00e6c923941 8 * 1. Redistributions of source code must retain the above copyright notice,
NirT 0:c00e6c923941 9 * this list of conditions and the following disclaimer.
NirT 0:c00e6c923941 10 * 2. Redistributions in binary form must reproduce the above copyright notice,
NirT 0:c00e6c923941 11 * this list of conditions and the following disclaimer in the documentation
NirT 0:c00e6c923941 12 * and/or other materials provided with the distribution.
NirT 0:c00e6c923941 13 * 3. The name of the author may not be used to endorse or promote products
NirT 0:c00e6c923941 14 * derived from this software without specific prior written permission.
NirT 0:c00e6c923941 15 *
NirT 0:c00e6c923941 16 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
NirT 0:c00e6c923941 17 * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
NirT 0:c00e6c923941 18 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
NirT 0:c00e6c923941 19 * SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
NirT 0:c00e6c923941 20 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
NirT 0:c00e6c923941 21 * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
NirT 0:c00e6c923941 22 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
NirT 0:c00e6c923941 23 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
NirT 0:c00e6c923941 24 * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
NirT 0:c00e6c923941 25 * OF SUCH DAMAGE.
NirT 0:c00e6c923941 26 *
NirT 0:c00e6c923941 27 * This file is part of the lwIP TCP/IP stack.
NirT 0:c00e6c923941 28 *
NirT 0:c00e6c923941 29 * Author: Adam Dunkels <adam@sics.se>
NirT 0:c00e6c923941 30 *
NirT 0:c00e6c923941 31 */
NirT 0:c00e6c923941 32
NirT 0:c00e6c923941 33