-
Notifications
You must be signed in to change notification settings - Fork 847
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Freertos wifi examples don't build with the latest version of FreeRTOS-Kernel #428
Comments
OK, so this is a bit more involved; they have merged the |
FreeRTOS 11.0 (Released in December) now defines FREE_RTOS_KERNEL_SMP instead of portSUPPORT_SMP.
I don't understand enough of the code to try to fix it (FreeRTOS noob here). |
It looks like FreeRTOS is looking for |
See #429 😉 |
FreeRTOS/FreeRTOS-Kernel@ae3a498
The text was updated successfully, but these errors were encountered: