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
patch/LwIP/src/FILES@0:c00e6c923941, 2015-11-02 (annotated)
- 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?
User | Revision | Line number | New contents of line |
---|---|---|---|
NirT | 0:c00e6c923941 | 1 | api/ - The code for the high-level wrapper API. Not needed if |
NirT | 0:c00e6c923941 | 2 | you use the lowel-level call-back/raw API. |
NirT | 0:c00e6c923941 | 3 | |
NirT | 0:c00e6c923941 | 4 | core/ - The core of the TPC/IP stack; protocol implementations, |
NirT | 0:c00e6c923941 | 5 | memory and buffer management, and the low-level raw API. |
NirT | 0:c00e6c923941 | 6 | |
NirT | 0:c00e6c923941 | 7 | include/ - lwIP include files. |
NirT | 0:c00e6c923941 | 8 | |
NirT | 0:c00e6c923941 | 9 | netif/ - Generic network interface device drivers are kept here, |
NirT | 0:c00e6c923941 | 10 | as well as the ARP module. |
NirT | 0:c00e6c923941 | 11 | |
NirT | 0:c00e6c923941 | 12 | For more information on the various subdirectories, check the FILES |
NirT | 0:c00e6c923941 | 13 | file in each directory. |