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.48k stars 430 forks source link

How do i force mos tool to use my fork of mongoose-os repo? #546

Closed Harvie closed 3 years ago

Harvie commented 3 years ago

Hello, i've made fork of this repo. how do i specify in mos.yml that i want to use my fork for the build? so i can test the code before doing PR?

For libraries it is easy, just put it in deps in mos.yml, but i don't know how to do it with the mongoose itself...

eg.: https://github.com/harvie/mongoose-os/

DrBomb commented 3 years ago

Hello harvie. You can use the --repo flag to point to a local mongoose-os repo on your local machine. That's the only way I know about as the mongoose-os module is managed by the build process.

Feel free to join us in the gitter chat as to avoid opening issues that aren't actual issues. Have a great day.

https://gitter.im/cesanta/mongoose-os

Harvie commented 3 years ago

This seems to work. Thank you!