Skip to content

Latest commit

 

History

History
 
 

NXP_MIMXRT1060_EVK

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Pre-configured cmake-variants.json for this board

{
  "buildType": {
    "default": "MinSizeRel",
    "choices": {
      "debug": {
        "short": "Debug",
        "long": "Emit debug information without performing optimizations",
        "buildType": "Debug"
      },
      "release": {
        "short": "Release",
        "long": "Enable optimizations, omit debug info",
        "buildType": "Release"
      },
      "minsize": {
        "short": "MinSizeRel",
        "long": "Optimize for smallest binary size",
        "buildType": "MinSizeRel"
      },
      "reldeb": {
        "short": "RelWithDebInfo",
        "long": "Perform optimizations AND include debugging information",
        "buildType": "RelWithDebInfo"
      }
    }
  },
  "linkage": {
    "default": "",
    "choices": {
      "MIMXRT1060_EVK": {
        "short": "MIMXRT1060_EVK",
        "settings": {
          "BUILD_VERSION": "0.9.99.999",
          "TARGET_SERIES": "IMXRT10xx",
          "RTOS": "FreeRTOS",
          "TARGET_BOARD": "NXP_MIMXRT1060_EVK",
          "RTOS_VERSION": "v1.4.8",
          "CMSIS_VERSION": "5.4.0",
          "FATFS_VERSION": "R0.13c",
          "NF_BUILD_RTM": "OFF",
          "NF_FEATURE_DEBUGGER": "ON",
          "NF_FEATURE_HAS_SDCARD": "ON",
          "NF_FEATURE_RTC": "OFF",
          "NF_SECURITY_OPENSSL": "OFF",
          "API_System.Device.Gpio": "ON",
          "API_System.Device.Spi": "OFF",
          "API_System.Device.I2c": "OFF",
          "API_System.Device.Adc": "OFF",
          "API_System.Device.Pwm": "OFF",
          "API_System.Device.Wifi": "OFF",
          "API_System.Net": "OFF",
          "API_System.Math": "ON",
          "API_Windows.Storage": "ON"
        }
      }
    }
  }
}