mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-13 16:09:00 +08:00
9 lines
222 B
C
9 lines
222 B
C
#define MG_ARCH MG_ARCH_RP2040
|
|
|
|
#define MG_ENABLE_TCPIP 1
|
|
#define MG_ENABLE_TCPIP_DRIVER_INIT 0
|
|
#define MG_ENABLE_DRIVER_W5500 1
|
|
#define MG_ENABLE_CUSTOM_RANDOM 1
|
|
#define MG_ENABLE_PACKED_FS 1
|
|
#define MG_ENABLE_POSIX_FS 0
|