espressif / esp-bsp

Board support components for Espressif development boards
Other
141 stars 76 forks source link

feat: No graphical library in BSPs #290

Closed tore-espressif closed 3 months ago

tore-espressif commented 3 months ago

ESP-BSP Pull Request checklist

Change description

With this change we can upload No Graphical Library (-noglib) versions of the BSPs. We must remove esp_lvgl_port from the list of dependencies and disable the relevant parts of code.

As an example only ESP32-S3-EYE is modified for this change

tore-espressif commented 3 months ago

@espzav Please have a brief look. We can discuss tomorrow :)

tore-espressif commented 3 months ago

@espzav This PR is ready for review. The change is only implemented for esp32_s3_eye that will be internally tested with many examples. After the testing period I can follow-up with updates to other BSPs

Please let me know which PR you want to merge first :)