mongoose/examples/ti/ek-tm4c1294xl-freertos/mongoose_custom.h

10 lines
215 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
2022-11-25 03:32:05 +08:00
#define MG_ARCH MG_ARCH_FREERTOS
#define MG_ENABLE_TCPIP 1
2022-11-25 03:32:05 +08:00
#define MG_ENABLE_DRIVER_TM4C 1
#define MG_IO_SIZE 256
2023-03-07 02:57:51 +08:00
#define MG_ENABLE_PACKED_FS 1