Thanks, great resource and tutorial !
My idea was to download and use the new sdk system (west).
Its full downloaded size is almost 8Gb which is a bad idea to use as is for my CI/CD system (we don't use Docker yet), so I've made a lightweight version which only target the RT devices (the ones we use currently) it's about 1Gb now.
Next step, is to be able to build the SDK as an external static library targeting the RT MCU that our projects use.
It still looks complex to do because of the west system and its "board" layer that we would like like to bypass if possible.