nxp-mcuxpresso / mcux-sdk

MCUXpresso SDK
BSD 3-Clause "New" or "Revised" License
301 stars 136 forks source link

devices: add missing device_system cmake files for Kinetis devices #99

Closed danieldegrasse closed 1 year ago

danieldegrasse commented 1 year ago

Add missing device_system cmake files for Kinetis devices that require it. This will enable the CMSIS SystemInit function to be incuded for these devices.

Signed-off-by: Daniel DeGrasse daniel.degrasse@nxp.com

Prerequisites

Describe the pull request Some Kinetis devices are missing the required device_system cmake files to include their system driver. This file contains the CMSIS SystemInit function implementation. This issue was discovered when adding support for SystemInit into Zephyr (see here) and the PR only addresses those SOCs that require this cmake file and do not have it. Other Kinetis SOCs still lack the relevant CMake file

Type of change

Tests