mongoose/examples/ti/ek-tm4c1294xl-make-baremetal-builtin/mongoose_custom.h

12 lines
274 B
C
Raw Normal View History

2022-11-25 03:32:05 +08:00
#pragma once
2023-03-07 02:57:51 +08:00
// See https://mongoose.ws/documentation/#build-options
2023-11-09 00:50:17 +08:00
#define MG_ARCH MG_ARCH_NEWLIB
#define MG_ENABLE_TCPIP 1
2023-11-09 00:50:17 +08:00
#define MG_ENABLE_CUSTOM_MILLIS 1
2022-11-25 03:32:05 +08:00
#define MG_IO_SIZE 256
2023-11-09 00:50:17 +08:00
#define MG_ENABLE_PACKED_FS 1
#define MG_ENABLE_DRIVER_TM4C 1
#define MG_ENABLE_LINES 1