mongoose/examples/stm32/stm32-freertos-tcp
2022-11-07 23:58:58 +00:00
..
HAL Move STM32 examples to stm32 folder 2021-10-22 14:19:50 +03:00
stm32f7 Move STM32 examples to stm32 folder 2021-10-22 14:19:50 +03:00
main.c Use int debug level 2022-08-01 11:19:32 +01:00
Makefile Create MG_ARCH_FREERTOS, MG_ENABLE_LWIP, MG_ENABLE_FREERTOS_TCP. Remove MG_ARCH_FREERTOS_TCP, MG_ARCH_RTX_LWIP 2022-11-07 23:58:58 +00:00
openocd.cfg Move STM32 examples to stm32 folder 2021-10-22 14:19:50 +03:00
README.md Move STM32 examples to stm32 folder 2021-10-22 14:19:50 +03:00

Mongoose with STM32, FreeRTOS kernel and FreeRTOS-TCP network stack

The -DMG_ARCH=MG_ARCH_FREERTOS_TCP compilation flag enables FreeRTOS+TCP support.