mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-08-20 21:29:42 +08:00
Merge branch 'master' of https://github.com/RT-Thread/rt-thread
This commit is contained in:
@@ -153,4 +153,6 @@
|
||||
/* the size of each pbuf in the pbuf pool. */
|
||||
#define RT_LWIP_PBUF_POOL_BUFSIZE 1500
|
||||
|
||||
#define RT_USING_LIBC
|
||||
#define RT_USING_LWIP141
|
||||
#endif
|
||||
|
||||
@@ -35,6 +35,9 @@
|
||||
#ifndef SYNOP_GMAC_NETWORK_INTERFACE_H
|
||||
#define SYNOP_GMAC_NETWORK_INTERFACE_H 1
|
||||
|
||||
|
||||
#include <lwip/sys.h>
|
||||
#include <netif/ethernetif.h>
|
||||
#include "synopGMAC_plat.h"
|
||||
#include "synopGMAC_Host.h"
|
||||
#include "synopGMAC_Dev.h"
|
||||
|
||||
@@ -4,7 +4,7 @@ MEMORY
|
||||
{
|
||||
CODE (rx) : ORIGIN = 0x00100000, LENGTH = 0x00040000
|
||||
/* DATA (rw) : ORIGIN = 0x00200000, LENGTH = 0x00010000 */
|
||||
DATA (rw) : ORIGIN = 0x00204000, LENGTH = 0x0000C000
|
||||
DATA (rw) : ORIGIN = 0x00203000, LENGTH = 0x0000D000
|
||||
}
|
||||
ENTRY(_start)
|
||||
SECTIONS
|
||||
|
||||
@@ -38,7 +38,7 @@ extern void lwip_system_init(void);
|
||||
#endif
|
||||
|
||||
#ifdef RT_USING_DFS
|
||||
#include <dfs_init.h>
|
||||
#include <dfs.h>
|
||||
#include <dfs_fs.h>
|
||||
#ifdef RT_USING_DFS_ELMFAT
|
||||
#include <dfs_elm.h>
|
||||
|
||||
@@ -163,4 +163,5 @@
|
||||
// <bool name="RT_USING_BSP_CMSIS" description="Using CMSIS in BSP" default="true" />
|
||||
// #define RT_USING_BSP_CMSIS
|
||||
|
||||
#define RT_USING_LIBC
|
||||
#endif
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user