update imxrt1010 with mex

This commit is contained in:
hathach
2023-11-16 16:42:15 +07:00
parent 2e924f727f
commit d13d79acfe
6 changed files with 211 additions and 360 deletions

View File

@@ -24,19 +24,8 @@ board: MIMXRT1010-EVK
* BE CAREFUL MODIFYING THIS COMMENT - IT IS YAML SETTINGS FOR TOOLS **********/
#include "clock_config.h"
// Suppress warning caused by mcu driver
#ifdef __GNUC__
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wunused-parameter"
#endif
#include "fsl_iomuxc.h"
#ifdef __GNUC__
#pragma GCC diagnostic pop
#endif
/*******************************************************************************
* Definitions
******************************************************************************/