PicoHTTPServer icon indicating copy to clipboard operation
PicoHTTPServer copied to clipboard

Update FreeRTOS to SMP branch

Open paulmreese opened this issue 2 years ago • 1 comments

I was receiving the error

#error configUSE_CORE_AFFINITY is not supported in single core FreeRTOS

which was resolved by using the smp branch.

paulmreese avatar Sep 24 '23 23:09 paulmreese

The smp branch was merged into main shortly after I submitted this pull request. The underlying cause of the original error message is actually that the configNUMBER_OF_CORES variable was added in addition to configNUM_CORES, as well as some now-required configuration options being absent.

paulmreese avatar Oct 25 '23 17:10 paulmreese