mongoose/examples/stm32/nucleo-f429zi-make-freertos-builtin/mongoose_config.h

12 lines
252 B
C
Raw Normal View History

2022-11-09 17:38:30 +08:00
#pragma once
2023-02-11 08:04:34 +08:00
// See https://mongoose.ws/documentation/#build-options
2022-11-09 17:38:30 +08:00
#define MG_ARCH MG_ARCH_FREERTOS
2023-11-08 03:47:04 +08:00
#define MG_ENABLE_TCPIP 1
2023-12-16 05:38:02 +08:00
#define MG_ENABLE_DRIVER_STM32F 1
2022-11-09 17:38:30 +08:00
#define MG_IO_SIZE 256
2023-02-11 08:04:34 +08:00
#define MG_ENABLE_CUSTOM_RANDOM 1
#define MG_ENABLE_PACKED_FS 1