2022-11-25 03:32:05 +08:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#include <errno.h> // we are not using lwIP
|
|
|
|
|
|
|
|
#define MG_ARCH MG_ARCH_FREERTOS
|
2023-02-08 05:16:42 +08:00
|
|
|
#define MG_ENABLE_TCPIP 1
|
2022-11-25 03:32:05 +08:00
|
|
|
#define MG_ENABLE_DRIVER_TM4C 1
|
|
|
|
#define MG_IO_SIZE 256
|