I see that zephyr 3.6 supports a device I need in my current project (telit 910 cellular modem). Driver is integrated with others in drivers/modem/modem_cellular.c
Would it be possible to use zephyr 3.6 and SDK 2.5.2 (understanding that this may be untested etc.)?
May I be able to build that driver out of tree (as a temporary solution until a new SDK will move to the new zephyr release)?
Is there a way to just apply a "patch" to current driver, adding support for the one I need?
I am still trying to figure out how the build system works, so I may be missing something obvious