Multiple ESP32 targets - the future for the Espruino Build structure #7497
Replies: 1 comment
-
Posted at 2024-08-18 by @SimonGAndrews I will cut to the chase and suppose that a good end position is to have all ESP targets on one version of the ESP-IDF and that all build variances of the targets configured within the ESP-IDF sdkConfig (The SDK project configuration) mechanism. With a common code base for all ESP targets (eg jshardwareESP.c ) using minimal #idfefs. And implementing a method in the boards.py file to specify the config file to be used in the IDF.py build. Posted at 2024-08-18 by @SimonGAndrews See this readme On the espressif mechanism for building for multiple configurations. Posted at 2024-08-18 by @SimonGAndrews Ive also used Chat GBT to answer this question.
The How
|
Beta Was this translation helpful? Give feedback.
-
Posted at 2024-08-18 by @SimonGAndrews
I think it would be usefull to share ideas between us on how we see the ideal shape of the Espruino codebase and build structure for the multiple ESP chips (targets) in the future. Ive got a few thoughts to start.
Beta Was this translation helpful? Give feedback.
All reactions