espressif / esp32-arduino-lib-builder

146 stars 157 forks source link

Add configuration UI #158

Closed lucasssvaz closed 6 months ago

lucasssvaz commented 7 months ago

Arduino Static Libraries Configuration Editor

This is a simple application to configure the static libraries for the ESP32 Arduino core. It allows the user to select the targets to compile, change the configuration options and compile the libraries.

The application is built using the 'textual' library, which is a Python library for building text-based user interfaces.

To Do

lucasssvaz commented 6 months ago

@SuGlider @P-R-O-C-H-Y Do you guys want to take a look at the UI or should we move on to the docker image implementation ?

P-R-O-C-H-Y commented 6 months ago

@lucasssvaz I am on it :)

P-R-O-C-H-Y commented 6 months ago

@lucasssvaz When #167 will get merged, it would be great to replace the Compilation target Selection with SelectionList, so multiple targets can be selected. Can you take a look? :)

P-R-O-C-H-Y commented 6 months ago

Else the UI is really nice! Awesome job.

lucasssvaz commented 6 months ago

@me-no-dev @P-R-O-C-H-Y PTAL. I'll also add to the readme how to use it.