So we’re using the CSDK that we received from our vendor and although the general platform approach to the SDK with device and feature selection is appreciated, i want to understand if we can only get the RTOS (+HAL) of our specific part. This is to ensure:
- Only application required features are built
- Additional drivers and middleware don’t increase code size
- More readability and an overall lean project structure by removing configurability for multiple devices.
I understand that the SDK gives configurability for most of this, but re-stating that we’d like to set up our own lean LL and middleware code, only import HALs for required features and have kernel support for the single device we’re using.
Need to understand if these packages are available separately (from the SDK)
The module we’re using right now is: EC200UCN_AA.
Also, can share vendor details if needed for authentication.
Thanks