cesanta / mongoose-os

Mongoose OS - an IoT Firmware Development Framework. Supported microcontrollers: ESP32, ESP8266, CC3220, CC3200, STM32F4, STM32L4, STM32F7. Amazon AWS IoT, Microsoft Azure, Google IoT Core integrated. Code in C or JavaScript.
https://mongoose-os.com
Other
2.51k stars 429 forks source link

fully qualified call to link.py #604

Closed a2800276 closed 1 year ago

a2800276 commented 1 year ago

Removes some unnecessary redundancy between identical CMakeLists.txt for esp32 and esp32c3 and fully qualifies the call to link.py relative to the mongoose-os dependency being used instead of using a hard-coded absolute path

rojer commented 1 year ago

makes sense, thanks

a2800276 commented 1 year ago

Thanks for the quick reply!