• Earle F. Philhower, III's avatar
    Avoid freezeing the core from LWIP under FreeRTOS (#1884) · 2bf249ff
    Earle F. Philhower, III authored
    Avoid issues with interrupts and priority inversions and other deadlocks
    and use a SW based random generator for LWIP when under FreeRTOS.
    
    This means removing any overrides for sleep_until and the two
    get_rand_xx calls from the SDK, making things much saner.
    
    Related to #1883, #1872, and other random FreeRTOS lockups.
    2bf249ff