Hello, How does the mynewt project foresee driver code being added to the project? What I mean by that is does the project aim to be a bit like the Linux kernel, with a huge codebase containing all supported drivers and the user including only the ones they want, or would the project prefer that extra drivers be published as independent repos that the user searches for and adds to the project? I noticed that nimble has now been moved out of mynewt-core and into its own repo.
I'm currently working on a project that uses the BME680 environmental sensor and I'm hoping to integrate it into the existing sensor framework. I wasn't sure whether it would be best to create a separate repo for this driver on github or include it directly in mynewt-core. Amr
