-
Notifications
You must be signed in to change notification settings - Fork 151
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
lv_port_pc_vscode - on macos - FreeRTOS not Working #65
Comments
Hi,
Can you send Pull request to fix it? Note that this project is for PC with SDL. Do you use it with ESP? In this case |
Il giorno lun 23 set 2024 alle ore 14:15 Gabor Kiss-Vamosi <
***@***.***> ha scritto:
Hi,
changing the CmakeFile to ON, will not affect the compilation. FreeRTOS is
still disabled. You can solve this issue by adding a unset(USE_FREERTOS
CACHE) in the file. I have placed it on the previous line where the
variable is set.
Can you send Pull request to fix it?
*Of course I can. *
------------------------------
Note that this project is for PC with SDL. Do you use it with ESP? In this
case LV_USE_SDL should be disabled for sure but it seems very complicated
to make it an ESP project. FreeRTOS is shipped in ESP-IDF, so you wouldn't
need to add it externally.
*No I don't, I am using it with SDL on macos. I would like to use the
simulator to fastly create screens and then put them back to embedded on
ESP. *
Thank you for your work!
|
Followed the tutorial to startup the simulator on macos.
I would like to make it running through FreeRTOS, but it was not working.
Thank you!
The text was updated successfully, but these errors were encountered: