Matthew Kendall
Matthew Kendall
I am also seeing this issue. LVGL 9.1 running on STM32 under FreeRTOS, using code based very closely on the example in the docs: [https://docs.lvgl.io/master/integration/driver/display/lcd_stm32_guide.html](https://docs.lvgl.io/master/integration/driver/display/lcd_stm32_guide.html) There is plenty of memory,...
The assertion that is failing is `assert os.getcwd() == os.path.realpath(sim_path)`. It was failing for me because `os.getcwd()` returned `C:\\Users\\MDKEND~1.PER\\AppData\\Local\\Temp\\Simp_Patch` whereas `os.path.realpath(sim_path)` returned `C:\\Users\\mdkendall.PERIODIC\\AppData\\Local\\Temp\\Simp_Patch`. The difference being that in one the...
I spent some time today updating this so it can be cleanly merged with `beta`. Also, I added a matrix to the action so that it builds all of the...
If you fork this repo `G4lile0/tinyGS` you will not get the build action, because this pull request has not yet been accepted. If you fork my fork `mdkendall/tinyGS` you will...
@gmag11 Sure, no problem. I have modified the action to be triggered manually, or on publishing a release. If triggered manually, it has the same behavior as before. It builds...
To follow up on the question of consuming minutes, I don't think there is any cause for concern here. My understanding is that for Actions in public repos on standard...