@lopeztel Yep my port of Mynewt to BL602 should work on all BL602 boards. If you follow my (incomplete) article here...
https://lupyuen.github.io/articles/gpio#github-actions-workflow
It means that we can reuse the BL602 Microcontroller Package. For each BL602 board we just create a simple Board Support Package to define the things specific to the board, like LED GPIO.
There's still a lot more work to be done. I have ported only the GPIO part, we still need to do UART, I2C, SPI, ...
So if you're in a hurry, you might have to use the low level BL602 IoT SDK. Just that the code will be locked in to BL602 and won't run on other microcontrollers.
@lupyuen Thanks, I'll take a look, worst case scenario I'll try to add support for this specific board when I get it