I have successfully added support for the S32K144_Q100_eval board in Zephyr. Most of the files were ported from the S32K146 (UCANSIC board). However, I couldn’t find the FTFC drivers for the mentioned board, so i ported the FTFC driver code from the S32Design Studio RTM SDK.
Currently, I am planning to add support for the S32K144_Q100_eval in Zephyr. However, the FTFC driver files contain the following header from NXP:
* Copyright 2016-2020 NXP
* All rights reserved.
*
* NXP Confidential. This software is owned or controlled by NXP and may only be
* used strictly in accordance with the applicable license terms. By expressly
* accepting such terms or by downloading, installing, activating and/or otherwise
* using the software, you are agreeing that you have read, and that you agree to
* comply with and are bound by, such license terms. If you do not agree to be
* bound by the applicable license terms, then you may not retain, install,
* activate or otherwise use the software. The production use license in
* Section 2.3 is expressly granted for this software.
Are there any modifications required for uploading these files to Zephyr?