Azure / embedded-wireless-framework

Microsoft's Embedded Wireless Framework is a design concept that enables users to abstract application code from host port drivers and communication adapter drivers primarily in microcontroller-based projects.
MIT License
63 stars 31 forks source link

Renesas RYZ014A Linker Issues #9

Closed renesas-adam-benson closed 1 year ago

renesas-adam-benson commented 1 year ago

Certain API's that aren't implemented for the RYZ014A will return a linker error if the user attempts to call them in an application. For example:

Would it be possible for these and other unimplemented APIs for the RYZ to return EWF_RESULT_NOT_SUPPORTED until they are fully implemented?

andrejm-rtos commented 1 year ago

There is no plan to add these. You can modify the code to fit your needs.