nxp-mcuxpresso / mcux-sdk

MCUXpresso SDK
BSD 3-Clause "New" or "Revised" License
323 stars 142 forks source link

Delete old driver files #134

Closed mmahadevan108 closed 1 year ago

mmahadevan108 commented 1 year ago

Prerequisites

Describe the pull request

The driver files inside flexcomm and flexio have moved to sub-folders. Delete the older driver files and update the cmake files to use the updated drivers.

Type of change

Bug fix (non-breaking change which fixes an issue)

mmahadevan108 commented 1 year ago

cc @mcuxsusan

mcuxsusan commented 1 year ago

Hi @mmahadevan108, thanks for the contribution, the change is OK. The driver folder structure changed from 2.14.0 so there's legacy and new driver co-exists issue. And there's a significant change in 2.14.0 that you may need to take care of for integration: We do not generate individual component cmake files, now up layer project is suggested to include the device specific all_device_lib and integrate kconfig to add/delete component and handle the component dependencies.

mmahadevan108 commented 1 year ago

Thank you Susan for updating me.