RT-Thread-Studio / sdk-bsp-ra6m3-hmi-board

sdk-bsp-ra6m3-hmi-board
12 stars 15 forks source link

RT-Thread Studio RA6M3 HMI-board factory-example errors #30

Closed DansDesigns closed 11 months ago

DansDesigns commented 1 year ago

RT-Thread Studio keeps loosing some of the file structure after changes to "RT-Thread Settings" for the RA6M3 HMI-Board. Specifically rw007-v2.0.1, RTduino-latest and half of my SuqareLine Studio project that is placed in the "board/lvgl/demo" folder..

This has happened every 3 or 4 builds and forces me to restart the project from scratch..

Once the files have disappeared from the "Project Explorer" they can still be seen on the system by using the Right-Click menu and clicking ""Open Resource Directory" but the project no longer builds and is completely useless.. I have tried the "Refresh" option in the Right-click menu of the "Project Explorer" but it makes no difference..

DansDesigns commented 11 months ago

so it turns out when starting a new project with the the HMI-board-factory template and running the "re-build project" tool, rw007-v2.1.0 gets downgraded to v2.0.1...

UNLESS in: RT_Thread Project Settings > IoT > WiFi > RW007 > "Version" is set to "latest"

Manually created SConscript files are being removed however a modified version of the "demo" folder's SConscript, placed into each folder, solves the issue of the Squareline Studio Project files being removed from the "Project Explorer"..

RTduino-latest still has errors, I have posted a topic about these on the RTduino github: pins_arduino.h missing and 'class' not recognised RTduino

DansDesigns commented 11 months ago

lvgl version issue: rt-thread_lvgl_version_error

wifi version issue: rt-thread_wifi_version_error

these issues still persist on every new project build