stm32duino / STM32Ethernet

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

fix: set Ethernet Timer priority to 15 #66

Closed ABOSTM closed 1 year ago

ABOSTM commented 1 year ago

fix: set Ethernet Timer priority to 15

Aim is to have Ethernet Timer priority lower (higher value) than Systick (including FreeRTOS usecase)

This PR comes with https://github.com/stm32duino/STM32FreeRTOS/pull/57 in order to Fixes #65

fpistm commented 1 year ago

SpellCheck issue fixed in main branch.