stm32duino / STM32Ethernet

Arduino library to support Ethernet for STM32 based board
151 stars 42 forks source link

feat: Add examples to demonstrate how to use FreeRTOS with Ethernet #57

Closed ABOSTM closed 2 years ago

ABOSTM commented 2 years ago

feat: Add examples to demonstrate how to use FreeRTOS with Ethernet

Both WebClientFreeRTOS and WebServerFreeRTOS are available. Warning: FreeRTOS may disable interrupts between xTaskCreate() and vTaskStartScheduler(). Thus Ethernet, which is using Interrupts, should be initialized after scheduling start. thus it is done within a task.

Fixes #36

Tested on both :