1234567891011121314151617181920212223242526272829 |
- /* clang-format off */
- /*
- * TEXT BELOW IS USED AS SETTING FOR TOOLS *************************************
- !!GlobalInfo
- product: Pins v9.0
- processor: S32K144
- package_id: S32K144_LQFP100
- mcu_data: PlatformSDK_S32K1_2021_08
- processor_version: 0.0.0
- * BE CAREFUL MODIFYING THIS COMMENT - IT IS YAML SETTINGS FOR TOOLS ***********
- */
- /* clang-format on */
-
- #include "Port_Ci_Port_Ip_Cfg.h"
- /* clang-format off */
- /*
- * TEXT BELOW IS USED AS SETTING FOR TOOLS *************************************
- BOARD_InitPins:
- - options: {callFromInitBoot: 'true', coreID: core0}
- - pin_list: []
- * BE CAREFUL MODIFYING THIS COMMENT - IT IS YAML SETTINGS FOR TOOLS ***********
- */
- /* clang-format on */
- /***********************************************************************************************************************
- * EOF
- **********************************************************************************************************************/
|