The official Mbed 2 C/C++ SDK provides the software platform and libraries to build your applications.

Dependents:   hello SerialTestv11 SerialTestv12 Sierpinski ... more

mbed 2

This is the mbed 2 library. If you'd like to learn about Mbed OS please see the mbed-os docs.

Committer:
AnnaBridge
Date:
Fri Sep 16 13:57:13 2016 +0100
Revision:
126:abea610beb85
Parent:
125:2e9cc70d1897
Child:
127:25aea2a3f4e3
Release 126 of the mbed library

Changes:

New Targets:
#2504: [Disco_F769NI] adding new target [https://github.com/ARMmbed/mbed-os/pull/2504]
#2654: DELTA_DFBM_NQ620 platform porting [https://github.com/ARMmbed/mbed-os/pull/2654]
#2615: [MTM_MTCONNECT04S] Added support for MTM_MTCONNECT04S [https://github.com/ARMmbed/mbed-os/pull/2615]
#2548: Nucleof303ze [https://github.com/ARMmbed/mbed-os/pull/2548]

Fixes:

#2657: [MAX326xx] Removed echoing of characters and carriage return. [https://github.com/ARMmbed/mbed-os/pull/2657]
#2651: Use lp_timer to count time in the deepsleep tests [https://github.com/ARMmbed/mbed-os/pull/2651]
#2643: Fix thread self termination [https://github.com/ARMmbed/mbed-os/pull/2643]
#2623: DISCO_L476VG - Add Serial Flow Control pins + add SERIAL_FC macro [https://github.com/ARMmbed/mbed-os/pull/2623]
#2617: STM32F2xx - Enable Serial Flow Control [https://github.com/ARMmbed/mbed-os/pull/2617]
#2601: Adding ON Semiconductor copyright notice to source and header files. [https://github.com/ARMmbed/mbed-os/pull/2601]
#2597: [HAL] Fixed "intrinsic is deprecated" warnings [https://github.com/ARMmbed/mbed-os/pull/2597]
#2589: [NUC472] Fix heap configuration error with armcc [https://github.com/ARMmbed/mbed-os/pull/2589]
#2587: add PTEx pins as option for SPI on Hexiwear - for SD Card Interface [https://github.com/ARMmbed/mbed-os/pull/2587]
#2584: Set size of callback irq array to IrqCnt [https://github.com/ARMmbed/mbed-os/pull/2584]
#2582: [GCC_CR] fix runtime hang for baremetal build [https://github.com/ARMmbed/mbed-os/pull/2582]
#2562: Fix GCC lazy init race condition and add test [https://github.com/ARMmbed/mbed-os/pull/2562]
#2538: STM32F4xx - Add support of ADC internal channels (Temp, VRef, VBat) [https://github.com/ARMmbed/mbed-os/pull/2538]
#2514: Updated FlexCan and SAI SDK drivers [https://github.com/ARMmbed/mbed-os/pull/2514]
#2442: Malloc heap info [https://github.com/ARMmbed/mbed-os/pull/2442]
#2419: [STM32F1] Add asynchronous serial [https://github.com/ARMmbed/mbed-os/pull/2419]
#2130: stm32 : reduce number of device.h files [https://github.com/ARMmbed/mbed-os/pull/2130]
#2678: Fixing NCS36510 compile on Linux [https://github.com/ARMmbed/mbed-os/pull/2678]
#2607: Fix uvisor memory tracing [https://github.com/ARMmbed/mbed-os/pull/2607]
#2596: [HAL] Improve memory tracer [https://github.com/ARMmbed/mbed-os/pull/2596]
#2487: Runtime dynamic memory tracing [https://github.com/ARMmbed/mbed-os/pull/2487]

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Kojto 122:f9eeca106725 1 {
Kojto 122:f9eeca106725 2 "Target": {
Kojto 122:f9eeca106725 3 "core": null,
Kojto 122:f9eeca106725 4 "default_toolchain": "ARM",
Kojto 122:f9eeca106725 5 "supported_toolchains": null,
Kojto 122:f9eeca106725 6 "extra_labels": [],
Kojto 122:f9eeca106725 7 "is_disk_virtual": false,
Kojto 122:f9eeca106725 8 "macros": [],
Kojto 122:f9eeca106725 9 "device_has": [],
Kojto 122:f9eeca106725 10 "features": [],
Kojto 122:f9eeca106725 11 "detect_code": [],
Kojto 122:f9eeca106725 12 "public": false,
Kojto 123:b0220dba8be7 13 "default_build": "standard"
Kojto 122:f9eeca106725 14 },
Kojto 122:f9eeca106725 15 "CM4_UARM": {
Kojto 122:f9eeca106725 16 "inherits": ["Target"],
Kojto 122:f9eeca106725 17 "core": "Cortex-M4",
Kojto 122:f9eeca106725 18 "default_toolchain": "uARM",
Kojto 122:f9eeca106725 19 "public": false,
Kojto 122:f9eeca106725 20 "supported_toolchains": ["uARM"],
Kojto 123:b0220dba8be7 21 "default_build": "small"
Kojto 122:f9eeca106725 22 },
Kojto 122:f9eeca106725 23 "CM4_ARM": {
Kojto 122:f9eeca106725 24 "inherits": ["Target"],
Kojto 122:f9eeca106725 25 "core": "Cortex-M4",
Kojto 122:f9eeca106725 26 "public": false,
Kojto 123:b0220dba8be7 27 "supported_toolchains": ["ARM"]
Kojto 122:f9eeca106725 28 },
Kojto 122:f9eeca106725 29 "CM4F_UARM": {
Kojto 122:f9eeca106725 30 "inherits": ["Target"],
Kojto 122:f9eeca106725 31 "core": "Cortex-M4F",
Kojto 122:f9eeca106725 32 "default_toolchain": "uARM",
Kojto 122:f9eeca106725 33 "public": false,
Kojto 122:f9eeca106725 34 "supported_toolchains": ["uARM"],
Kojto 123:b0220dba8be7 35 "default_build": "small"
Kojto 122:f9eeca106725 36 },
Kojto 122:f9eeca106725 37 "CM4F_ARM": {
Kojto 122:f9eeca106725 38 "inherits": ["Target"],
Kojto 122:f9eeca106725 39 "core": "Cortex-M4F",
Kojto 122:f9eeca106725 40 "public": false,
Kojto 123:b0220dba8be7 41 "supported_toolchains": ["ARM"]
Kojto 122:f9eeca106725 42 },
Kojto 122:f9eeca106725 43 "LPCTarget": {
Kojto 122:f9eeca106725 44 "inherits": ["Target"],
Kojto 122:f9eeca106725 45 "post_binary_hook": {"function": "LPCTargetCode.lpc_patch"},
Kojto 123:b0220dba8be7 46 "public": false
Kojto 122:f9eeca106725 47 },
Kojto 122:f9eeca106725 48 "LPC11C24": {
Kojto 122:f9eeca106725 49 "inherits": ["LPCTarget"],
Kojto 122:f9eeca106725 50 "core": "Cortex-M0",
Kojto 122:f9eeca106725 51 "progen": {"target": "lpc11c24_301"},
Kojto 122:f9eeca106725 52 "extra_labels": ["NXP", "LPC11XX_11CXX", "LPC11CXX"],
Kojto 122:f9eeca106725 53 "supported_toolchains": ["ARM", "uARM", "GCC_ARM", "IAR"],
Kojto 122:f9eeca106725 54 "device_has": ["ANALOGIN", "CAN", "ERROR_PATTERN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"]
Kojto 122:f9eeca106725 55 },
Kojto 122:f9eeca106725 56 "LPC1114": {
Kojto 122:f9eeca106725 57 "inherits": ["LPCTarget"],
Kojto 122:f9eeca106725 58 "core": "Cortex-M0",
Kojto 122:f9eeca106725 59 "default_toolchain": "uARM",
Kojto 122:f9eeca106725 60 "extra_labels": ["NXP", "LPC11XX_11CXX", "LPC11XX"],
Kojto 122:f9eeca106725 61 "supported_toolchains": ["ARM", "uARM", "GCC_ARM", "GCC_CR", "IAR"],
Kojto 122:f9eeca106725 62 "progen": {
Kojto 122:f9eeca106725 63 "target": "lpc1114_102"
Kojto 122:f9eeca106725 64 },
Kojto 122:f9eeca106725 65 "device_has": ["ANALOGIN", "ERROR_PATTERN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
Kojto 122:f9eeca106725 66 "default_build": "small",
Kojto 123:b0220dba8be7 67 "release_versions": ["2"]
Kojto 122:f9eeca106725 68 },
Kojto 122:f9eeca106725 69 "LPC11U24": {
Kojto 122:f9eeca106725 70 "inherits": ["LPCTarget"],
Kojto 122:f9eeca106725 71 "core": "Cortex-M0",
Kojto 122:f9eeca106725 72 "default_toolchain": "uARM",
Kojto 122:f9eeca106725 73 "extra_labels": ["NXP", "LPC11UXX", "LPC11U24_401"],
Kojto 122:f9eeca106725 74 "supported_toolchains": ["ARM", "uARM", "GCC_ARM", "IAR"],
Kojto 122:f9eeca106725 75 "progen": {
Kojto 122:f9eeca106725 76 "target": "lpc11u24_201"
Kojto 122:f9eeca106725 77 },
Kojto 122:f9eeca106725 78 "detect_code": ["1040"],
Kojto 122:f9eeca106725 79 "device_has": ["ANALOGIN", "ERROR_PATTERN", "I2C", "I2CSLAVE", "INTERRUPTIN", "LOCALFILESYSTEM", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "SEMIHOST", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
Kojto 122:f9eeca106725 80 "default_build": "small",
Kojto 123:b0220dba8be7 81 "release_versions": ["2"]
Kojto 122:f9eeca106725 82 },
Kojto 122:f9eeca106725 83 "OC_MBUINO": {
Kojto 122:f9eeca106725 84 "inherits": ["LPC11U24"],
Kojto 122:f9eeca106725 85 "macros": ["TARGET_LPC11U24"],
Kojto 122:f9eeca106725 86 "progen": {
Kojto 122:f9eeca106725 87 "target": "lpc11u24_201"
Kojto 122:f9eeca106725 88 },
Kojto 122:f9eeca106725 89 "extra_labels": ["NXP", "LPC11UXX"],
Kojto 122:f9eeca106725 90 "device_has": ["ANALOGIN", "ERROR_PATTERN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
Kojto 123:b0220dba8be7 91 "release_versions": ["2"]
Kojto 122:f9eeca106725 92 },
Kojto 122:f9eeca106725 93 "LPC11U24_301": {
Kojto 122:f9eeca106725 94 "inherits": ["LPCTarget"],
Kojto 122:f9eeca106725 95 "core": "Cortex-M0",
Kojto 122:f9eeca106725 96 "extra_labels": ["NXP", "LPC11UXX"],
Kojto 122:f9eeca106725 97 "supported_toolchains": ["ARM", "uARM", "GCC_ARM", "IAR"],
Kojto 122:f9eeca106725 98 "device_has": ["ANALOGIN", "ERROR_PATTERN", "I2C", "I2CSLAVE", "INTERRUPTIN", "LOCALFILESYSTEM", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "SEMIHOST", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"]
Kojto 122:f9eeca106725 99 },
Kojto 122:f9eeca106725 100 "LPC11U34_421": {
Kojto 122:f9eeca106725 101 "inherits": ["LPCTarget"],
Kojto 122:f9eeca106725 102 "core": "Cortex-M0",
Kojto 122:f9eeca106725 103 "default_toolchain": "uARM",
Kojto 122:f9eeca106725 104 "extra_labels": ["NXP", "LPC11UXX"],
Kojto 122:f9eeca106725 105 "supported_toolchains": ["ARM", "uARM", "GCC_ARM"],
Kojto 122:f9eeca106725 106 "device_has": ["ANALOGIN", "ERROR_PATTERN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "SERIAL", "SLEEP", "SPI", "SPISLAVE"],
Kojto 122:f9eeca106725 107 "default_build": "small"
Kojto 122:f9eeca106725 108 },
Kojto 122:f9eeca106725 109 "MICRONFCBOARD": {
Kojto 122:f9eeca106725 110 "inherits": ["LPC11U34_421"],
Kojto 122:f9eeca106725 111 "macros": ["LPC11U34_421", "APPNEARME_MICRONFCBOARD"],
Kojto 122:f9eeca106725 112 "extra_labels_add": ["APPNEARME_MICRONFCBOARD"],
Kojto 123:b0220dba8be7 113 "release_versions": ["2"]
Kojto 122:f9eeca106725 114 },
Kojto 122:f9eeca106725 115 "LPC11U35_401": {
Kojto 122:f9eeca106725 116 "inherits": ["LPCTarget"],
Kojto 122:f9eeca106725 117 "core": "Cortex-M0",
Kojto 122:f9eeca106725 118 "default_toolchain": "uARM",
Kojto 122:f9eeca106725 119 "extra_labels": ["NXP", "LPC11UXX"],
Kojto 122:f9eeca106725 120 "supported_toolchains": ["ARM", "uARM", "GCC_ARM", "GCC_CR", "IAR"],
Kojto 122:f9eeca106725 121 "progen": {
Kojto 122:f9eeca106725 122 "target": "lpc11u35_401"
Kojto 122:f9eeca106725 123 },
Kojto 122:f9eeca106725 124 "device_has": ["ANALOGIN", "ERROR_PATTERN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "SERIAL", "SLEEP", "SPI", "SPISLAVE"],
Kojto 122:f9eeca106725 125 "default_build": "small",
Kojto 123:b0220dba8be7 126 "release_versions": ["2"]
Kojto 122:f9eeca106725 127 },
Kojto 122:f9eeca106725 128 "LPC11U35_501": {
Kojto 122:f9eeca106725 129 "inherits": ["LPCTarget"],
Kojto 122:f9eeca106725 130 "core": "Cortex-M0",
Kojto 122:f9eeca106725 131 "default_toolchain": "uARM",
Kojto 122:f9eeca106725 132 "extra_labels": ["NXP", "LPC11UXX", "MCU_LPC11U35_501"],
Kojto 122:f9eeca106725 133 "supported_toolchains": ["ARM", "uARM", "GCC_ARM", "GCC_CR", "IAR"],
Kojto 122:f9eeca106725 134 "progen": {
Kojto 122:f9eeca106725 135 "target": "lpc11u35_501"
Kojto 122:f9eeca106725 136 },
Kojto 122:f9eeca106725 137 "device_has": ["ANALOGIN", "ERROR_PATTERN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "SERIAL", "SLEEP", "SPI", "SPISLAVE"],
Kojto 122:f9eeca106725 138 "default_build": "small",
Kojto 123:b0220dba8be7 139 "release_versions": ["2"]
Kojto 122:f9eeca106725 140 },
Kojto 122:f9eeca106725 141 "LPC11U35_501_IBDAP": {
Kojto 122:f9eeca106725 142 "inherits": ["LPCTarget"],
Kojto 122:f9eeca106725 143 "core": "Cortex-M0",
Kojto 122:f9eeca106725 144 "default_toolchain": "uARM",
Kojto 122:f9eeca106725 145 "extra_labels": ["NXP", "LPC11UXX", "MCU_LPC11U35_501"],
Kojto 122:f9eeca106725 146 "supported_toolchains": ["ARM", "uARM", "GCC_ARM", "GCC_CR", "IAR"],
Kojto 122:f9eeca106725 147 "progen": {
Kojto 122:f9eeca106725 148 "target": "lpc11u35_501"
Kojto 122:f9eeca106725 149 },
Kojto 122:f9eeca106725 150 "device_has": ["ANALOGIN", "ERROR_PATTERN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "SERIAL", "SLEEP", "SPI", "SPISLAVE"],
Kojto 122:f9eeca106725 151 "default_build": "small"
Kojto 122:f9eeca106725 152 },
Kojto 122:f9eeca106725 153 "XADOW_M0": {
Kojto 122:f9eeca106725 154 "inherits": ["LPCTarget"],
Kojto 122:f9eeca106725 155 "core": "Cortex-M0",
Kojto 122:f9eeca106725 156 "default_toolchain": "uARM",
Kojto 122:f9eeca106725 157 "extra_labels": ["NXP", "LPC11UXX", "MCU_LPC11U35_501"],
Kojto 122:f9eeca106725 158 "supported_toolchains": ["ARM", "uARM", "GCC_ARM", "GCC_CR", "IAR"],
Kojto 122:f9eeca106725 159 "progen": {
Kojto 122:f9eeca106725 160 "target": "lpc11u35_501"
Kojto 122:f9eeca106725 161 },
Kojto 122:f9eeca106725 162 "device_has": ["ANALOGIN", "ERROR_PATTERN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "SERIAL", "SLEEP", "SPI", "SPISLAVE"],
Kojto 122:f9eeca106725 163 "default_build": "small",
Kojto 123:b0220dba8be7 164 "release_versions": ["2"]
Kojto 122:f9eeca106725 165 },
Kojto 122:f9eeca106725 166 "LPC11U35_Y5_MBUG": {
Kojto 122:f9eeca106725 167 "inherits": ["LPCTarget"],
Kojto 122:f9eeca106725 168 "core": "Cortex-M0",
Kojto 122:f9eeca106725 169 "default_toolchain": "uARM",
Kojto 122:f9eeca106725 170 "extra_labels": ["NXP", "LPC11UXX", "MCU_LPC11U35_501"],
Kojto 122:f9eeca106725 171 "supported_toolchains": ["ARM", "uARM", "GCC_ARM", "GCC_CR", "IAR"],
Kojto 122:f9eeca106725 172 "progen": {
Kojto 122:f9eeca106725 173 "target": "lpc11u35_501"
Kojto 122:f9eeca106725 174 },
Kojto 122:f9eeca106725 175 "device_has": ["ANALOGIN", "ERROR_PATTERN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "SERIAL", "SLEEP", "SPI", "SPISLAVE"],
Kojto 122:f9eeca106725 176 "default_build": "small"
Kojto 122:f9eeca106725 177 },
Kojto 122:f9eeca106725 178 "LPC11U37_501": {
Kojto 122:f9eeca106725 179 "inherits": ["LPCTarget"],
Kojto 122:f9eeca106725 180 "core": "Cortex-M0",
Kojto 122:f9eeca106725 181 "default_toolchain": "uARM",
Kojto 122:f9eeca106725 182 "extra_labels": ["NXP", "LPC11UXX"],
Kojto 122:f9eeca106725 183 "supported_toolchains": ["ARM", "uARM", "GCC_ARM", "GCC_CR", "IAR"],
Kojto 122:f9eeca106725 184 "progen": {
Kojto 122:f9eeca106725 185 "target": "lpc11u37_501"
Kojto 122:f9eeca106725 186 },
Kojto 122:f9eeca106725 187 "default_build": "small"
Kojto 122:f9eeca106725 188 },
Kojto 122:f9eeca106725 189 "LPCCAPPUCCINO": {
Kojto 122:f9eeca106725 190 "inherits": ["LPC11U37_501"],
Kojto 122:f9eeca106725 191 "progen": {
Kojto 122:f9eeca106725 192 "target": "lpc11u37_501"
Kojto 122:f9eeca106725 193 },
Kojto 122:f9eeca106725 194 "device_has": ["ANALOGIN", "ERROR_PATTERN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "SERIAL", "SLEEP", "SPI", "SPISLAVE"]
Kojto 122:f9eeca106725 195 },
Kojto 122:f9eeca106725 196 "ARCH_GPRS": {
Kojto 122:f9eeca106725 197 "supported_form_factors": ["ARDUINO"],
Kojto 122:f9eeca106725 198 "core": "Cortex-M0",
Kojto 122:f9eeca106725 199 "default_toolchain": "uARM",
Kojto 122:f9eeca106725 200 "extra_labels": ["NXP", "LPC11UXX", "LPC11U37_501"],
Kojto 122:f9eeca106725 201 "supported_toolchains": ["ARM", "uARM", "GCC_ARM", "GCC_CR", "IAR"],
Kojto 122:f9eeca106725 202 "inherits": ["LPCTarget"],
Kojto 122:f9eeca106725 203 "progen": {
Kojto 122:f9eeca106725 204 "target": "lpc11u37_501"
Kojto 122:f9eeca106725 205 },
Kojto 122:f9eeca106725 206 "device_has": ["ANALOGIN", "ERROR_PATTERN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "SERIAL", "SLEEP", "SPI", "SPISLAVE"],
Kojto 122:f9eeca106725 207 "default_build": "small",
Kojto 123:b0220dba8be7 208 "release_versions": ["2"]
Kojto 122:f9eeca106725 209 },
Kojto 122:f9eeca106725 210 "LPC11U68": {
Kojto 122:f9eeca106725 211 "supported_form_factors": ["ARDUINO"],
Kojto 122:f9eeca106725 212 "core": "Cortex-M0+",
Kojto 122:f9eeca106725 213 "default_toolchain": "uARM",
Kojto 122:f9eeca106725 214 "extra_labels": ["NXP", "LPC11U6X"],
Kojto 122:f9eeca106725 215 "supported_toolchains": ["ARM", "uARM", "GCC_CR", "GCC_ARM", "IAR"],
Kojto 122:f9eeca106725 216 "inherits": ["LPCTarget"],
Kojto 122:f9eeca106725 217 "progen": {
Kojto 122:f9eeca106725 218 "target": "lpc11u68"
Kojto 122:f9eeca106725 219 },
Kojto 122:f9eeca106725 220 "detect_code": ["1168"],
Kojto 122:f9eeca106725 221 "device_has": ["ANALOGIN", "ERROR_RED", "I2C", "I2CSLAVE", "INTERRUPTIN", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI"],
Kojto 122:f9eeca106725 222 "default_build": "small",
Kojto 123:b0220dba8be7 223 "release_versions": ["2"]
Kojto 122:f9eeca106725 224 },
Kojto 122:f9eeca106725 225 "LPC1347": {
Kojto 122:f9eeca106725 226 "inherits": ["LPCTarget"],
Kojto 122:f9eeca106725 227 "core": "Cortex-M3",
Kojto 122:f9eeca106725 228 "progen": {"target": "lpc1347"},
Kojto 122:f9eeca106725 229 "extra_labels": ["NXP", "LPC13XX"],
Kojto 122:f9eeca106725 230 "supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
Kojto 122:f9eeca106725 231 "device_has": ["ANALOGIN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
Kojto 123:b0220dba8be7 232 "release_versions": ["2"]
Kojto 122:f9eeca106725 233 },
Kojto 122:f9eeca106725 234 "LPC1549": {
Kojto 122:f9eeca106725 235 "supported_form_factors": ["ARDUINO"],
Kojto 122:f9eeca106725 236 "core": "Cortex-M3",
Kojto 122:f9eeca106725 237 "default_toolchain": "uARM",
Kojto 122:f9eeca106725 238 "extra_labels": ["NXP", "LPC15XX"],
Kojto 122:f9eeca106725 239 "supported_toolchains": ["uARM", "GCC_CR", "GCC_ARM", "IAR"],
Kojto 122:f9eeca106725 240 "inherits": ["LPCTarget"],
Kojto 122:f9eeca106725 241 "progen": {
Kojto 122:f9eeca106725 242 "target": "lpc1549"
Kojto 122:f9eeca106725 243 },
Kojto 122:f9eeca106725 244 "detect_code": ["1549"],
Kojto 122:f9eeca106725 245 "device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "I2C", "INTERRUPTIN", "PWMOUT", "RTC", "SERIAL", "SERIAL_FC", "SPI", "SPISLAVE"],
Kojto 122:f9eeca106725 246 "default_build": "small",
Kojto 123:b0220dba8be7 247 "release_versions": ["2"]
Kojto 122:f9eeca106725 248 },
Kojto 122:f9eeca106725 249 "LPC1768": {
Kojto 122:f9eeca106725 250 "inherits": ["LPCTarget"],
Kojto 122:f9eeca106725 251 "core": "Cortex-M3",
Kojto 122:f9eeca106725 252 "extra_labels": ["NXP", "LPC176X", "MBED_LPC1768"],
Kojto 122:f9eeca106725 253 "supported_toolchains": ["ARM", "uARM", "GCC_ARM", "GCC_CR", "IAR"],
Kojto 122:f9eeca106725 254 "progen": {"target": "mbed-lpc1768"},
Kojto 122:f9eeca106725 255 "detect_code": ["1010"],
Kojto 122:f9eeca106725 256 "device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "DEBUG_AWARENESS", "ERROR_PATTERN", "ETHERNET", "I2C", "I2CSLAVE", "INTERRUPTIN", "LOCALFILESYSTEM", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SEMIHOST", "SERIAL", "SERIAL_FC", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
Kojto 123:b0220dba8be7 257 "release_versions": ["2", "5"]
Kojto 122:f9eeca106725 258 },
Kojto 122:f9eeca106725 259 "ARCH_PRO": {
Kojto 122:f9eeca106725 260 "supported_form_factors": ["ARDUINO"],
Kojto 122:f9eeca106725 261 "core": "Cortex-M3",
Kojto 122:f9eeca106725 262 "supported_toolchains": ["ARM", "uARM", "GCC_ARM", "GCC_CR", "IAR"],
Kojto 122:f9eeca106725 263 "extra_labels": ["NXP", "LPC176X"],
Kojto 122:f9eeca106725 264 "macros": ["TARGET_LPC1768"],
Kojto 122:f9eeca106725 265 "inherits": ["LPCTarget"],
Kojto 122:f9eeca106725 266 "progen": {"target": "arch-pro"},
Kojto 122:f9eeca106725 267 "device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "DEBUG_AWARENESS", "ERROR_PATTERN", "ETHERNET", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_FC", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
Kojto 123:b0220dba8be7 268 "release_versions": ["2", "5"]
Kojto 122:f9eeca106725 269 },
Kojto 122:f9eeca106725 270 "UBLOX_C027": {
Kojto 122:f9eeca106725 271 "supported_form_factors": ["ARDUINO"],
Kojto 122:f9eeca106725 272 "core": "Cortex-M3",
Kojto 122:f9eeca106725 273 "supported_toolchains": ["ARM", "uARM", "GCC_ARM", "GCC_CR", "IAR"],
Kojto 122:f9eeca106725 274 "extra_labels": ["NXP", "LPC176X"],
Kojto 122:f9eeca106725 275 "macros": ["TARGET_LPC1768"],
Kojto 122:f9eeca106725 276 "inherits": ["LPCTarget"],
Kojto 122:f9eeca106725 277 "progen": {"target": "ublox-c027"},
Kojto 122:f9eeca106725 278 "device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "DEBUG_AWARENESS", "ERROR_RED", "ETHERNET", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_FC", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
Kojto 123:b0220dba8be7 279 "release_versions": ["2", "5"]
Kojto 122:f9eeca106725 280 },
Kojto 122:f9eeca106725 281 "XBED_LPC1768": {
Kojto 122:f9eeca106725 282 "inherits": ["LPCTarget"],
Kojto 122:f9eeca106725 283 "core": "Cortex-M3",
Kojto 122:f9eeca106725 284 "supported_toolchains": ["ARM", "uARM", "GCC_ARM", "GCC_CR", "IAR"],
Kojto 122:f9eeca106725 285 "extra_labels": ["NXP", "LPC176X", "XBED_LPC1768"],
Kojto 122:f9eeca106725 286 "macros": ["TARGET_LPC1768"],
Kojto 122:f9eeca106725 287 "progen": {"target": "lpc1768"},
Kojto 122:f9eeca106725 288 "detect_code": ["1010"],
Kojto 122:f9eeca106725 289 "device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "DEBUG_AWARENESS", "ERROR_PATTERN", "ETHERNET", "I2C", "I2CSLAVE", "INTERRUPTIN", "LOCALFILESYSTEM", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SEMIHOST", "SERIAL", "SERIAL_FC", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"]
Kojto 122:f9eeca106725 290 },
Kojto 122:f9eeca106725 291 "LPC2368": {
Kojto 122:f9eeca106725 292 "inherits": ["LPCTarget"],
Kojto 122:f9eeca106725 293 "core": "ARM7TDMI-S",
Kojto 122:f9eeca106725 294 "progen": {"target": "lpc2368"},
Kojto 122:f9eeca106725 295 "extra_labels": ["NXP", "LPC23XX"],
Kojto 122:f9eeca106725 296 "supported_toolchains": ["GCC_ARM", "GCC_CR"],
Kojto 123:b0220dba8be7 297 "device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "ERROR_PATTERN", "ETHERNET", "I2C", "I2CSLAVE", "INTERRUPTIN", "LOCALFILESYSTEM", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SEMIHOST", "SERIAL", "SPI", "SPISLAVE", "STDIO_MESSAGES"]
Kojto 122:f9eeca106725 298 },
Kojto 122:f9eeca106725 299 "LPC2460": {
Kojto 122:f9eeca106725 300 "inherits": ["LPCTarget"],
Kojto 122:f9eeca106725 301 "core": "ARM7TDMI-S",
Kojto 122:f9eeca106725 302 "progen": {"target": "lpc2460"},
Kojto 122:f9eeca106725 303 "extra_labels": ["NXP", "LPC2460"],
Kojto 122:f9eeca106725 304 "supported_toolchains": ["GCC_ARM"],
Kojto 123:b0220dba8be7 305 "device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "ERROR_PATTERN", "ETHERNET", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SPI", "SPISLAVE", "STDIO_MESSAGES"]
Kojto 122:f9eeca106725 306 },
Kojto 122:f9eeca106725 307 "LPC810": {
Kojto 122:f9eeca106725 308 "inherits": ["LPCTarget"],
Kojto 122:f9eeca106725 309 "core": "Cortex-M0+",
Kojto 122:f9eeca106725 310 "default_toolchain": "uARM",
Kojto 122:f9eeca106725 311 "extra_labels": ["NXP", "LPC81X"],
Kojto 122:f9eeca106725 312 "is_disk_virtual": true,
Kojto 122:f9eeca106725 313 "supported_toolchains": ["uARM", "IAR", "GCC_ARM"],
Kojto 122:f9eeca106725 314 "progen": {
Kojto 122:f9eeca106725 315 "target": "lpc810"
Kojto 122:f9eeca106725 316 },
Kojto 122:f9eeca106725 317 "device_has": ["ERROR_RED", "I2C", "I2CSLAVE", "INTERRUPTIN", "PWMOUT", "SERIAL", "SERIAL_FC", "SLEEP", "SPI", "SPISLAVE"],
Kojto 122:f9eeca106725 318 "default_build": "small"
Kojto 122:f9eeca106725 319 },
Kojto 122:f9eeca106725 320 "LPC812": {
Kojto 122:f9eeca106725 321 "supported_form_factors": ["ARDUINO"],
Kojto 122:f9eeca106725 322 "core": "Cortex-M0+",
Kojto 122:f9eeca106725 323 "default_toolchain": "uARM",
Kojto 122:f9eeca106725 324 "extra_labels": ["NXP", "LPC81X"],
Kojto 122:f9eeca106725 325 "is_disk_virtual": true,
Kojto 122:f9eeca106725 326 "supported_toolchains": ["uARM", "IAR", "GCC_ARM"],
Kojto 122:f9eeca106725 327 "inherits": ["LPCTarget"],
Kojto 122:f9eeca106725 328 "progen": {
Kojto 122:f9eeca106725 329 "target": "lpc812m101"
Kojto 122:f9eeca106725 330 },
Kojto 122:f9eeca106725 331 "detect_code": ["1050"],
Kojto 122:f9eeca106725 332 "device_has": ["ERROR_RED", "I2C", "I2CSLAVE", "INTERRUPTIN", "PWMOUT", "SERIAL", "SERIAL_FC", "SLEEP", "SPI", "SPISLAVE"],
Kojto 122:f9eeca106725 333 "default_build": "small",
Kojto 123:b0220dba8be7 334 "release_versions": ["2"]
Kojto 122:f9eeca106725 335 },
Kojto 122:f9eeca106725 336 "LPC824": {
Kojto 122:f9eeca106725 337 "supported_form_factors": ["ARDUINO"],
Kojto 122:f9eeca106725 338 "core": "Cortex-M0+",
Kojto 122:f9eeca106725 339 "default_toolchain": "uARM",
Kojto 122:f9eeca106725 340 "extra_labels": ["NXP", "LPC82X"],
Kojto 122:f9eeca106725 341 "is_disk_virtual": true,
Kojto 122:f9eeca106725 342 "supported_toolchains": ["uARM", "GCC_ARM", "GCC_CR", "IAR"],
Kojto 122:f9eeca106725 343 "inherits": ["LPCTarget"],
Kojto 122:f9eeca106725 344 "progen": {
Kojto 122:f9eeca106725 345 "target": "lpc824m201"
Kojto 122:f9eeca106725 346 },
Kojto 122:f9eeca106725 347 "device_has": ["ANALOGIN", "ERROR_RED", "I2C", "I2CSLAVE", "INTERRUPTIN", "PWMOUT", "SERIAL", "SLEEP", "SPI", "SPISLAVE"],
Kojto 122:f9eeca106725 348 "default_build": "small",
Kojto 123:b0220dba8be7 349 "release_versions": ["2"]
Kojto 122:f9eeca106725 350 },
Kojto 122:f9eeca106725 351 "SSCI824": {
Kojto 122:f9eeca106725 352 "inherits": ["LPCTarget"],
Kojto 122:f9eeca106725 353 "core": "Cortex-M0+",
Kojto 122:f9eeca106725 354 "default_toolchain": "uARM",
Kojto 122:f9eeca106725 355 "extra_labels": ["NXP", "LPC82X"],
Kojto 122:f9eeca106725 356 "is_disk_virtual": true,
Kojto 122:f9eeca106725 357 "supported_toolchains": ["uARM", "GCC_ARM"],
Kojto 122:f9eeca106725 358 "progen": {
Kojto 122:f9eeca106725 359 "target": "ssci824"
Kojto 122:f9eeca106725 360 },
Kojto 122:f9eeca106725 361 "device_has": ["ANALOGIN", "ERROR_RED", "I2C", "I2CSLAVE", "INTERRUPTIN", "PWMOUT", "SERIAL", "SLEEP", "SPI", "SPISLAVE"],
Kojto 122:f9eeca106725 362 "default_build": "small",
Kojto 123:b0220dba8be7 363 "release_versions": ["2"]
Kojto 122:f9eeca106725 364 },
Kojto 122:f9eeca106725 365 "LPC4088": {
Kojto 122:f9eeca106725 366 "inherits": ["LPCTarget"],
Kojto 122:f9eeca106725 367 "core": "Cortex-M4F",
Kojto 122:f9eeca106725 368 "extra_labels": ["NXP", "LPC408X"],
Kojto 122:f9eeca106725 369 "is_disk_virtual": true,
Kojto 122:f9eeca106725 370 "supported_toolchains": ["ARM", "GCC_CR", "GCC_ARM", "IAR"],
Kojto 122:f9eeca106725 371 "post_binary_hook": {
Kojto 122:f9eeca106725 372 "function": "LPC4088Code.binary_hook",
Kojto 122:f9eeca106725 373 "toolchains": ["ARM_STD", "ARM_MICRO"]
Kojto 122:f9eeca106725 374 },
Kojto 122:f9eeca106725 375 "progen": {"target": "lpc4088"},
Kojto 122:f9eeca106725 376 "device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "DEBUG_AWARENESS", "ERROR_PATTERN", "ETHERNET", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
Kojto 123:b0220dba8be7 377 "release_versions": ["2", "5"]
Kojto 122:f9eeca106725 378 },
Kojto 122:f9eeca106725 379 "LPC4088_DM": {
Kojto 122:f9eeca106725 380 "inherits": ["LPC4088"],
Kojto 123:b0220dba8be7 381 "release_versions": ["2", "5"]
Kojto 122:f9eeca106725 382 },
Kojto 122:f9eeca106725 383 "LPC4330_M4": {
Kojto 122:f9eeca106725 384 "inherits": ["LPCTarget"],
Kojto 122:f9eeca106725 385 "core": "Cortex-M4F",
Kojto 122:f9eeca106725 386 "progen": {"target": "lpc4330"},
Kojto 122:f9eeca106725 387 "extra_labels": ["NXP", "LPC43XX", "LPC4330"],
Kojto 122:f9eeca106725 388 "supported_toolchains": ["ARM", "GCC_CR", "IAR", "GCC_ARM"],
Kojto 122:f9eeca106725 389 "device_has": ["ANALOGIN", "ANALOGOUT", "DEBUG_AWARENESS", "ERROR_PATTERN", "ETHERNET", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"]
Kojto 122:f9eeca106725 390 },
Kojto 122:f9eeca106725 391 "LPC4330_M0": {
Kojto 122:f9eeca106725 392 "inherits": ["LPCTarget"],
Kojto 122:f9eeca106725 393 "core": "Cortex-M0",
Kojto 122:f9eeca106725 394 "extra_labels": ["NXP", "LPC43XX", "LPC4330"],
Kojto 122:f9eeca106725 395 "supported_toolchains": ["ARM", "GCC_CR", "IAR"],
Kojto 122:f9eeca106725 396 "device_has": ["ANALOGIN", "ANALOGOUT", "DEBUG_AWARENESS", "ERROR_PATTERN", "ETHERNET", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"]
Kojto 122:f9eeca106725 397 },
Kojto 122:f9eeca106725 398 "LPC4337": {
Kojto 122:f9eeca106725 399 "inherits": ["LPCTarget"],
Kojto 122:f9eeca106725 400 "core": "Cortex-M4F",
Kojto 122:f9eeca106725 401 "progen": {"target": "lpc4337"},
Kojto 122:f9eeca106725 402 "extra_labels": ["NXP", "LPC43XX", "LPC4337"],
Kojto 122:f9eeca106725 403 "supported_toolchains": ["ARM"],
Kojto 122:f9eeca106725 404 "device_has": ["ANALOGIN", "ANALOGOUT", "DEBUG_AWARENESS", "ERROR_RED", "ETHERNET", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
Kojto 123:b0220dba8be7 405 "release_versions": ["2"]
Kojto 122:f9eeca106725 406 },
Kojto 122:f9eeca106725 407 "LPC1800": {
Kojto 122:f9eeca106725 408 "inherits": ["LPCTarget"],
Kojto 122:f9eeca106725 409 "core": "Cortex-M3",
Kojto 122:f9eeca106725 410 "extra_labels": ["NXP", "LPC43XX"],
Kojto 122:f9eeca106725 411 "public": false,
Kojto 122:f9eeca106725 412 "supported_toolchains": ["ARM", "GCC_CR", "IAR"]
Kojto 122:f9eeca106725 413 },
Kojto 122:f9eeca106725 414 "LPC11U37H_401": {
Kojto 122:f9eeca106725 415 "supported_form_factors": ["ARDUINO"],
Kojto 122:f9eeca106725 416 "core": "Cortex-M0",
Kojto 122:f9eeca106725 417 "default_toolchain": "uARM",
Kojto 122:f9eeca106725 418 "extra_labels": ["NXP", "LPC11UXX"],
Kojto 122:f9eeca106725 419 "supported_toolchains": ["ARM", "uARM", "GCC_ARM", "GCC_CR"],
Kojto 122:f9eeca106725 420 "inherits": ["LPCTarget"],
Kojto 122:f9eeca106725 421 "progen": {
Kojto 122:f9eeca106725 422 "target": "lpc11u37_401"
Kojto 122:f9eeca106725 423 },
Kojto 122:f9eeca106725 424 "device_has": ["ANALOGIN", "ERROR_PATTERN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "SERIAL", "SLEEP", "SPI", "SPISLAVE"],
Kojto 122:f9eeca106725 425 "default_build": "small",
Kojto 123:b0220dba8be7 426 "release_versions": ["2"]
Kojto 122:f9eeca106725 427 },
Kojto 122:f9eeca106725 428 "ELEKTOR_COCORICO": {
Kojto 122:f9eeca106725 429 "core": "Cortex-M0+",
Kojto 122:f9eeca106725 430 "default_toolchain": "uARM",
Kojto 122:f9eeca106725 431 "extra_labels": ["NXP", "LPC81X"],
Kojto 122:f9eeca106725 432 "supported_toolchains": ["uARM", "GCC_ARM", "IAR"],
Kojto 122:f9eeca106725 433 "inherits": ["LPCTarget"],
Kojto 122:f9eeca106725 434 "is_disk_virtual": true,
Kojto 122:f9eeca106725 435 "detect_code": ["C000"],
Kojto 122:f9eeca106725 436 "progen": {
Kojto 122:f9eeca106725 437 "target": "cocorico"
Kojto 122:f9eeca106725 438 },
Kojto 122:f9eeca106725 439 "default_build": "small"
Kojto 122:f9eeca106725 440 },
Kojto 122:f9eeca106725 441 "KL05Z": {
Kojto 122:f9eeca106725 442 "supported_form_factors": ["ARDUINO"],
Kojto 122:f9eeca106725 443 "core": "Cortex-M0+",
Kojto 122:f9eeca106725 444 "default_toolchain": "uARM",
Kojto 122:f9eeca106725 445 "extra_labels": ["Freescale", "KLXX"],
Kojto 122:f9eeca106725 446 "is_disk_virtual": true,
Kojto 122:f9eeca106725 447 "supported_toolchains": ["ARM", "uARM", "GCC_ARM", "IAR"],
Kojto 122:f9eeca106725 448 "inherits": ["Target"],
Kojto 122:f9eeca106725 449 "progen": {
Kojto 122:f9eeca106725 450 "target": "frdm-kl05z"
Kojto 122:f9eeca106725 451 },
Kojto 122:f9eeca106725 452 "device_has": ["ANALOGIN", "ANALOGOUT", "ERROR_RED", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SEMIHOST", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
Kojto 122:f9eeca106725 453 "default_build": "small",
Kojto 123:b0220dba8be7 454 "release_versions": ["2"]
Kojto 122:f9eeca106725 455 },
Kojto 122:f9eeca106725 456 "KL25Z": {
Kojto 122:f9eeca106725 457 "supported_form_factors": ["ARDUINO"],
Kojto 122:f9eeca106725 458 "core": "Cortex-M0+",
Kojto 122:f9eeca106725 459 "extra_labels": ["Freescale", "KLXX"],
Kojto 122:f9eeca106725 460 "is_disk_virtual": true,
Kojto 122:f9eeca106725 461 "supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
Kojto 122:f9eeca106725 462 "inherits": ["Target"],
Kojto 122:f9eeca106725 463 "progen": {"target": "frdm-kl25z"},
Kojto 122:f9eeca106725 464 "detect_code": ["0200"],
Kojto 123:b0220dba8be7 465 "device_has": ["ANALOGIN", "ANALOGOUT", "ERROR_RED", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "SEMIHOST", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
Kojto 123:b0220dba8be7 466 "release_versions": ["2", "5"]
Kojto 122:f9eeca106725 467 },
Kojto 122:f9eeca106725 468 "KL26Z": {
Kojto 122:f9eeca106725 469 "supported_form_factors": ["ARDUINO"],
Kojto 122:f9eeca106725 470 "core": "Cortex-M0+",
Kojto 122:f9eeca106725 471 "extra_labels": ["Freescale", "KLXX"],
Kojto 122:f9eeca106725 472 "is_disk_virtual": true,
Kojto 122:f9eeca106725 473 "supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
Kojto 122:f9eeca106725 474 "inherits": ["Target"],
Kojto 122:f9eeca106725 475 "progen": {"target": "kl26z"},
Kojto 122:f9eeca106725 476 "device_has": ["ANALOGIN", "ANALOGOUT", "ERROR_RED", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SEMIHOST", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"]
Kojto 122:f9eeca106725 477 },
Kojto 122:f9eeca106725 478 "KL46Z": {
Kojto 122:f9eeca106725 479 "supported_form_factors": ["ARDUINO"],
Kojto 122:f9eeca106725 480 "core": "Cortex-M0+",
Kojto 122:f9eeca106725 481 "extra_labels": ["Freescale", "KLXX"],
Kojto 122:f9eeca106725 482 "is_disk_virtual": true,
Kojto 122:f9eeca106725 483 "supported_toolchains": ["GCC_ARM", "ARM", "IAR"],
Kojto 122:f9eeca106725 484 "inherits": ["Target"],
Kojto 122:f9eeca106725 485 "progen": {"target": "frdm-kl46z"},
Kojto 122:f9eeca106725 486 "detect_code": ["0220"],
Kojto 122:f9eeca106725 487 "device_has": ["ANALOGIN", "ANALOGOUT", "ERROR_RED", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SEMIHOST", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
Kojto 123:b0220dba8be7 488 "release_versions": ["2", "5"]
Kojto 122:f9eeca106725 489 },
Kojto 122:f9eeca106725 490 "K20D50M": {
Kojto 122:f9eeca106725 491 "inherits": ["Target"],
Kojto 122:f9eeca106725 492 "core": "Cortex-M4",
Kojto 122:f9eeca106725 493 "extra_labels": ["Freescale", "K20XX"],
Kojto 122:f9eeca106725 494 "is_disk_virtual": true,
Kojto 122:f9eeca106725 495 "supported_toolchains": ["GCC_ARM", "ARM", "IAR"],
Kojto 122:f9eeca106725 496 "progen": {"target": "frdm-k20d50m"},
Kojto 122:f9eeca106725 497 "detect_code": ["0230"],
Kojto 122:f9eeca106725 498 "device_has": ["ANALOGIN", "ERROR_RED", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SEMIHOST", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
Kojto 123:b0220dba8be7 499 "release_versions": ["2"]
Kojto 122:f9eeca106725 500 },
Kojto 122:f9eeca106725 501 "TEENSY3_1": {
Kojto 122:f9eeca106725 502 "inherits": ["Target"],
Kojto 122:f9eeca106725 503 "core": "Cortex-M4",
Kojto 122:f9eeca106725 504 "extra_labels": ["Freescale", "K20XX", "K20DX256"],
Kojto 122:f9eeca106725 505 "OUTPUT_EXT": "hex",
Kojto 122:f9eeca106725 506 "is_disk_virtual": true,
Kojto 122:f9eeca106725 507 "supported_toolchains": ["GCC_ARM", "ARM"],
Kojto 122:f9eeca106725 508 "post_binary_hook": {
Kojto 122:f9eeca106725 509 "function": "TEENSY3_1Code.binary_hook",
Kojto 122:f9eeca106725 510 "toolchains": ["ARM_STD", "ARM_MICRO", "GCC_ARM"]
Kojto 122:f9eeca106725 511 },
Kojto 122:f9eeca106725 512 "progen": {"target": "teensy-31"},
Kojto 122:f9eeca106725 513 "detect_code": ["0230"],
Kojto 122:f9eeca106725 514 "device_has": ["ANALOGIN", "ANALOGOUT", "ERROR_RED", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SEMIHOST", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
Kojto 123:b0220dba8be7 515 "release_versions": ["2"]
Kojto 122:f9eeca106725 516 },
Kojto 122:f9eeca106725 517 "K22F": {
Kojto 122:f9eeca106725 518 "supported_form_factors": ["ARDUINO"],
Kojto 122:f9eeca106725 519 "core": "Cortex-M4F",
Kojto 122:f9eeca106725 520 "supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
Kojto 122:f9eeca106725 521 "extra_labels": ["Freescale", "KSDK2_MCUS", "FRDM", "KPSDK_MCUS", "KPSDK_CODE"],
Kojto 122:f9eeca106725 522 "is_disk_virtual": true,
Kojto 122:f9eeca106725 523 "macros": ["CPU_MK22FN512VLH12", "FSL_RTOS_MBED"],
Kojto 122:f9eeca106725 524 "inherits": ["Target"],
Kojto 122:f9eeca106725 525 "progen": {"target": "frdm-k22f"},
Kojto 122:f9eeca106725 526 "detect_code": ["0231"],
AnnaBridge 125:2e9cc70d1897 527 "device_has": ["ANALOGIN", "ANALOGOUT", "ERROR_RED", "I2C", "I2CSLAVE", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
Kojto 123:b0220dba8be7 528 "release_versions": ["2", "5"]
Kojto 122:f9eeca106725 529 },
Kojto 122:f9eeca106725 530 "KL27Z": {
Kojto 122:f9eeca106725 531 "inherits": ["Target"],
Kojto 122:f9eeca106725 532 "core": "Cortex-M0+",
Kojto 122:f9eeca106725 533 "extra_labels": ["Freescale", "KSDK2_MCUS", "FRDM"],
Kojto 122:f9eeca106725 534 "macros": ["CPU_MKL27Z64VLH4", "FSL_RTOS_MBED"],
AnnaBridge 125:2e9cc70d1897 535 "supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
Kojto 122:f9eeca106725 536 "supported_form_factors": ["ARDUINO"],
Kojto 122:f9eeca106725 537 "is_disk_virtual": true,
Kojto 122:f9eeca106725 538 "default_toolchain": "ARM",
Kojto 122:f9eeca106725 539 "detect_code": ["0261"],
Kojto 122:f9eeca106725 540 "progen_target": {"target": "frdm-kl27z"},
Kojto 122:f9eeca106725 541 "device_has": ["ANALOGIN", "ERROR_RED", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
Kojto 122:f9eeca106725 542 "default_build": "standard",
Kojto 123:b0220dba8be7 543 "release_versions": ["2"]
Kojto 122:f9eeca106725 544 },
Kojto 124:2241e3a39974 545 "KL43Z": {
Kojto 124:2241e3a39974 546 "supported_form_factors": ["ARDUINO"],
Kojto 124:2241e3a39974 547 "core": "Cortex-M0+",
Kojto 124:2241e3a39974 548 "supported_toolchains": ["GCC_ARM", "ARM", "IAR"],
Kojto 124:2241e3a39974 549 "extra_labels": ["Freescale", "KSDK2_MCUS", "FRDM"],
Kojto 124:2241e3a39974 550 "macros": ["CPU_MKL43Z256VLH4", "FSL_RTOS_MBED"],
Kojto 124:2241e3a39974 551 "is_disk_virtual": true,
Kojto 124:2241e3a39974 552 "inherits": ["Target"],
Kojto 124:2241e3a39974 553 "progen": {"target": "frdm-kl43z"},
Kojto 124:2241e3a39974 554 "detect_code": ["0262"],
Kojto 124:2241e3a39974 555 "device_has": ["ANALOGIN", "ANALOGOUT", "ERROR_RED", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SEMIHOST", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
Kojto 124:2241e3a39974 556 "release_versions": ["2", "5"]
Kojto 124:2241e3a39974 557 },
Kojto 122:f9eeca106725 558 "K64F": {
Kojto 122:f9eeca106725 559 "supported_form_factors": ["ARDUINO"],
Kojto 122:f9eeca106725 560 "core": "Cortex-M4F",
Kojto 122:f9eeca106725 561 "supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
Kojto 122:f9eeca106725 562 "extra_labels": ["Freescale", "KSDK2_MCUS", "FRDM", "KPSDK_MCUS", "KPSDK_CODE", "MCU_K64F"],
Kojto 122:f9eeca106725 563 "is_disk_virtual": true,
Kojto 122:f9eeca106725 564 "macros": ["CPU_MK64FN1M0VMD12", "FSL_RTOS_MBED", "MBEDTLS_ENTROPY_HARDWARE_ALT"],
Kojto 122:f9eeca106725 565 "inherits": ["Target"],
Kojto 122:f9eeca106725 566 "progen": {"target": "frdm-k64f"},
Kojto 122:f9eeca106725 567 "detect_code": ["0240"],
AnnaBridge 125:2e9cc70d1897 568 "device_has": ["ANALOGIN", "ANALOGOUT", "ERROR_RED", "I2C", "I2CSLAVE", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_FC", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES", "STORAGE"],
Kojto 123:b0220dba8be7 569 "features": ["IPV4", "STORAGE"],
Kojto 123:b0220dba8be7 570 "release_versions": ["2", "5"]
Kojto 122:f9eeca106725 571 },
Kojto 122:f9eeca106725 572 "MTS_GAMBIT": {
Kojto 122:f9eeca106725 573 "inherits": ["Target"],
Kojto 122:f9eeca106725 574 "core": "Cortex-M4F",
Kojto 122:f9eeca106725 575 "supported_toolchains": ["ARM", "GCC_ARM"],
Kojto 123:b0220dba8be7 576 "extra_labels": ["Freescale", "KSDK2_MCUS", "KPSDK_MCUS", "KPSDK_CODE", "MCU_K64F"],
Kojto 122:f9eeca106725 577 "is_disk_virtual": true,
Kojto 122:f9eeca106725 578 "macros": ["CPU_MK64FN1M0VMD12", "FSL_RTOS_MBED", "TARGET_K64F"],
Kojto 122:f9eeca106725 579 "progen": {"target": "mts-gambit"},
Kojto 122:f9eeca106725 580 "device_has": ["I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"]
Kojto 122:f9eeca106725 581 },
Kojto 122:f9eeca106725 582 "HEXIWEAR": {
Kojto 122:f9eeca106725 583 "inherits": ["Target"],
Kojto 122:f9eeca106725 584 "core": "Cortex-M4F",
Kojto 123:b0220dba8be7 585 "extra_labels": ["Freescale", "KSDK2_MCUS", "MCU_K64F"],
Kojto 122:f9eeca106725 586 "supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
Kojto 122:f9eeca106725 587 "macros": ["CPU_MK64FN1M0VMD12", "FSL_RTOS_MBED", "TARGET_K64F"],
Kojto 122:f9eeca106725 588 "is_disk_virtual": true,
Kojto 122:f9eeca106725 589 "default_toolchain": "ARM",
Kojto 122:f9eeca106725 590 "detect_code": ["0214"],
Kojto 122:f9eeca106725 591 "progen": {"target": "hexiwear-k64f"},
Kojto 123:b0220dba8be7 592 "device_has": ["ANALOGIN", "ANALOGOUT", "ERROR_RED", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_FC", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
Kojto 123:b0220dba8be7 593 "default_build": "standard",
Kojto 123:b0220dba8be7 594 "release_versions": ["2", "5"]
Kojto 122:f9eeca106725 595 },
Kojto 124:2241e3a39974 596 "K66F": {
Kojto 124:2241e3a39974 597 "supported_form_factors": ["ARDUINO"],
Kojto 124:2241e3a39974 598 "core": "Cortex-M4F",
Kojto 124:2241e3a39974 599 "supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
Kojto 124:2241e3a39974 600 "extra_labels": ["Freescale", "KSDK2_MCUS", "FRDM"],
Kojto 124:2241e3a39974 601 "is_disk_virtual": true,
Kojto 124:2241e3a39974 602 "macros": ["CPU_MK66FN2M0VMD18", "FSL_RTOS_MBED", "MBEDTLS_ENTROPY_HARDWARE_ALT"],
Kojto 124:2241e3a39974 603 "inherits": ["Target"],
Kojto 124:2241e3a39974 604 "progen": {"target": "frdm-k66f"},
Kojto 124:2241e3a39974 605 "detect_code": ["0311"],
Kojto 124:2241e3a39974 606 "device_has": ["ANALOGIN", "ANALOGOUT", "ERROR_RED", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_FC", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
Kojto 124:2241e3a39974 607 "release_versions": ["2", "5"]
Kojto 124:2241e3a39974 608 },
Kojto 122:f9eeca106725 609 "NUCLEO_F030R8": {
Kojto 122:f9eeca106725 610 "supported_form_factors": ["ARDUINO", "MORPHO"],
Kojto 122:f9eeca106725 611 "core": "Cortex-M0",
Kojto 123:b0220dba8be7 612 "default_toolchain": "ARM",
Kojto 122:f9eeca106725 613 "extra_labels": ["STM", "STM32F0", "STM32F030R8"],
Kojto 122:f9eeca106725 614 "supported_toolchains": ["ARM", "uARM", "IAR", "GCC_ARM"],
Kojto 122:f9eeca106725 615 "inherits": ["Target"],
Kojto 122:f9eeca106725 616 "progen": {"target": "nucleo-f030r8"},
Kojto 122:f9eeca106725 617 "detect_code": ["0725"],
Kojto 122:f9eeca106725 618 "device_has": ["ANALOGIN", "I2C", "I2CSLAVE", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
AnnaBridge 125:2e9cc70d1897 619 "default_lib": "small",
Kojto 123:b0220dba8be7 620 "release_versions": ["2"]
Kojto 122:f9eeca106725 621 },
Kojto 122:f9eeca106725 622 "NUCLEO_F031K6": {
Kojto 122:f9eeca106725 623 "supported_form_factors": ["ARDUINO"],
Kojto 122:f9eeca106725 624 "core": "Cortex-M0",
Kojto 122:f9eeca106725 625 "default_toolchain": "uARM",
Kojto 122:f9eeca106725 626 "extra_labels": ["STM", "STM32F0", "STM32F031K6"],
AnnaBridge 126:abea610beb85 627 "macros": ["DEVICE_RTC_LSI=1"],
Kojto 122:f9eeca106725 628 "supported_toolchains": ["ARM", "uARM", "IAR", "GCC_ARM"],
Kojto 122:f9eeca106725 629 "inherits": ["Target"],
Kojto 122:f9eeca106725 630 "progen": {"target": "nucleo-f031k6"},
Kojto 122:f9eeca106725 631 "detect_code": ["0791"],
AnnaBridge 126:abea610beb85 632 "device_has": ["ANALOGIN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
Kojto 122:f9eeca106725 633 "default_build": "small",
Kojto 123:b0220dba8be7 634 "release_versions": ["2"]
Kojto 122:f9eeca106725 635 },
Kojto 122:f9eeca106725 636 "NUCLEO_F042K6": {
Kojto 122:f9eeca106725 637 "supported_form_factors": ["ARDUINO"],
Kojto 122:f9eeca106725 638 "core": "Cortex-M0",
Kojto 122:f9eeca106725 639 "default_toolchain": "uARM",
Kojto 122:f9eeca106725 640 "extra_labels": ["STM", "STM32F0", "STM32F042K6"],
AnnaBridge 126:abea610beb85 641 "macros": ["DEVICE_RTC_LSI=1"],
Kojto 122:f9eeca106725 642 "supported_toolchains": ["ARM", "uARM", "IAR", "GCC_ARM"],
Kojto 122:f9eeca106725 643 "inherits": ["Target"],
Kojto 122:f9eeca106725 644 "progen": {"target": "nucleo-f042k6"},
Kojto 122:f9eeca106725 645 "detect_code": ["0785"],
AnnaBridge 126:abea610beb85 646 "device_has": ["ANALOGIN", "CAN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
Kojto 122:f9eeca106725 647 "default_build": "small",
Kojto 123:b0220dba8be7 648 "release_versions": ["2"]
Kojto 122:f9eeca106725 649 },
Kojto 122:f9eeca106725 650 "NUCLEO_F070RB": {
Kojto 122:f9eeca106725 651 "supported_form_factors": ["ARDUINO", "MORPHO"],
Kojto 122:f9eeca106725 652 "core": "Cortex-M0",
Kojto 123:b0220dba8be7 653 "default_toolchain": "ARM",
Kojto 122:f9eeca106725 654 "extra_labels": ["STM", "STM32F0", "STM32F070RB"],
Kojto 122:f9eeca106725 655 "supported_toolchains": ["ARM", "uARM", "IAR", "GCC_ARM"],
Kojto 122:f9eeca106725 656 "inherits": ["Target"],
Kojto 122:f9eeca106725 657 "progen": {"target": "nucleo-f070rb"},
Kojto 122:f9eeca106725 658 "detect_code": ["0755"],
Kojto 122:f9eeca106725 659 "device_has": ["ANALOGIN", "I2C", "I2CSLAVE", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
Kojto 123:b0220dba8be7 660 "release_versions": ["2", "5"]
Kojto 122:f9eeca106725 661 },
Kojto 122:f9eeca106725 662 "NUCLEO_F072RB": {
Kojto 122:f9eeca106725 663 "supported_form_factors": ["ARDUINO", "MORPHO"],
Kojto 122:f9eeca106725 664 "core": "Cortex-M0",
Kojto 123:b0220dba8be7 665 "default_toolchain": "ARM",
Kojto 122:f9eeca106725 666 "extra_labels": ["STM", "STM32F0", "STM32F072RB"],
Kojto 122:f9eeca106725 667 "supported_toolchains": ["ARM", "uARM", "IAR", "GCC_ARM"],
Kojto 122:f9eeca106725 668 "inherits": ["Target"],
Kojto 122:f9eeca106725 669 "progen": {"target": "nucleo-f072rb"},
Kojto 122:f9eeca106725 670 "detect_code": ["0730"],
Kojto 122:f9eeca106725 671 "device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "I2C", "I2CSLAVE", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
Kojto 123:b0220dba8be7 672 "release_versions": ["2", "5"]
Kojto 122:f9eeca106725 673 },
Kojto 122:f9eeca106725 674 "NUCLEO_F091RC": {
Kojto 122:f9eeca106725 675 "supported_form_factors": ["ARDUINO", "MORPHO"],
Kojto 122:f9eeca106725 676 "core": "Cortex-M0",
Kojto 123:b0220dba8be7 677 "default_toolchain": "ARM",
Kojto 122:f9eeca106725 678 "extra_labels": ["STM", "STM32F0", "STM32F091RC"],
Kojto 122:f9eeca106725 679 "supported_toolchains": ["ARM", "uARM", "IAR", "GCC_ARM"],
Kojto 122:f9eeca106725 680 "inherits": ["Target"],
Kojto 122:f9eeca106725 681 "progen": {"target": "nucleo-f091rc"},
Kojto 122:f9eeca106725 682 "detect_code": ["0750"],
Kojto 122:f9eeca106725 683 "device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "I2C", "I2CSLAVE", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
Kojto 123:b0220dba8be7 684 "release_versions": ["2", "5"]
Kojto 122:f9eeca106725 685 },
Kojto 122:f9eeca106725 686 "NUCLEO_F103RB": {
Kojto 122:f9eeca106725 687 "supported_form_factors": ["ARDUINO", "MORPHO"],
Kojto 122:f9eeca106725 688 "core": "Cortex-M3",
Kojto 123:b0220dba8be7 689 "default_toolchain": "ARM",
Kojto 122:f9eeca106725 690 "extra_labels": ["STM", "STM32F1", "STM32F103RB"],
Kojto 122:f9eeca106725 691 "supported_toolchains": ["ARM", "uARM", "GCC_ARM", "IAR"],
Kojto 122:f9eeca106725 692 "inherits": ["Target"],
Kojto 122:f9eeca106725 693 "progen": {"target": "nucleo-f103rb"},
Kojto 122:f9eeca106725 694 "detect_code": ["0700"],
AnnaBridge 126:abea610beb85 695 "device_has": ["ANALOGIN", "CAN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
Kojto 123:b0220dba8be7 696 "release_versions": ["2", "5"]
Kojto 123:b0220dba8be7 697 },
Kojto 123:b0220dba8be7 698 "NUCLEO_F207ZG": {
Kojto 123:b0220dba8be7 699 "supported_form_factors": ["ARDUINO", "MORPHO"],
Kojto 123:b0220dba8be7 700 "core": "Cortex-M3",
Kojto 123:b0220dba8be7 701 "default_toolchain": "ARM",
Kojto 123:b0220dba8be7 702 "extra_labels": ["STM", "STM32F2", "STM32F207ZG"],
Kojto 123:b0220dba8be7 703 "supported_toolchains": ["ARM", "uARM", "IAR", "GCC_ARM"],
Kojto 123:b0220dba8be7 704 "inherits": ["Target"],
Kojto 123:b0220dba8be7 705 "progen": {"target": "nucleo-f207zg"},
Kojto 123:b0220dba8be7 706 "detect_code": ["0835"],
AnnaBridge 126:abea610beb85 707 "device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SERIAL_FC", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
AnnaBridge 125:2e9cc70d1897 708 "features": ["IPV4"],
AnnaBridge 126:abea610beb85 709 "release_versions": ["2", "5"]
Kojto 122:f9eeca106725 710 },
Kojto 122:f9eeca106725 711 "NUCLEO_F302R8": {
Kojto 122:f9eeca106725 712 "supported_form_factors": ["ARDUINO", "MORPHO"],
Kojto 122:f9eeca106725 713 "core": "Cortex-M4F",
Kojto 123:b0220dba8be7 714 "default_toolchain": "ARM",
Kojto 122:f9eeca106725 715 "extra_labels": ["STM", "STM32F3", "STM32F302R8"],
Kojto 122:f9eeca106725 716 "supported_toolchains": ["ARM", "uARM", "IAR", "GCC_ARM"],
Kojto 122:f9eeca106725 717 "inherits": ["Target"],
Kojto 122:f9eeca106725 718 "progen": {"target": "nucleo-f302r8"},
Kojto 122:f9eeca106725 719 "detect_code": ["0705"],
AnnaBridge 125:2e9cc70d1897 720 "device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
AnnaBridge 125:2e9cc70d1897 721 "default_lib": "small",
Kojto 123:b0220dba8be7 722 "release_versions": ["2"]
Kojto 122:f9eeca106725 723 },
Kojto 122:f9eeca106725 724 "NUCLEO_F303K8": {
Kojto 122:f9eeca106725 725 "supported_form_factors": ["ARDUINO"],
Kojto 122:f9eeca106725 726 "core": "Cortex-M4F",
Kojto 123:b0220dba8be7 727 "default_toolchain": "ARM",
Kojto 122:f9eeca106725 728 "extra_labels": ["STM", "STM32F3", "STM32F303K8"],
AnnaBridge 126:abea610beb85 729 "macros": ["DEVICE_RTC_LSI=1"],
Kojto 122:f9eeca106725 730 "supported_toolchains": ["ARM", "uARM", "IAR", "GCC_ARM"],
Kojto 122:f9eeca106725 731 "inherits": ["Target"],
Kojto 122:f9eeca106725 732 "progen": {"target": "nucleo-f303k8"},
Kojto 122:f9eeca106725 733 "detect_code": ["0775"],
AnnaBridge 125:2e9cc70d1897 734 "default_lib": "small",
Kojto 122:f9eeca106725 735 "device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
Kojto 123:b0220dba8be7 736 "release_versions": ["2"]
Kojto 122:f9eeca106725 737 },
Kojto 122:f9eeca106725 738 "NUCLEO_F303RE": {
Kojto 122:f9eeca106725 739 "supported_form_factors": ["ARDUINO", "MORPHO"],
Kojto 122:f9eeca106725 740 "core": "Cortex-M4F",
Kojto 123:b0220dba8be7 741 "default_toolchain": "ARM",
Kojto 122:f9eeca106725 742 "extra_labels": ["STM", "STM32F3", "STM32F303RE"],
Kojto 122:f9eeca106725 743 "supported_toolchains": ["ARM", "uARM", "IAR", "GCC_ARM"],
Kojto 122:f9eeca106725 744 "inherits": ["Target"],
Kojto 122:f9eeca106725 745 "progen": {"target": "nucleo-f303re"},
Kojto 122:f9eeca106725 746 "detect_code": ["0745"],
AnnaBridge 125:2e9cc70d1897 747 "device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
Kojto 123:b0220dba8be7 748 "release_versions": ["2", "5"]
Kojto 122:f9eeca106725 749 },
AnnaBridge 126:abea610beb85 750 "NUCLEO_F303ZE": {
AnnaBridge 126:abea610beb85 751 "supported_form_factors": ["ARDUINO", "MORPHO"],
AnnaBridge 126:abea610beb85 752 "core": "Cortex-M4F",
AnnaBridge 126:abea610beb85 753 "fpu": "single",
AnnaBridge 126:abea610beb85 754 "default_toolchain": "uARM",
AnnaBridge 126:abea610beb85 755 "extra_labels": ["STM", "STM32F3", "STM32F303ZE"],
AnnaBridge 126:abea610beb85 756 "supported_toolchains": ["ARM", "uARM", "IAR", "GCC_ARM"],
AnnaBridge 126:abea610beb85 757 "inherits": ["Target"],
AnnaBridge 126:abea610beb85 758 "progen": {"target": "nucleo-f303ze"},
AnnaBridge 126:abea610beb85 759 "detect_code": ["0745"],
AnnaBridge 126:abea610beb85 760 "device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
AnnaBridge 126:abea610beb85 761 "release_versions": ["2"]
AnnaBridge 126:abea610beb85 762 },
Kojto 122:f9eeca106725 763 "NUCLEO_F334R8": {
Kojto 122:f9eeca106725 764 "supported_form_factors": ["ARDUINO", "MORPHO"],
Kojto 122:f9eeca106725 765 "core": "Cortex-M4F",
Kojto 123:b0220dba8be7 766 "default_toolchain": "ARM",
Kojto 122:f9eeca106725 767 "extra_labels": ["STM", "STM32F3", "STM32F334R8"],
Kojto 122:f9eeca106725 768 "supported_toolchains": ["ARM", "uARM", "IAR", "GCC_ARM"],
Kojto 122:f9eeca106725 769 "inherits": ["Target"],
Kojto 122:f9eeca106725 770 "progen": {"target": "nucleo-f334r8"},
Kojto 122:f9eeca106725 771 "detect_code": ["0735"],
AnnaBridge 125:2e9cc70d1897 772 "device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
AnnaBridge 125:2e9cc70d1897 773 "default_lib": "small",
Kojto 123:b0220dba8be7 774 "release_versions": ["2"]
Kojto 122:f9eeca106725 775 },
Kojto 122:f9eeca106725 776 "NUCLEO_F401RE": {
Kojto 122:f9eeca106725 777 "supported_form_factors": ["ARDUINO", "MORPHO"],
Kojto 122:f9eeca106725 778 "core": "Cortex-M4F",
Kojto 123:b0220dba8be7 779 "default_toolchain": "ARM",
Kojto 122:f9eeca106725 780 "extra_labels": ["STM", "STM32F4", "STM32F401RE"],
Kojto 122:f9eeca106725 781 "supported_toolchains": ["ARM", "uARM", "GCC_ARM", "IAR"],
Kojto 122:f9eeca106725 782 "inherits": ["Target"],
Kojto 122:f9eeca106725 783 "progen": {"target": "nucleo-f401re"},
Kojto 122:f9eeca106725 784 "detect_code": ["0720"],
Kojto 124:2241e3a39974 785 "device_has": ["ANALOGIN", "ERROR_RED", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SERIAL_FC", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
Kojto 123:b0220dba8be7 786 "release_versions": ["2", "5"]
Kojto 122:f9eeca106725 787 },
Kojto 122:f9eeca106725 788 "NUCLEO_F410RB": {
Kojto 122:f9eeca106725 789 "supported_form_factors": ["ARDUINO", "MORPHO"],
Kojto 122:f9eeca106725 790 "core": "Cortex-M4F",
Kojto 123:b0220dba8be7 791 "default_toolchain": "ARM",
AnnaBridge 125:2e9cc70d1897 792 "extra_labels": ["STM", "STM32F4", "STM32F410RB","STM32F410Rx"],
Kojto 122:f9eeca106725 793 "supported_toolchains": ["ARM", "uARM", "GCC_ARM", "IAR"],
Kojto 122:f9eeca106725 794 "inherits": ["Target"],
Kojto 122:f9eeca106725 795 "progen": {"target": "nucleo-f410rb"},
AnnaBridge 125:2e9cc70d1897 796 "macros": ["MBEDTLS_ENTROPY_HARDWARE_ALT"],
Kojto 122:f9eeca106725 797 "detect_code": ["0740"],
Kojto 124:2241e3a39974 798 "device_has": ["ANALOGIN", "ANALOGOUT", "ERROR_RED", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SERIAL_FC", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
Kojto 123:b0220dba8be7 799 "release_versions": ["2", "5"]
Kojto 122:f9eeca106725 800 },
Kojto 122:f9eeca106725 801 "NUCLEO_F411RE": {
Kojto 122:f9eeca106725 802 "supported_form_factors": ["ARDUINO", "MORPHO"],
Kojto 122:f9eeca106725 803 "core": "Cortex-M4F",
Kojto 123:b0220dba8be7 804 "default_toolchain": "ARM",
Kojto 122:f9eeca106725 805 "extra_labels": ["STM", "STM32F4", "STM32F411RE"],
Kojto 122:f9eeca106725 806 "supported_toolchains": ["ARM", "uARM", "GCC_ARM", "IAR"],
Kojto 122:f9eeca106725 807 "inherits": ["Target"],
Kojto 122:f9eeca106725 808 "progen": {"target": "nucleo-f411re"},
Kojto 122:f9eeca106725 809 "detect_code": ["0740"],
Kojto 124:2241e3a39974 810 "device_has": ["ANALOGIN", "ERROR_RED", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SERIAL_FC", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
Kojto 123:b0220dba8be7 811 "release_versions": ["2", "5"]
Kojto 122:f9eeca106725 812 },
Kojto 122:f9eeca106725 813 "ELMO_F411RE": {
Kojto 122:f9eeca106725 814 "supported_form_factors": ["ARDUINO"],
Kojto 122:f9eeca106725 815 "core": "Cortex-M4F",
Kojto 122:f9eeca106725 816 "default_toolchain": "uARM",
Kojto 122:f9eeca106725 817 "extra_labels": ["STM", "STM32F4", "STM32F411RE"],
Kojto 122:f9eeca106725 818 "supported_toolchains": ["ARM", "uARM", "GCC_ARM"],
Kojto 122:f9eeca106725 819 "inherits": ["Target"],
Kojto 122:f9eeca106725 820 "detect_code": ["----"],
Kojto 122:f9eeca106725 821 "device_has": ["ANALOGIN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
Kojto 122:f9eeca106725 822 "default_build": "small",
Kojto 123:b0220dba8be7 823 "release_versions": ["2"]
Kojto 122:f9eeca106725 824 },
Kojto 122:f9eeca106725 825 "NUCLEO_F429ZI": {
Kojto 123:b0220dba8be7 826 "supported_form_factors": ["ARDUINO"],
Kojto 122:f9eeca106725 827 "inherits": ["Target"],
Kojto 122:f9eeca106725 828 "core": "Cortex-M4F",
Kojto 123:b0220dba8be7 829 "default_toolchain": "ARM",
AnnaBridge 125:2e9cc70d1897 830 "extra_labels": ["STM", "STM32F4", "STM32F429", "STM32F429ZI", "STM32F429xx"],
Kojto 122:f9eeca106725 831 "supported_toolchains": ["ARM", "uARM", "GCC_ARM", "IAR"],
Kojto 122:f9eeca106725 832 "progen": {"target": "nucleo-f429zi"},
AnnaBridge 126:abea610beb85 833 "macros": ["MBEDTLS_ENTROPY_HARDWARE_ALT", "DEVICE_RTC_LSI=1"],
AnnaBridge 126:abea610beb85 834 "device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "ERROR_RED", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
Kojto 122:f9eeca106725 835 "detect_code": ["0796"],
AnnaBridge 125:2e9cc70d1897 836 "features": ["IPV4"],
Kojto 123:b0220dba8be7 837 "release_versions": ["2", "5"]
Kojto 122:f9eeca106725 838 },
Kojto 122:f9eeca106725 839 "NUCLEO_F446RE": {
Kojto 122:f9eeca106725 840 "supported_form_factors": ["ARDUINO", "MORPHO"],
Kojto 122:f9eeca106725 841 "core": "Cortex-M4F",
Kojto 122:f9eeca106725 842 "default_toolchain": "ARM",
Kojto 122:f9eeca106725 843 "extra_labels": ["STM", "STM32F4", "STM32F446RE"],
Kojto 122:f9eeca106725 844 "supported_toolchains": ["ARM", "uARM", "GCC_ARM", "IAR"],
Kojto 122:f9eeca106725 845 "inherits": ["Target"],
Kojto 122:f9eeca106725 846 "progen": {"target": "nucleo-f446re"},
Kojto 122:f9eeca106725 847 "detect_code": ["0777"],
Kojto 124:2241e3a39974 848 "device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "ERROR_RED", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SERIAL_FC", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
Kojto 123:b0220dba8be7 849 "release_versions": ["2", "5"]
Kojto 122:f9eeca106725 850 },
Kojto 122:f9eeca106725 851 "NUCLEO_F446ZE": {
Kojto 122:f9eeca106725 852 "supported_form_factors": ["ARDUINO", "MORPHO"],
Kojto 122:f9eeca106725 853 "core": "Cortex-M4F",
Kojto 123:b0220dba8be7 854 "default_toolchain": "ARM",
Kojto 122:f9eeca106725 855 "extra_labels": ["STM", "STM32F4", "STM32F446ZE"],
Kojto 122:f9eeca106725 856 "supported_toolchains": ["ARM", "uARM", "GCC_ARM", "IAR"],
Kojto 122:f9eeca106725 857 "inherits": ["Target"],
Kojto 122:f9eeca106725 858 "progen": {"target": "nucleo-f446ze"},
Kojto 122:f9eeca106725 859 "detect_code": ["0778"],
Kojto 124:2241e3a39974 860 "device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "ERROR_RED", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SERIAL_FC", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
AnnaBridge 126:abea610beb85 861 "release_versions": ["2", "5"]
Kojto 122:f9eeca106725 862 },
Kojto 122:f9eeca106725 863
Kojto 122:f9eeca106725 864 "B96B_F446VE": {
Kojto 122:f9eeca106725 865 "supported_form_factors": ["ARDUINO", "MORPHO"],
Kojto 122:f9eeca106725 866 "core": "Cortex-M4F",
Kojto 123:b0220dba8be7 867 "default_toolchain": "ARM",
Kojto 122:f9eeca106725 868 "extra_labels": ["STM", "STM32F4", "STM32F446VE"],
Kojto 122:f9eeca106725 869 "supported_toolchains": ["ARM", "uARM", "GCC_ARM", "IAR"],
Kojto 122:f9eeca106725 870 "inherits": ["Target"],
Kojto 122:f9eeca106725 871 "detect_code": ["0840"],
Kojto 124:2241e3a39974 872 "device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "ERROR_RED", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SERIAL_FC", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
Kojto 123:b0220dba8be7 873 "release_versions": ["2", "5"]
Kojto 122:f9eeca106725 874 },
Kojto 122:f9eeca106725 875 "NUCLEO_F746ZG": {
Kojto 122:f9eeca106725 876 "inherits": ["Target"],
Kojto 122:f9eeca106725 877 "core": "Cortex-M7F",
Kojto 122:f9eeca106725 878 "extra_labels": ["STM", "STM32F7", "STM32F746", "STM32F746ZG"],
Kojto 122:f9eeca106725 879 "supported_toolchains": ["ARM", "uARM", "GCC_ARM", "IAR"],
Kojto 122:f9eeca106725 880 "default_toolchain": "ARM",
AnnaBridge 125:2e9cc70d1897 881 "macros": ["MBEDTLS_ENTROPY_HARDWARE_ALT"],
Kojto 122:f9eeca106725 882 "progen": {
Kojto 122:f9eeca106725 883 "target": "nucleo-f746zg",
Kojto 122:f9eeca106725 884 "iar": {
Kojto 122:f9eeca106725 885 "template": ["iar_nucleo_f746zg.ewp.tmpl"]
Kojto 122:f9eeca106725 886 }
Kojto 122:f9eeca106725 887 },
Kojto 122:f9eeca106725 888 "supported_form_factors": ["ARDUINO"],
Kojto 122:f9eeca106725 889 "detect_code": ["0816"],
Kojto 122:f9eeca106725 890 "device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
Kojto 122:f9eeca106725 891 "features": ["IPV4"],
Kojto 123:b0220dba8be7 892 "release_versions": ["2", "5"]
Kojto 122:f9eeca106725 893 },
Kojto 122:f9eeca106725 894 "NUCLEO_F767ZI": {
Kojto 122:f9eeca106725 895 "inherits": ["Target"],
Kojto 122:f9eeca106725 896 "core": "Cortex-M7FD",
Kojto 122:f9eeca106725 897 "extra_labels": ["STM", "STM32F7", "STM32F767", "STM32F767ZI"],
Kojto 122:f9eeca106725 898 "supported_toolchains": ["ARM", "uARM", "GCC_ARM", "IAR"],
Kojto 122:f9eeca106725 899 "default_toolchain": "ARM",
AnnaBridge 125:2e9cc70d1897 900 "macros": ["MBEDTLS_ENTROPY_HARDWARE_ALT"],
Kojto 122:f9eeca106725 901 "progen": {"target": "nucleo-f767zi"},
Kojto 122:f9eeca106725 902 "detect_code": ["0818"],
Kojto 122:f9eeca106725 903 "device_has": ["ANALOGIN", "ANALOGOUT", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
AnnaBridge 125:2e9cc70d1897 904 "features": ["IPV4"],
Kojto 123:b0220dba8be7 905 "release_versions": ["2", "5"]
Kojto 122:f9eeca106725 906 },
Kojto 122:f9eeca106725 907 "NUCLEO_L011K4": {
Kojto 122:f9eeca106725 908 "inherits": ["Target"],
Kojto 122:f9eeca106725 909 "core": "Cortex-M0+",
Kojto 122:f9eeca106725 910 "extra_labels": ["STM", "STM32L0", "STM32L011K4"],
AnnaBridge 125:2e9cc70d1897 911 "supported_toolchains": ["uARM"],
Kojto 122:f9eeca106725 912 "default_toolchain": "uARM",
Kojto 122:f9eeca106725 913 "supported_form_factors": ["ARDUINO"],
Kojto 122:f9eeca106725 914 "detect_code": ["0780"],
Kojto 122:f9eeca106725 915 "progen": {"target":"nucleo-l011k4"},
Kojto 122:f9eeca106725 916 "device_has": ["ANALOGIN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
Kojto 123:b0220dba8be7 917 "default_build": "small",
Kojto 123:b0220dba8be7 918 "release_versions": ["2"]
Kojto 122:f9eeca106725 919 },
Kojto 122:f9eeca106725 920
Kojto 122:f9eeca106725 921 "NUCLEO_L031K6": {
Kojto 122:f9eeca106725 922 "inherits": ["Target"],
Kojto 122:f9eeca106725 923 "core": "Cortex-M0",
Kojto 122:f9eeca106725 924 "extra_labels": ["STM", "STM32L0", "STM32L031K6"],
Kojto 122:f9eeca106725 925 "supported_toolchains": ["ARM", "uARM", "IAR", "GCC_ARM"],
Kojto 122:f9eeca106725 926 "default_toolchain": "uARM",
Kojto 122:f9eeca106725 927 "supported_form_factors": ["ARDUINO"],
Kojto 122:f9eeca106725 928 "detect_code": ["0790"],
Kojto 122:f9eeca106725 929 "progen": {"target": "nucleo-l031k6"},
Kojto 122:f9eeca106725 930 "device_has": ["ANALOGIN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
Kojto 122:f9eeca106725 931 "default_build": "small",
Kojto 123:b0220dba8be7 932 "release_versions": ["2"]
Kojto 122:f9eeca106725 933 },
Kojto 122:f9eeca106725 934 "NUCLEO_L053R8": {
Kojto 122:f9eeca106725 935 "supported_form_factors": ["ARDUINO", "MORPHO"],
Kojto 122:f9eeca106725 936 "core": "Cortex-M0+",
Kojto 123:b0220dba8be7 937 "default_toolchain": "ARM",
Kojto 122:f9eeca106725 938 "extra_labels": ["STM", "STM32L0", "STM32L053R8"],
Kojto 122:f9eeca106725 939 "supported_toolchains": ["ARM", "uARM", "GCC_ARM", "IAR"],
Kojto 122:f9eeca106725 940 "inherits": ["Target"],
Kojto 122:f9eeca106725 941 "progen": {"target": "nucleo-l053r8"},
Kojto 122:f9eeca106725 942 "detect_code": ["0715"],
Kojto 122:f9eeca106725 943 "device_has": ["ANALOGIN", "ANALOGOUT", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
AnnaBridge 125:2e9cc70d1897 944 "default_lib": "small",
Kojto 123:b0220dba8be7 945 "release_versions": ["2"]
Kojto 122:f9eeca106725 946 },
Kojto 122:f9eeca106725 947 "NUCLEO_L073RZ": {
Kojto 122:f9eeca106725 948 "supported_form_factors": ["ARDUINO", "MORPHO"],
Kojto 122:f9eeca106725 949 "core": "Cortex-M0+",
Kojto 123:b0220dba8be7 950 "default_toolchain": "ARM",
Kojto 122:f9eeca106725 951 "extra_labels": ["STM", "STM32L0", "STM32L073RZ"],
Kojto 122:f9eeca106725 952 "supported_toolchains": ["ARM", "uARM", "GCC_ARM", "IAR"],
Kojto 122:f9eeca106725 953 "inherits": ["Target"],
Kojto 122:f9eeca106725 954 "progen": {"target": "nucleo-l073rz"},
Kojto 122:f9eeca106725 955 "detect_code": ["0760"],
Kojto 122:f9eeca106725 956 "device_has": ["ANALOGIN", "ANALOGOUT", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
Kojto 123:b0220dba8be7 957 "release_versions": ["2", "5"]
Kojto 122:f9eeca106725 958 },
Kojto 122:f9eeca106725 959 "NUCLEO_L152RE": {
Kojto 122:f9eeca106725 960 "supported_form_factors": ["ARDUINO", "MORPHO"],
Kojto 122:f9eeca106725 961 "core": "Cortex-M3",
Kojto 123:b0220dba8be7 962 "default_toolchain": "ARM",
Kojto 122:f9eeca106725 963 "extra_labels": ["STM", "STM32L1", "STM32L152RE"],
Kojto 122:f9eeca106725 964 "supported_toolchains": ["ARM", "uARM", "IAR", "GCC_ARM"],
Kojto 122:f9eeca106725 965 "inherits": ["Target"],
Kojto 122:f9eeca106725 966 "progen": {"target": "nucleo-l152re"},
Kojto 122:f9eeca106725 967 "detect_code": ["0710"],
AnnaBridge 125:2e9cc70d1897 968 "device_has": ["ANALOGIN", "ANALOGOUT", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
Kojto 123:b0220dba8be7 969 "release_versions": ["2", "5"]
Kojto 122:f9eeca106725 970 },
Kojto 122:f9eeca106725 971 "NUCLEO_L432KC": {
Kojto 122:f9eeca106725 972 "supported_form_factors": ["ARDUINO"],
Kojto 122:f9eeca106725 973 "core": "Cortex-M4F",
Kojto 123:b0220dba8be7 974 "default_toolchain": "ARM",
Kojto 122:f9eeca106725 975 "extra_labels": ["STM", "STM32L4", "STM32L432KC"],
Kojto 122:f9eeca106725 976 "supported_toolchains": ["ARM", "uARM", "IAR", "GCC_ARM"],
Kojto 122:f9eeca106725 977 "inherits": ["Target"],
Kojto 122:f9eeca106725 978 "progen": {"target": "nucleo-l432kc"},
Kojto 122:f9eeca106725 979 "detect_code": ["0770"],
Kojto 122:f9eeca106725 980 "device_has": ["ANALOGIN", "ANALOGOUT", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_FC", "SLEEP", "SPI", "SPISLAVE", "CAN", "STDIO_MESSAGES"],
Kojto 123:b0220dba8be7 981 "release_versions": ["2", "5"]
Kojto 122:f9eeca106725 982 },
Kojto 122:f9eeca106725 983 "NUCLEO_L476RG": {
Kojto 122:f9eeca106725 984 "supported_form_factors": ["ARDUINO", "MORPHO"],
Kojto 122:f9eeca106725 985 "core": "Cortex-M4F",
Kojto 123:b0220dba8be7 986 "default_toolchain": "ARM",
Kojto 122:f9eeca106725 987 "extra_labels": ["STM", "STM32L4", "STM32L476RG"],
Kojto 122:f9eeca106725 988 "supported_toolchains": ["ARM", "uARM", "IAR", "GCC_ARM"],
Kojto 122:f9eeca106725 989 "inherits": ["Target"],
Kojto 122:f9eeca106725 990 "progen": {"target": "nucleo-l476rg"},
Kojto 122:f9eeca106725 991 "detect_code": ["0765"],
AnnaBridge 125:2e9cc70d1897 992 "device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SERIAL_FC", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
Kojto 123:b0220dba8be7 993 "release_versions": ["2", "5"]
Kojto 122:f9eeca106725 994 },
Kojto 122:f9eeca106725 995 "STM32F3XX": {
Kojto 122:f9eeca106725 996 "inherits": ["Target"],
Kojto 122:f9eeca106725 997 "core": "Cortex-M4",
Kojto 123:b0220dba8be7 998 "default_toolchain": "ARM",
Kojto 122:f9eeca106725 999 "extra_labels": ["STM", "STM32F3XX"],
Kojto 123:b0220dba8be7 1000 "supported_toolchains": ["ARM", "uARM", "GCC_ARM"]
Kojto 122:f9eeca106725 1001 },
Kojto 122:f9eeca106725 1002 "STM32F407": {
Kojto 122:f9eeca106725 1003 "inherits": ["Target"],
Kojto 122:f9eeca106725 1004 "core": "Cortex-M4F",
Kojto 122:f9eeca106725 1005 "extra_labels": ["STM", "STM32F4", "STM32F4XX"],
Kojto 122:f9eeca106725 1006 "supported_toolchains": ["ARM", "GCC_ARM", "IAR"]
Kojto 122:f9eeca106725 1007 },
Kojto 122:f9eeca106725 1008 "ARCH_MAX": {
Kojto 122:f9eeca106725 1009 "supported_form_factors": ["ARDUINO"],
Kojto 122:f9eeca106725 1010 "core": "Cortex-M4F",
Kojto 122:f9eeca106725 1011 "supported_toolchains": ["ARM", "uARM", "GCC_ARM"],
Kojto 122:f9eeca106725 1012 "program_cycle_s": 2,
Kojto 122:f9eeca106725 1013 "extra_labels": ["STM", "STM32F4", "STM32F407", "STM32F407VG"],
Kojto 122:f9eeca106725 1014 "macros": ["LSI_VALUE=32000"],
Kojto 122:f9eeca106725 1015 "inherits": ["Target"],
Kojto 123:b0220dba8be7 1016 "progen": {"target": "arch-max"},
Kojto 122:f9eeca106725 1017 "device_has": ["ANALOGIN", "ANALOGOUT", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
Kojto 123:b0220dba8be7 1018 "release_versions": ["2"]
Kojto 122:f9eeca106725 1019 },
Kojto 122:f9eeca106725 1020 "DISCO_F051R8": {
Kojto 122:f9eeca106725 1021 "inherits": ["Target"],
Kojto 122:f9eeca106725 1022 "core": "Cortex-M0",
Kojto 123:b0220dba8be7 1023 "default_toolchain": "ARM",
Kojto 122:f9eeca106725 1024 "extra_labels": ["STM", "STM32F0", "STM32F051", "STM32F051R8"],
Kojto 122:f9eeca106725 1025 "supported_toolchains": ["GCC_ARM"],
Kojto 123:b0220dba8be7 1026 "device_has": ["ANALOGIN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"]
Kojto 122:f9eeca106725 1027 },
Kojto 122:f9eeca106725 1028 "DISCO_F100RB": {
Kojto 122:f9eeca106725 1029 "inherits": ["Target"],
Kojto 122:f9eeca106725 1030 "core": "Cortex-M3",
Kojto 123:b0220dba8be7 1031 "default_toolchain": "ARM",
Kojto 122:f9eeca106725 1032 "extra_labels": ["STM", "STM32F1", "STM32F100RB"],
Kojto 122:f9eeca106725 1033 "supported_toolchains": ["GCC_ARM"],
Kojto 123:b0220dba8be7 1034 "device_has": ["ANALOGIN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"]
Kojto 122:f9eeca106725 1035 },
Kojto 122:f9eeca106725 1036 "DISCO_F303VC": {
Kojto 122:f9eeca106725 1037 "inherits": ["Target"],
Kojto 122:f9eeca106725 1038 "core": "Cortex-M4F",
Kojto 123:b0220dba8be7 1039 "default_toolchain": "ARM",
Kojto 122:f9eeca106725 1040 "extra_labels": ["STM", "STM32F3", "STM32F303", "STM32F303VC"],
AnnaBridge 126:abea610beb85 1041 "macros": ["DEVICE_RTC_LSI=1"],
Kojto 122:f9eeca106725 1042 "supported_toolchains": ["GCC_ARM"],
AnnaBridge 126:abea610beb85 1043 "device_has": ["ANALOGIN", "ANALOGOUT", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"]
Kojto 122:f9eeca106725 1044 },
Kojto 122:f9eeca106725 1045 "DISCO_F334C8": {
Kojto 122:f9eeca106725 1046 "inherits": ["Target"],
Kojto 122:f9eeca106725 1047 "core": "Cortex-M4F",
Kojto 123:b0220dba8be7 1048 "default_toolchain": "ARM",
Kojto 122:f9eeca106725 1049 "extra_labels": ["STM", "STM32F3", "STM32F334C8"],
AnnaBridge 126:abea610beb85 1050 "macros": ["DEVICE_RTC_LSI=1"],
Kojto 122:f9eeca106725 1051 "supported_toolchains": ["ARM", "uARM", "IAR", "GCC_ARM"],
Kojto 122:f9eeca106725 1052 "progen": {"target": "disco-f334c8"},
Kojto 122:f9eeca106725 1053 "detect_code": ["0810"],
AnnaBridge 126:abea610beb85 1054 "device_has": ["ANALOGIN", "ANALOGOUT", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
AnnaBridge 125:2e9cc70d1897 1055 "default_lib": "small",
AnnaBridge 125:2e9cc70d1897 1056 "release_versions": ["2"]
Kojto 122:f9eeca106725 1057 },
Kojto 122:f9eeca106725 1058 "DISCO_F407VG": {
Kojto 122:f9eeca106725 1059 "inherits": ["Target"],
Kojto 122:f9eeca106725 1060 "core": "Cortex-M4F",
Kojto 122:f9eeca106725 1061 "progen": {"target": "disco-f407vg"},
Kojto 122:f9eeca106725 1062 "extra_labels": ["STM", "STM32F4", "STM32F407", "STM32F407VG"],
Kojto 122:f9eeca106725 1063 "supported_toolchains": ["ARM", "uARM", "GCC_ARM"],
Kojto 122:f9eeca106725 1064 "device_has": ["ANALOGIN", "ANALOGOUT", "ERROR_RED", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"]
Kojto 122:f9eeca106725 1065 },
Kojto 122:f9eeca106725 1066 "DISCO_F429ZI": {
Kojto 122:f9eeca106725 1067 "inherits": ["Target"],
Kojto 122:f9eeca106725 1068 "core": "Cortex-M4F",
Kojto 123:b0220dba8be7 1069 "default_toolchain": "ARM",
AnnaBridge 125:2e9cc70d1897 1070 "extra_labels": ["STM", "STM32F4", "STM32F429", "STM32F429ZI", "STM32F429xx"],
AnnaBridge 126:abea610beb85 1071 "macros": ["MBEDTLS_ENTROPY_HARDWARE_ALT", "DEVICE_RTC_LSI=1"],
Kojto 122:f9eeca106725 1072 "supported_toolchains": ["ARM", "uARM", "GCC_ARM", "IAR"],
Kojto 122:f9eeca106725 1073 "progen": {"target": "disco-f429zi"},
AnnaBridge 126:abea610beb85 1074 "device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "ERROR_RED", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SERIAL_FC", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
Kojto 123:b0220dba8be7 1075 "release_versions": ["2", "5"]
Kojto 122:f9eeca106725 1076 },
Kojto 122:f9eeca106725 1077 "DISCO_F469NI": {
Kojto 122:f9eeca106725 1078 "supported_form_factors": ["ARDUINO"],
Kojto 122:f9eeca106725 1079 "core": "Cortex-M4F",
Kojto 123:b0220dba8be7 1080 "default_toolchain": "ARM",
AnnaBridge 125:2e9cc70d1897 1081 "extra_labels": ["STM", "STM32F4", "STM32F469", "STM32F469NI", "STM32F469xx"],
Kojto 122:f9eeca106725 1082 "supported_toolchains": ["ARM", "uARM", "IAR", "GCC_ARM"],
Kojto 122:f9eeca106725 1083 "inherits": ["Target"],
AnnaBridge 125:2e9cc70d1897 1084 "macros": ["MBEDTLS_ENTROPY_HARDWARE_ALT"],
Kojto 122:f9eeca106725 1085 "progen": {"target": "disco-f469ni"},
Kojto 122:f9eeca106725 1086 "detect_code": ["0788"],
Kojto 124:2241e3a39974 1087 "device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "ERROR_RED", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_FC", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
Kojto 123:b0220dba8be7 1088 "release_versions": ["2", "5"]
Kojto 122:f9eeca106725 1089 },
Kojto 122:f9eeca106725 1090 "DISCO_L053C8": {
Kojto 122:f9eeca106725 1091 "inherits": ["Target"],
Kojto 122:f9eeca106725 1092 "core": "Cortex-M0+",
Kojto 123:b0220dba8be7 1093 "default_toolchain": "ARM",
Kojto 122:f9eeca106725 1094 "extra_labels": ["STM", "STM32L0", "STM32L053C8"],
Kojto 122:f9eeca106725 1095 "supported_toolchains": ["ARM", "uARM", "IAR", "GCC_ARM"],
Kojto 122:f9eeca106725 1096 "progen": {"target": "disco-l053c8"},
Kojto 122:f9eeca106725 1097 "device_has": ["ANALOGIN", "ANALOGOUT", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
AnnaBridge 125:2e9cc70d1897 1098 "default_lib": "small",
Kojto 123:b0220dba8be7 1099 "release_versions": ["2"]
Kojto 122:f9eeca106725 1100 },
Kojto 122:f9eeca106725 1101 "DISCO_F746NG": {
Kojto 122:f9eeca106725 1102 "inherits": ["Target"],
Kojto 122:f9eeca106725 1103 "core": "Cortex-M7F",
Kojto 122:f9eeca106725 1104 "extra_labels": ["STM", "STM32F7", "STM32F746", "STM32F746NG"],
Kojto 122:f9eeca106725 1105 "supported_toolchains": ["ARM", "uARM", "GCC_ARM", "IAR"],
Kojto 122:f9eeca106725 1106 "default_toolchain": "ARM",
AnnaBridge 125:2e9cc70d1897 1107 "macros": ["MBEDTLS_ENTROPY_HARDWARE_ALT"],
Kojto 122:f9eeca106725 1108 "progen": {"target": "disco-f746ng"},
Kojto 122:f9eeca106725 1109 "detect_code": ["0815"],
Kojto 122:f9eeca106725 1110 "device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
AnnaBridge 125:2e9cc70d1897 1111 "features": ["IPV4"],
Kojto 123:b0220dba8be7 1112 "release_versions": ["2", "5"]
Kojto 122:f9eeca106725 1113 },
AnnaBridge 126:abea610beb85 1114 "DISCO_F769NI": {
AnnaBridge 126:abea610beb85 1115 "inherits": ["Target"],
AnnaBridge 126:abea610beb85 1116 "core": "Cortex-M7FD",
AnnaBridge 126:abea610beb85 1117 "extra_labels": ["STM", "STM32F7", "STM32F769", "STM32F769NI"],
AnnaBridge 126:abea610beb85 1118 "supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
AnnaBridge 126:abea610beb85 1119 "default_toolchain": "ARM",
AnnaBridge 126:abea610beb85 1120 "progen": {"target": "disco-f769ni"},
AnnaBridge 126:abea610beb85 1121 "detect_code": ["0817"],
AnnaBridge 126:abea610beb85 1122 "device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
AnnaBridge 126:abea610beb85 1123 "features": ["IPV4"],
AnnaBridge 126:abea610beb85 1124 "release_versions": ["2"]
AnnaBridge 126:abea610beb85 1125 },
Kojto 122:f9eeca106725 1126 "DISCO_L476VG": {
Kojto 122:f9eeca106725 1127 "inherits": ["Target"],
Kojto 122:f9eeca106725 1128 "core": "Cortex-M4F",
Kojto 123:b0220dba8be7 1129 "default_toolchain": "ARM",
Kojto 122:f9eeca106725 1130 "extra_labels": ["STM", "STM32L4", "STM32L476VG"],
Kojto 122:f9eeca106725 1131 "supported_toolchains": ["ARM", "uARM", "IAR", "GCC_ARM"],
Kojto 122:f9eeca106725 1132 "progen": {"target": "disco-l476vg"},
Kojto 122:f9eeca106725 1133 "detect_code": ["0820"],
AnnaBridge 126:abea610beb85 1134 "device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_FC", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
Kojto 123:b0220dba8be7 1135 "release_versions": ["2", "5"]
Kojto 122:f9eeca106725 1136 },
Kojto 122:f9eeca106725 1137 "MTS_MDOT_F405RG": {
Kojto 122:f9eeca106725 1138 "inherits": ["Target"],
Kojto 122:f9eeca106725 1139 "core": "Cortex-M4F",
Kojto 122:f9eeca106725 1140 "supported_toolchains": ["ARM", "uARM", "GCC_ARM", "IAR"],
Kojto 122:f9eeca106725 1141 "extra_labels": ["STM", "STM32F4", "STM32F405RG"],
Kojto 122:f9eeca106725 1142 "is_disk_virtual": true,
Kojto 122:f9eeca106725 1143 "macros": ["HSE_VALUE=26000000", "OS_CLOCK=48000000"],
Kojto 122:f9eeca106725 1144 "progen": {"target": "mts-mdot-f405rg"},
Kojto 122:f9eeca106725 1145 "device_has": ["ANALOGIN", "ANALOGOUT", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
Kojto 123:b0220dba8be7 1146 "release_versions": ["2"]
Kojto 122:f9eeca106725 1147 },
Kojto 122:f9eeca106725 1148 "MTS_MDOT_F411RE": {
Kojto 122:f9eeca106725 1149 "inherits": ["Target"],
Kojto 122:f9eeca106725 1150 "core": "Cortex-M4F",
Kojto 122:f9eeca106725 1151 "supported_toolchains": ["ARM", "uARM", "GCC_ARM", "IAR"],
Kojto 122:f9eeca106725 1152 "extra_labels": ["STM", "STM32F4", "STM32F411RE"],
Kojto 122:f9eeca106725 1153 "macros": ["HSE_VALUE=26000000", "OS_CLOCK=96000000", "USE_PLL_HSE_EXTC=0", "VECT_TAB_OFFSET=0x00010000"],
Kojto 122:f9eeca106725 1154 "post_binary_hook": {
Kojto 122:f9eeca106725 1155 "function": "MTSCode.combine_bins_mts_dot",
Kojto 122:f9eeca106725 1156 "toolchains": ["GCC_ARM", "ARM_STD", "ARM_MICRO"]
Kojto 122:f9eeca106725 1157 },
Kojto 122:f9eeca106725 1158 "progen": {"target": "mts-mdot-f411re"},
Kojto 122:f9eeca106725 1159 "device_has": ["ANALOGIN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
Kojto 123:b0220dba8be7 1160 "release_versions": ["2", "5"]
Kojto 122:f9eeca106725 1161 },
Kojto 122:f9eeca106725 1162 "MTS_DRAGONFLY_F411RE": {
Kojto 122:f9eeca106725 1163 "inherits": ["Target"],
Kojto 122:f9eeca106725 1164 "core": "Cortex-M4F",
Kojto 122:f9eeca106725 1165 "supported_toolchains": ["ARM", "uARM", "GCC_ARM", "IAR"],
Kojto 122:f9eeca106725 1166 "extra_labels": ["STM", "STM32F4", "STM32F411RE"],
Kojto 122:f9eeca106725 1167 "macros": ["HSE_VALUE=26000000", "VECT_TAB_OFFSET=0x08010000"],
Kojto 122:f9eeca106725 1168 "post_binary_hook": {
Kojto 122:f9eeca106725 1169 "function": "MTSCode.combine_bins_mts_dragonfly",
Kojto 122:f9eeca106725 1170 "toolchains": ["GCC_ARM", "ARM_STD", "ARM_MICRO"]
Kojto 122:f9eeca106725 1171 },
Kojto 122:f9eeca106725 1172 "progen": {"target": "mts-dragonfly-f411re"},
Kojto 122:f9eeca106725 1173 "device_has": ["ANALOGIN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
Kojto 123:b0220dba8be7 1174 "release_versions": ["2", "5"]
Kojto 122:f9eeca106725 1175 },
Kojto 122:f9eeca106725 1176 "MOTE_L152RC": {
Kojto 122:f9eeca106725 1177 "inherits": ["Target"],
Kojto 122:f9eeca106725 1178 "core": "Cortex-M3",
Kojto 122:f9eeca106725 1179 "default_toolchain": "uARM",
Kojto 122:f9eeca106725 1180 "extra_labels": ["STM", "STM32L1", "STM32L152RC"],
AnnaBridge 126:abea610beb85 1181 "macros": ["DEVICE_RTC_LSI=1"],
Kojto 122:f9eeca106725 1182 "supported_toolchains": ["ARM", "uARM", "IAR", "GCC_ARM"],
Kojto 122:f9eeca106725 1183 "progen": {"target": "stm32l151rc"},
Kojto 122:f9eeca106725 1184 "detect_code": ["4100"],
AnnaBridge 126:abea610beb85 1185 "device_has": ["ANALOGIN", "ANALOGOUT", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
Kojto 122:f9eeca106725 1186 "default_build": "small",
Kojto 123:b0220dba8be7 1187 "release_versions": ["2"]
Kojto 122:f9eeca106725 1188 },
Kojto 122:f9eeca106725 1189 "DISCO_F401VC": {
Kojto 122:f9eeca106725 1190 "inherits": ["Target"],
Kojto 122:f9eeca106725 1191 "core": "Cortex-M4F",
Kojto 122:f9eeca106725 1192 "default_toolchain": "GCC_ARM",
Kojto 122:f9eeca106725 1193 "extra_labels": ["STM", "STM32F4", "STM32F401", "STM32F401VC"],
Kojto 122:f9eeca106725 1194 "supported_toolchains": ["GCC_ARM"],
Kojto 123:b0220dba8be7 1195 "device_has": ["ANALOGIN", "ERROR_RED", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"]
Kojto 122:f9eeca106725 1196 },
Kojto 122:f9eeca106725 1197 "UBLOX_C029": {
Kojto 122:f9eeca106725 1198 "supported_form_factors": ["ARDUINO"],
Kojto 122:f9eeca106725 1199 "core": "Cortex-M4F",
Kojto 122:f9eeca106725 1200 "default_toolchain": "uARM",
Kojto 122:f9eeca106725 1201 "supported_toolchains": ["ARM", "uARM", "GCC_ARM", "IAR"],
Kojto 122:f9eeca106725 1202 "extra_labels": ["STM", "STM32F4", "STM32F439", "STM32F439ZI"],
Kojto 122:f9eeca106725 1203 "macros": ["HSE_VALUE=24000000", "HSE_STARTUP_TIMEOUT=5000"],
Kojto 122:f9eeca106725 1204 "inherits": ["Target"],
Kojto 122:f9eeca106725 1205 "device_has": ["ANALOGIN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
Kojto 122:f9eeca106725 1206 "default_build": "small"
Kojto 122:f9eeca106725 1207 },
Kojto 122:f9eeca106725 1208 "NZ32_SC151": {
Kojto 122:f9eeca106725 1209 "inherits": ["Target"],
Kojto 122:f9eeca106725 1210 "core": "Cortex-M3",
Kojto 122:f9eeca106725 1211 "default_toolchain": "uARM",
Kojto 122:f9eeca106725 1212 "program_cycle_s": 1.5,
Kojto 122:f9eeca106725 1213 "extra_labels": ["STM", "STM32L1", "STM32L151RC"],
AnnaBridge 126:abea610beb85 1214 "macros": ["DEVICE_RTC_LSI=1"],
Kojto 122:f9eeca106725 1215 "supported_toolchains": ["ARM", "uARM", "GCC_ARM"],
Kojto 122:f9eeca106725 1216 "progen": {"target": "stm32l151rc"},
AnnaBridge 126:abea610beb85 1217 "device_has": ["ANALOGIN", "ANALOGOUT", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
Kojto 122:f9eeca106725 1218 "default_build": "small"
Kojto 122:f9eeca106725 1219 },
Kojto 122:f9eeca106725 1220 "MCU_NRF51": {
Kojto 122:f9eeca106725 1221 "inherits": ["Target"],
Kojto 122:f9eeca106725 1222 "core": "Cortex-M0",
Kojto 122:f9eeca106725 1223 "OVERRIDE_BOOTLOADER_FILENAME": "nrf51822_bootloader.hex",
Kojto 122:f9eeca106725 1224 "macros": ["NRF51", "TARGET_NRF51822"],
Kojto 122:f9eeca106725 1225 "MERGE_BOOTLOADER": false,
Kojto 122:f9eeca106725 1226 "extra_labels": ["NORDIC", "MCU_NRF51", "MCU_NRF51822"],
Kojto 122:f9eeca106725 1227 "OUTPUT_EXT": "hex",
Kojto 122:f9eeca106725 1228 "is_disk_virtual": true,
Kojto 122:f9eeca106725 1229 "supported_toolchains": ["ARM", "GCC_ARM"],
Kojto 122:f9eeca106725 1230 "public": false,
Kojto 122:f9eeca106725 1231 "MERGE_SOFT_DEVICE": true,
Kojto 122:f9eeca106725 1232 "EXPECTED_SOFTDEVICES_WITH_OFFSETS": [
Kojto 122:f9eeca106725 1233 {
Kojto 122:f9eeca106725 1234 "boot": "s130_nrf51_1.0.0_bootloader.hex",
Kojto 122:f9eeca106725 1235 "name": "s130_nrf51_1.0.0_softdevice.hex",
Kojto 122:f9eeca106725 1236 "offset": 114688
Kojto 122:f9eeca106725 1237 },
Kojto 122:f9eeca106725 1238 {
Kojto 122:f9eeca106725 1239 "boot": "s110_nrf51822_8.0.0_bootloader.hex",
Kojto 122:f9eeca106725 1240 "name": "s110_nrf51822_8.0.0_softdevice.hex",
Kojto 122:f9eeca106725 1241 "offset": 98304
Kojto 122:f9eeca106725 1242 },
Kojto 122:f9eeca106725 1243 {
Kojto 122:f9eeca106725 1244 "boot": "s110_nrf51822_7.1.0_bootloader.hex",
Kojto 122:f9eeca106725 1245 "name": "s110_nrf51822_7.1.0_softdevice.hex",
Kojto 122:f9eeca106725 1246 "offset": 90112
Kojto 122:f9eeca106725 1247 },
Kojto 122:f9eeca106725 1248 {
Kojto 122:f9eeca106725 1249 "boot": "s110_nrf51822_7.0.0_bootloader.hex",
Kojto 122:f9eeca106725 1250 "name": "s110_nrf51822_7.0.0_softdevice.hex",
Kojto 122:f9eeca106725 1251 "offset": 90112
Kojto 122:f9eeca106725 1252 },
Kojto 122:f9eeca106725 1253 {
Kojto 122:f9eeca106725 1254 "boot": "s110_nrf51822_6.0.0_bootloader.hex",
Kojto 122:f9eeca106725 1255 "name": "s110_nrf51822_6.0.0_softdevice.hex",
Kojto 122:f9eeca106725 1256 "offset": 81920
Kojto 122:f9eeca106725 1257 }
Kojto 122:f9eeca106725 1258 ],
Kojto 122:f9eeca106725 1259 "detect_code": ["1070"],
Kojto 122:f9eeca106725 1260 "post_binary_hook": {
Kojto 122:f9eeca106725 1261 "function": "MCU_NRF51Code.binary_hook",
Kojto 122:f9eeca106725 1262 "toolchains": ["ARM_STD", "GCC_ARM"]
Kojto 122:f9eeca106725 1263 },
Kojto 122:f9eeca106725 1264 "program_cycle_s": 6,
Kojto 122:f9eeca106725 1265 "features": ["BLE"]
Kojto 122:f9eeca106725 1266 },
Kojto 122:f9eeca106725 1267 "MCU_NRF51_16K_BASE": {
Kojto 122:f9eeca106725 1268 "inherits": ["MCU_NRF51"],
Kojto 122:f9eeca106725 1269 "extra_labels_add": ["MCU_NORDIC_16K", "MCU_NRF51_16K"],
Kojto 122:f9eeca106725 1270 "macros_add": ["TARGET_MCU_NORDIC_16K", "TARGET_MCU_NRF51_16K"],
Kojto 123:b0220dba8be7 1271 "public": false,
Kojto 123:b0220dba8be7 1272 "default_build": "small"
Kojto 122:f9eeca106725 1273 },
Kojto 122:f9eeca106725 1274 "MCU_NRF51_16K_BOOT_BASE": {
Kojto 122:f9eeca106725 1275 "inherits": ["MCU_NRF51_16K_BASE"],
Kojto 122:f9eeca106725 1276 "MERGE_BOOTLOADER": true,
Kojto 122:f9eeca106725 1277 "extra_labels_add": ["MCU_NRF51_16K_BOOT"],
Kojto 122:f9eeca106725 1278 "macros_add": ["TARGET_MCU_NRF51_16K_BOOT", "TARGET_OTA_ENABLED"],
Kojto 122:f9eeca106725 1279 "public": false
Kojto 122:f9eeca106725 1280 },
Kojto 122:f9eeca106725 1281 "MCU_NRF51_16K_OTA_BASE": {
Kojto 122:f9eeca106725 1282 "inherits": ["MCU_NRF51_16K_BASE"],
Kojto 122:f9eeca106725 1283 "public": false,
Kojto 122:f9eeca106725 1284 "extra_labels_add": ["MCU_NRF51_16K_OTA"],
Kojto 122:f9eeca106725 1285 "macros_add": ["TARGET_MCU_NRF51_16K_OTA", "TARGET_OTA_ENABLED"],
Kojto 122:f9eeca106725 1286 "MERGE_SOFT_DEVICE": false
Kojto 122:f9eeca106725 1287 },
Kojto 122:f9eeca106725 1288 "MCU_NRF51_16K": {
Kojto 122:f9eeca106725 1289 "inherits": ["MCU_NRF51_16K_BASE"],
Kojto 122:f9eeca106725 1290 "extra_labels_add": ["MCU_NRF51_16K_S130"],
Kojto 122:f9eeca106725 1291 "macros_add": ["TARGET_MCU_NRF51_16K_S130"],
Kojto 122:f9eeca106725 1292 "public": false
Kojto 122:f9eeca106725 1293 },
Kojto 122:f9eeca106725 1294 "MCU_NRF51_S110": {
Kojto 122:f9eeca106725 1295 "extra_labels_add": ["MCU_NRF51_16K_S110"],
Kojto 122:f9eeca106725 1296 "macros_add": ["TARGET_MCU_NRF51_16K_S110"],
Kojto 122:f9eeca106725 1297 "EXPECTED_SOFTDEVICES_WITH_OFFSETS": [
Kojto 122:f9eeca106725 1298 {
Kojto 122:f9eeca106725 1299 "name": "s110_nrf51822_8.0.0_softdevice.hex",
Kojto 122:f9eeca106725 1300 "boot": "s110_nrf51822_8.0.0_bootloader.hex",
Kojto 122:f9eeca106725 1301 "offset": 98304
Kojto 122:f9eeca106725 1302 },
Kojto 122:f9eeca106725 1303 {
Kojto 122:f9eeca106725 1304 "name": "s110_nrf51822_7.1.0_softdevice.hex",
Kojto 122:f9eeca106725 1305 "boot": "s110_nrf51822_7.1.0_bootloader.hex",
Kojto 122:f9eeca106725 1306 "offset": 90112
Kojto 122:f9eeca106725 1307 }
Kojto 122:f9eeca106725 1308 ],
Kojto 122:f9eeca106725 1309 "public": false
Kojto 122:f9eeca106725 1310 },
Kojto 122:f9eeca106725 1311 "MCU_NRF51_16K_S110": {
Kojto 122:f9eeca106725 1312 "inherits": ["MCU_NRF51_S110", "MCU_NRF51_16K_BASE"],
Kojto 122:f9eeca106725 1313 "public": false
Kojto 122:f9eeca106725 1314 },
Kojto 122:f9eeca106725 1315 "MCU_NRF51_16K_BOOT": {
Kojto 122:f9eeca106725 1316 "inherits": ["MCU_NRF51_16K_BOOT_BASE"],
Kojto 122:f9eeca106725 1317 "extra_labels_add": ["MCU_NRF51_16K_S130"],
Kojto 122:f9eeca106725 1318 "macros_add": ["TARGET_MCU_NRF51_16K_S130"],
Kojto 122:f9eeca106725 1319 "public": false
Kojto 122:f9eeca106725 1320 },
Kojto 122:f9eeca106725 1321 "MCU_NRF51_16K_BOOT_S110": {
Kojto 122:f9eeca106725 1322 "inherits": ["MCU_NRF51_S110", "MCU_NRF51_16K_BOOT_BASE"],
Kojto 122:f9eeca106725 1323 "public": false
Kojto 122:f9eeca106725 1324 },
Kojto 122:f9eeca106725 1325 "MCU_NRF51_16K_OTA": {
Kojto 122:f9eeca106725 1326 "inherits": ["MCU_NRF51_16K_OTA_BASE"],
Kojto 122:f9eeca106725 1327 "extra_labels_add": ["MCU_NRF51_16K_S130"],
Kojto 122:f9eeca106725 1328 "macros_add": ["TARGET_MCU_NRF51_16K_S130"],
Kojto 122:f9eeca106725 1329 "public": false
Kojto 122:f9eeca106725 1330 },
Kojto 122:f9eeca106725 1331 "MCU_NRF51_16K_OTA_S110": {
Kojto 122:f9eeca106725 1332 "inherits": ["MCU_NRF51_S110", "MCU_NRF51_16K_OTA_BASE"],
Kojto 122:f9eeca106725 1333 "public": false
Kojto 122:f9eeca106725 1334 },
Kojto 122:f9eeca106725 1335 "MCU_NRF51_32K": {
Kojto 122:f9eeca106725 1336 "inherits": ["MCU_NRF51"],
Kojto 122:f9eeca106725 1337 "extra_labels_add": ["MCU_NORDIC_32K", "MCU_NRF51_32K"],
Kojto 122:f9eeca106725 1338 "macros_add": ["TARGET_MCU_NORDIC_32K", "TARGET_MCU_NRF51_32K"],
Kojto 122:f9eeca106725 1339 "public": false
Kojto 122:f9eeca106725 1340 },
Kojto 122:f9eeca106725 1341 "MCU_NRF51_32K_BOOT": {
Kojto 122:f9eeca106725 1342 "inherits": ["MCU_NRF51_32K"],
Kojto 122:f9eeca106725 1343 "MERGE_BOOTLOADER": true,
Kojto 122:f9eeca106725 1344 "extra_labels_add": ["MCU_NRF51_32K_BOOT"],
Kojto 122:f9eeca106725 1345 "macros_add": ["TARGET_MCU_NRF51_32K_BOOT", "TARGET_OTA_ENABLED"],
Kojto 122:f9eeca106725 1346 "public": false
Kojto 122:f9eeca106725 1347 },
Kojto 122:f9eeca106725 1348 "MCU_NRF51_32K_OTA": {
Kojto 122:f9eeca106725 1349 "inherits": ["MCU_NRF51_32K"],
Kojto 122:f9eeca106725 1350 "public": false,
Kojto 122:f9eeca106725 1351 "extra_labels_add": ["MCU_NRF51_32K_OTA"],
Kojto 122:f9eeca106725 1352 "macros_add": ["TARGET_MCU_NRF51_32K_OTA", "TARGET_OTA_ENABLED"],
Kojto 122:f9eeca106725 1353 "MERGE_SOFT_DEVICE": false
Kojto 122:f9eeca106725 1354 },
Kojto 122:f9eeca106725 1355 "NRF51822": {
Kojto 122:f9eeca106725 1356 "inherits": ["MCU_NRF51_16K"],
Kojto 122:f9eeca106725 1357 "progen": {"target": "mkit"},
Kojto 122:f9eeca106725 1358 "extra_labels_add": ["NRF51822", "NRF51822_MKIT"],
Kojto 122:f9eeca106725 1359 "macros_add": ["TARGET_NRF51822_MKIT"],
Kojto 122:f9eeca106725 1360 "device_has": ["ANALOGIN", "ERROR_PATTERN", "I2C", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "SERIAL", "SLEEP", "SPI", "SPISLAVE"],
Kojto 123:b0220dba8be7 1361 "release_versions": ["2"]
Kojto 122:f9eeca106725 1362 },
Kojto 122:f9eeca106725 1363 "NRF51822_BOOT": {
Kojto 122:f9eeca106725 1364 "inherits": ["MCU_NRF51_16K_BOOT"],
Kojto 122:f9eeca106725 1365 "extra_labels_add": ["NRF51822", "NRF51822_MKIT"],
Kojto 122:f9eeca106725 1366 "macros_add": ["TARGET_NRF51822_MKIT"],
Kojto 122:f9eeca106725 1367 "device_has": ["ANALOGIN", "ERROR_PATTERN", "I2C", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "SERIAL", "SLEEP", "SPI", "SPISLAVE"]
Kojto 122:f9eeca106725 1368 },
Kojto 122:f9eeca106725 1369 "NRF51822_OTA": {
Kojto 122:f9eeca106725 1370 "inherits": ["MCU_NRF51_16K_OTA"],
Kojto 122:f9eeca106725 1371 "extra_labels_add": ["NRF51822", "NRF51822_MKIT"],
Kojto 122:f9eeca106725 1372 "macros_add": ["TARGET_NRF51822_MKIT"],
Kojto 122:f9eeca106725 1373 "device_has": ["ANALOGIN", "ERROR_PATTERN", "I2C", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "SERIAL", "SLEEP", "SPI", "SPISLAVE"]
Kojto 122:f9eeca106725 1374 },
Kojto 122:f9eeca106725 1375 "ARCH_BLE": {
Kojto 122:f9eeca106725 1376 "supported_form_factors": ["ARDUINO"],
Kojto 122:f9eeca106725 1377 "inherits": ["MCU_NRF51_16K"],
Kojto 122:f9eeca106725 1378 "progen": {"target": "arch-ble"},
Kojto 122:f9eeca106725 1379 "device_has": ["ANALOGIN", "ERROR_PATTERN", "I2C", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "SERIAL", "SLEEP", "SPI", "SPISLAVE"],
Kojto 123:b0220dba8be7 1380 "release_versions": ["2"]
Kojto 122:f9eeca106725 1381 },
Kojto 122:f9eeca106725 1382 "ARCH_BLE_BOOT": {
Kojto 122:f9eeca106725 1383 "supported_form_factors": ["ARDUINO"],
Kojto 122:f9eeca106725 1384 "inherits": ["MCU_NRF51_16K_BOOT"],
Kojto 122:f9eeca106725 1385 "extra_labels_add": ["ARCH_BLE"],
Kojto 122:f9eeca106725 1386 "macros_add": ["TARGET_ARCH_BLE"]
Kojto 122:f9eeca106725 1387 },
Kojto 122:f9eeca106725 1388 "ARCH_BLE_OTA": {
Kojto 122:f9eeca106725 1389 "supported_form_factors": ["ARDUINO"],
Kojto 122:f9eeca106725 1390 "inherits": ["MCU_NRF51_16K_OTA"],
Kojto 122:f9eeca106725 1391 "extra_labels_add": ["ARCH_BLE"],
Kojto 122:f9eeca106725 1392 "macros_add": ["TARGET_ARCH_BLE"]
Kojto 122:f9eeca106725 1393 },
Kojto 122:f9eeca106725 1394 "ARCH_LINK": {
Kojto 122:f9eeca106725 1395 "supported_form_factors": ["ARDUINO"],
Kojto 122:f9eeca106725 1396 "inherits": ["MCU_NRF51_16K"],
Kojto 122:f9eeca106725 1397 "extra_labels_add": ["ARCH_BLE"],
Kojto 122:f9eeca106725 1398 "macros_add": ["TARGET_ARCH_BLE"]
Kojto 122:f9eeca106725 1399 },
Kojto 122:f9eeca106725 1400 "ARCH_LINK_BOOT": {
Kojto 122:f9eeca106725 1401 "supported_form_factors": ["ARDUINO"],
Kojto 122:f9eeca106725 1402 "inherits": ["MCU_NRF51_16K_BOOT"],
Kojto 122:f9eeca106725 1403 "extra_labels_add": ["ARCH_BLE", "ARCH_LINK"],
Kojto 122:f9eeca106725 1404 "macros_add": ["TARGET_ARCH_BLE", "TARGET_ARCH_LINK"]
Kojto 122:f9eeca106725 1405 },
Kojto 122:f9eeca106725 1406 "ARCH_LINK_OTA": {
Kojto 122:f9eeca106725 1407 "supported_form_factors": ["ARDUINO"],
Kojto 122:f9eeca106725 1408 "inherits": ["MCU_NRF51_16K_OTA"],
Kojto 122:f9eeca106725 1409 "extra_labels_add": ["ARCH_BLE", "ARCH_LINK"],
Kojto 122:f9eeca106725 1410 "macros_add": ["TARGET_ARCH_BLE", "TARGET_ARCH_LINK"]
Kojto 122:f9eeca106725 1411 },
Kojto 122:f9eeca106725 1412 "SEEED_TINY_BLE": {
Kojto 122:f9eeca106725 1413 "inherits": ["MCU_NRF51_16K"],
Kojto 122:f9eeca106725 1414 "progen": {"target": "seed-tinyble"},
Kojto 122:f9eeca106725 1415 "device_has": ["ANALOGIN", "ERROR_PATTERN", "I2C", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "SERIAL", "SLEEP", "SPI", "SPISLAVE"],
Kojto 123:b0220dba8be7 1416 "release_versions": ["2"]
Kojto 122:f9eeca106725 1417 },
Kojto 122:f9eeca106725 1418 "SEEED_TINY_BLE_BOOT": {
Kojto 122:f9eeca106725 1419 "inherits": ["MCU_NRF51_16K_BOOT"],
Kojto 122:f9eeca106725 1420 "extra_labels_add": ["SEEED_TINY_BLE"],
Kojto 122:f9eeca106725 1421 "macros_add": ["TARGET_SEEED_TINY_BLE"]
Kojto 122:f9eeca106725 1422 },
Kojto 122:f9eeca106725 1423 "SEEED_TINY_BLE_OTA": {
Kojto 122:f9eeca106725 1424 "inherits": ["MCU_NRF51_16K_OTA"],
Kojto 122:f9eeca106725 1425 "extra_labels_add": ["SEEED_TINY_BLE"],
Kojto 122:f9eeca106725 1426 "macros_add": ["TARGET_SEEED_TINY_BLE"]
Kojto 122:f9eeca106725 1427 },
Kojto 122:f9eeca106725 1428 "HRM1017": {
Kojto 122:f9eeca106725 1429 "inherits": ["MCU_NRF51_16K"],
Kojto 122:f9eeca106725 1430 "progen": {"target": "hrm1017"},
Kojto 122:f9eeca106725 1431 "macros_add": ["TARGET_NRF_LFCLK_RC"],
Kojto 122:f9eeca106725 1432 "device_has": ["ANALOGIN", "ERROR_PATTERN", "I2C", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "SERIAL", "SLEEP", "SPI", "SPISLAVE"],
Kojto 123:b0220dba8be7 1433 "release_versions": ["2"]
Kojto 122:f9eeca106725 1434 },
Kojto 122:f9eeca106725 1435 "HRM1017_BOOT": {
Kojto 122:f9eeca106725 1436 "inherits": ["MCU_NRF51_16K_BOOT"],
Kojto 122:f9eeca106725 1437 "extra_labels_add": ["HRM1017"],
Kojto 122:f9eeca106725 1438 "macros_add": ["TARGET_HRM1017", "TARGET_NRF_LFCLK_RC"]
Kojto 122:f9eeca106725 1439 },
Kojto 122:f9eeca106725 1440 "HRM1017_OTA": {
Kojto 122:f9eeca106725 1441 "inherits": ["MCU_NRF51_16K_OTA"],
Kojto 122:f9eeca106725 1442 "extra_labels_add": ["HRM1017"],
Kojto 122:f9eeca106725 1443 "macros_add": ["TARGET_HRM1017", "TARGET_NRF_LFCLK_RC"]
Kojto 122:f9eeca106725 1444 },
Kojto 122:f9eeca106725 1445 "RBLAB_NRF51822": {
Kojto 122:f9eeca106725 1446 "supported_form_factors": ["ARDUINO"],
Kojto 122:f9eeca106725 1447 "inherits": ["MCU_NRF51_16K"],
Kojto 122:f9eeca106725 1448 "progen": {"target": "rblab-nrf51822"},
Kojto 122:f9eeca106725 1449 "device_has": ["ANALOGIN", "ERROR_PATTERN", "I2C", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "SERIAL", "SLEEP", "SPI", "SPISLAVE"],
Kojto 123:b0220dba8be7 1450 "release_versions": ["2"]
Kojto 122:f9eeca106725 1451 },
Kojto 122:f9eeca106725 1452 "RBLAB_NRF51822_BOOT": {
Kojto 122:f9eeca106725 1453 "supported_form_factors": ["ARDUINO"],
Kojto 122:f9eeca106725 1454 "inherits": ["MCU_NRF51_16K_BOOT"],
Kojto 122:f9eeca106725 1455 "extra_labels_add": ["RBLAB_NRF51822"],
Kojto 122:f9eeca106725 1456 "macros_add": ["TARGET_RBLAB_NRF51822"]
Kojto 122:f9eeca106725 1457 },
Kojto 122:f9eeca106725 1458 "RBLAB_NRF51822_OTA": {
Kojto 122:f9eeca106725 1459 "supported_form_factors": ["ARDUINO"],
Kojto 122:f9eeca106725 1460 "inherits": ["MCU_NRF51_16K_OTA"],
Kojto 122:f9eeca106725 1461 "extra_labels_add": ["RBLAB_NRF51822"],
Kojto 122:f9eeca106725 1462 "macros_add": ["TARGET_RBLAB_NRF51822"]
Kojto 122:f9eeca106725 1463 },
Kojto 122:f9eeca106725 1464 "RBLAB_BLENANO": {
Kojto 122:f9eeca106725 1465 "inherits": ["MCU_NRF51_16K"],
Kojto 122:f9eeca106725 1466 "device_has": ["ANALOGIN", "ERROR_PATTERN", "I2C", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "SERIAL", "SLEEP", "SPI", "SPISLAVE"],
Kojto 123:b0220dba8be7 1467 "release_versions": ["2"]
Kojto 122:f9eeca106725 1468 },
Kojto 122:f9eeca106725 1469 "RBLAB_BLENANO_BOOT": {
Kojto 122:f9eeca106725 1470 "inherits": ["MCU_NRF51_16K_BOOT"],
Kojto 122:f9eeca106725 1471 "extra_labels_add": ["RBLAB_BLENANO"],
Kojto 122:f9eeca106725 1472 "macros_add": ["TARGET_RBLAB_BLENANO"]
Kojto 122:f9eeca106725 1473 },
Kojto 122:f9eeca106725 1474 "RBLAB_BLENANO_OTA": {
Kojto 122:f9eeca106725 1475 "inherits": ["MCU_NRF51_16K_OTA"],
Kojto 122:f9eeca106725 1476 "extra_labels_add": ["RBLAB_BLENANO"],
Kojto 122:f9eeca106725 1477 "macros_add": ["TARGET_RBLAB_BLENANO"]
Kojto 122:f9eeca106725 1478 },
Kojto 122:f9eeca106725 1479 "NRF51822_Y5_MBUG": {
Kojto 122:f9eeca106725 1480 "inherits": ["MCU_NRF51_16K"],
Kojto 122:f9eeca106725 1481 "device_has": ["ANALOGIN", "ERROR_PATTERN", "I2C", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "SERIAL", "SLEEP", "SPI", "SPISLAVE"]
Kojto 122:f9eeca106725 1482 },
Kojto 122:f9eeca106725 1483 "WALLBOT_BLE": {
Kojto 122:f9eeca106725 1484 "inherits": ["MCU_NRF51_16K"],
Kojto 122:f9eeca106725 1485 "device_has": ["ANALOGIN", "ERROR_PATTERN", "I2C", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "SERIAL", "SLEEP", "SPI", "SPISLAVE"],
Kojto 123:b0220dba8be7 1486 "release_versions": ["2"]
Kojto 122:f9eeca106725 1487 },
Kojto 122:f9eeca106725 1488 "WALLBOT_BLE_BOOT": {
Kojto 122:f9eeca106725 1489 "inherits": ["MCU_NRF51_16K_BOOT"],
Kojto 122:f9eeca106725 1490 "extra_labels_add": ["WALLBOT_BLE"],
Kojto 122:f9eeca106725 1491 "macros_add": ["TARGET_WALLBOT_BLE"]
Kojto 122:f9eeca106725 1492 },
Kojto 122:f9eeca106725 1493 "WALLBOT_BLE_OTA": {
Kojto 122:f9eeca106725 1494 "inherits": ["MCU_NRF51_16K_OTA"],
Kojto 122:f9eeca106725 1495 "extra_labels_add": ["WALLBOT_BLE"],
Kojto 122:f9eeca106725 1496 "macros_add": ["TARGET_WALLBOT_BLE"]
Kojto 122:f9eeca106725 1497 },
Kojto 122:f9eeca106725 1498 "DELTA_DFCM_NNN40": {
Kojto 122:f9eeca106725 1499 "inherits": ["MCU_NRF51_32K"],
Kojto 122:f9eeca106725 1500 "program_cycle_s": 10,
Kojto 122:f9eeca106725 1501 "progen": {"target": "dfcm-nnn40"},
Kojto 122:f9eeca106725 1502 "macros_add": ["TARGET_NRF_LFCLK_RC"],
Kojto 122:f9eeca106725 1503 "device_has": ["ANALOGIN", "DEBUG_AWARENESS", "ERROR_PATTERN", "I2C", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE"],
Kojto 123:b0220dba8be7 1504 "release_versions": ["2"]
Kojto 122:f9eeca106725 1505 },
Kojto 122:f9eeca106725 1506 "DELTA_DFCM_NNN40_BOOT": {
Kojto 122:f9eeca106725 1507 "inherits": ["MCU_NRF51_32K_BOOT"],
Kojto 122:f9eeca106725 1508 "program_cycle_s": 10,
Kojto 122:f9eeca106725 1509 "extra_labels_add": ["DELTA_DFCM_NNN40"],
Kojto 122:f9eeca106725 1510 "macros_add": ["TARGET_DELTA_DFCM_NNN40", "TARGET_NRF_LFCLK_RC"]
Kojto 122:f9eeca106725 1511 },
Kojto 122:f9eeca106725 1512 "DELTA_DFCM_NNN40_OTA": {
Kojto 122:f9eeca106725 1513 "inherits": ["MCU_NRF51_32K_OTA"],
Kojto 122:f9eeca106725 1514 "program_cycle_s": 10,
Kojto 122:f9eeca106725 1515 "extra_labels_add": ["DELTA_DFCM_NNN40"],
Kojto 122:f9eeca106725 1516 "macros_add": ["TARGET_DELTA_DFCM_NNN40", "TARGET_NRF_LFCLK_RC"]
Kojto 122:f9eeca106725 1517 },
Kojto 123:b0220dba8be7 1518 "NRF51_DK_LEGACY": {
Kojto 122:f9eeca106725 1519 "supported_form_factors": ["ARDUINO"],
Kojto 122:f9eeca106725 1520 "inherits": ["MCU_NRF51_32K"],
Kojto 122:f9eeca106725 1521 "progen": {"target": "nrf51-dk"},
Kojto 123:b0220dba8be7 1522 "device_has": ["ANALOGIN", "ERROR_PATTERN", "I2C", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "SERIAL", "SLEEP", "SPI", "SPISLAVE"]
Kojto 122:f9eeca106725 1523 },
Kojto 122:f9eeca106725 1524 "NRF51_DK_BOOT": {
Kojto 122:f9eeca106725 1525 "supported_form_factors": ["ARDUINO"],
Kojto 122:f9eeca106725 1526 "inherits": ["MCU_NRF51_32K_BOOT"],
Kojto 122:f9eeca106725 1527 "extra_labels_add": ["NRF51_DK"],
Kojto 122:f9eeca106725 1528 "macros_add": ["TARGET_NRF51_DK"]
Kojto 122:f9eeca106725 1529 },
Kojto 122:f9eeca106725 1530 "NRF51_DK_OTA": {
Kojto 122:f9eeca106725 1531 "supported_form_factors": ["ARDUINO"],
Kojto 122:f9eeca106725 1532 "inherits": ["MCU_NRF51_32K_OTA"],
Kojto 122:f9eeca106725 1533 "extra_labels_add": ["NRF51_DK"],
Kojto 122:f9eeca106725 1534 "macros_add": ["TARGET_NRF51_DK"]
Kojto 122:f9eeca106725 1535 },
Kojto 122:f9eeca106725 1536 "NRF51_DONGLE": {
Kojto 122:f9eeca106725 1537 "inherits": ["MCU_NRF51_32K"],
Kojto 122:f9eeca106725 1538 "progen": {"target": "nrf51-dongle"},
Kojto 122:f9eeca106725 1539 "device_has": ["ANALOGIN", "ERROR_PATTERN", "I2C", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "SERIAL", "SLEEP", "SPI", "SPISLAVE"],
Kojto 123:b0220dba8be7 1540 "release_versions": ["2"]
Kojto 122:f9eeca106725 1541 },
Kojto 122:f9eeca106725 1542 "NRF51_DONGLE_BOOT": {
Kojto 122:f9eeca106725 1543 "inherits": ["MCU_NRF51_32K_BOOT"],
Kojto 122:f9eeca106725 1544 "extra_labels_add": ["NRF51_DONGLE"],
Kojto 122:f9eeca106725 1545 "macros_add": ["TARGET_NRF51_DONGLE"]
Kojto 122:f9eeca106725 1546 },
Kojto 122:f9eeca106725 1547 "NRF51_DONGLE_OTA": {
Kojto 122:f9eeca106725 1548 "inherits": ["MCU_NRF51_32K_OTA"],
Kojto 122:f9eeca106725 1549 "extra_labels_add": ["NRF51_DONGLE"],
Kojto 122:f9eeca106725 1550 "macros_add": ["TARGET_NRF51_DONGLE"]
Kojto 122:f9eeca106725 1551 },
Kojto 122:f9eeca106725 1552 "NRF51_MICROBIT": {
Kojto 122:f9eeca106725 1553 "inherits": ["MCU_NRF51_16K_S110"],
Kojto 122:f9eeca106725 1554 "macros_add": ["TARGET_NRF_LFCLK_RC"],
Kojto 122:f9eeca106725 1555 "device_has": ["ANALOGIN", "ERROR_PATTERN", "I2C", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "SERIAL", "SLEEP", "SPI", "SPISLAVE"],
Kojto 123:b0220dba8be7 1556 "release_versions": ["2"]
Kojto 122:f9eeca106725 1557 },
Kojto 122:f9eeca106725 1558 "NRF51_MICROBIT_BOOT": {
Kojto 122:f9eeca106725 1559 "inherits": ["MCU_NRF51_16K_BOOT_S110"],
Kojto 122:f9eeca106725 1560 "extra_labels_add": ["NRF51_MICROBIT"],
Kojto 122:f9eeca106725 1561 "macros_add": ["TARGET_NRF51_MICROBIT", "TARGET_NRF_LFCLK_RC"]
Kojto 122:f9eeca106725 1562 },
Kojto 122:f9eeca106725 1563 "NRF51_MICROBIT_OTA": {
Kojto 122:f9eeca106725 1564 "inherits": ["MCU_NRF51_16K_OTA_S110"],
Kojto 122:f9eeca106725 1565 "extra_labels_add": ["NRF51_MICROBIT"],
Kojto 122:f9eeca106725 1566 "macros_add": ["TARGET_NRF51_MICROBIT", "TARGET_NRF_LFCLK_RC"]
Kojto 122:f9eeca106725 1567 },
Kojto 122:f9eeca106725 1568 "NRF51_MICROBIT_B": {
Kojto 122:f9eeca106725 1569 "inherits": ["MCU_NRF51_16K"],
Kojto 122:f9eeca106725 1570 "extra_labels_add": ["NRF51_MICROBIT"],
Kojto 122:f9eeca106725 1571 "macros_add": ["TARGET_NRF51_MICROBIT", "TARGET_NRF_LFCLK_RC"],
Kojto 122:f9eeca106725 1572 "device_has": ["ANALOGIN", "ERROR_PATTERN", "I2C", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "SERIAL", "SLEEP", "SPI", "SPISLAVE"],
Kojto 123:b0220dba8be7 1573 "release_versions": ["2"]
Kojto 122:f9eeca106725 1574 },
Kojto 122:f9eeca106725 1575 "NRF51_MICROBIT_B_BOOT": {
Kojto 122:f9eeca106725 1576 "inherits": ["MCU_NRF51_16K_BOOT"],
Kojto 122:f9eeca106725 1577 "extra_labels_add": ["NRF51_MICROBIT"],
Kojto 122:f9eeca106725 1578 "macros_add": ["TARGET_NRF51_MICROBIT", "TARGET_NRF_LFCLK_RC"]
Kojto 122:f9eeca106725 1579 },
Kojto 122:f9eeca106725 1580 "NRF51_MICROBIT_B_OTA": {
Kojto 122:f9eeca106725 1581 "inherits": ["MCU_NRF51_16K_OTA"],
Kojto 122:f9eeca106725 1582 "extra_labels_add": ["NRF51_MICROBIT"],
Kojto 122:f9eeca106725 1583 "macros_add": ["TARGET_NRF51_MICROBIT", "TARGET_NRF_LFCLK_RC"]
Kojto 122:f9eeca106725 1584 },
AnnaBridge 126:abea610beb85 1585 "MTM_MTCONNECT04S": {
AnnaBridge 126:abea610beb85 1586 "inherits": ["MCU_NRF51_32K"],
AnnaBridge 126:abea610beb85 1587 "progen": {"target": "mtm-mtconnect04s"},
AnnaBridge 126:abea610beb85 1588 "device_has": ["ANALOGIN", "ERROR_PATTERN", "I2C", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "SERIAL", "SLEEP", "SPI", "SPISLAVE"],
AnnaBridge 126:abea610beb85 1589 "release_versions": ["2"]
AnnaBridge 126:abea610beb85 1590 },
AnnaBridge 126:abea610beb85 1591 "MTM_MTCONNECT04S_BOOT": {
AnnaBridge 126:abea610beb85 1592 "inherits": ["MCU_NRF51_32K_BOOT"],
AnnaBridge 126:abea610beb85 1593 "extra_labels_add": ["MTM_CONNECT04S"],
AnnaBridge 126:abea610beb85 1594 "macros_add": ["TARGET_MTM_CONNECT04S"]
AnnaBridge 126:abea610beb85 1595 },
AnnaBridge 126:abea610beb85 1596 "MTM_MTCONNECT04S_OTA": {
AnnaBridge 126:abea610beb85 1597 "inherits": ["MCU_NRF51_32K_OTA"],
AnnaBridge 126:abea610beb85 1598 "extra_labels_add": ["MTM_CONNECT04S"],
AnnaBridge 126:abea610beb85 1599 "macros_add": ["TARGET_MTM_CONNECT04S"]
AnnaBridge 126:abea610beb85 1600 },
Kojto 124:2241e3a39974 1601
Kojto 122:f9eeca106725 1602 "TY51822R3": {
Kojto 124:2241e3a39974 1603 "inherits": ["MCU_NRF51_32K_UNIFIED"],
Kojto 122:f9eeca106725 1604 "macros_add": ["TARGET_NRF_32MHZ_XTAL"],
Kojto 124:2241e3a39974 1605 "progen": {"target": "ty51822r3"},
Kojto 124:2241e3a39974 1606 "device_has": ["ANALOGIN", "ERROR_PATTERN", "I2C", "I2C_ASYNCH", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SLEEP", "SPI", "SPI_ASYNCH", "SPISLAVE"],
Kojto 124:2241e3a39974 1607 "detect_code": ["1019"],
AnnaBridge 125:2e9cc70d1897 1608 "release_versions": ["2", "5"],
AnnaBridge 125:2e9cc70d1897 1609 "overrides": { "uart_hwfc": 0 }
Kojto 122:f9eeca106725 1610 },
Kojto 122:f9eeca106725 1611 "TY51822R3_BOOT": {
Kojto 122:f9eeca106725 1612 "inherits": ["MCU_NRF51_32K_BOOT"],
Kojto 122:f9eeca106725 1613 "extra_labels_add": ["TY51822R3"],
Kojto 122:f9eeca106725 1614 "macros_add": ["TARGET_TY51822R3", "TARGET_NRF_32MHZ_XTAL"]
Kojto 122:f9eeca106725 1615 },
Kojto 122:f9eeca106725 1616 "TY51822R3_OTA": {
Kojto 122:f9eeca106725 1617 "inherits": ["MCU_NRF51_32K_OTA"],
Kojto 122:f9eeca106725 1618 "extra_labels_add": ["NRF51_DK"],
Kojto 122:f9eeca106725 1619 "macros_add": ["TARGET_TY51822R3", "TARGET_NRF_32MHZ_XTAL"]
Kojto 122:f9eeca106725 1620 },
Kojto 122:f9eeca106725 1621 "ARM_MPS2_Target": {
Kojto 122:f9eeca106725 1622 "inherits": ["Target"],
Kojto 122:f9eeca106725 1623 "public": false,
Kojto 122:f9eeca106725 1624 "device_has": ["AACI", "ANALOGIN", "CLCD", "ETHERNET", "I2C", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "SERIAL", "SERIAL_FC", "SPI", "SPISLAVE", "TSC"]
Kojto 122:f9eeca106725 1625 },
Kojto 122:f9eeca106725 1626 "ARM_MPS2_M0": {
Kojto 122:f9eeca106725 1627 "inherits": ["ARM_MPS2_Target"],
Kojto 122:f9eeca106725 1628 "core": "Cortex-M0",
Kojto 122:f9eeca106725 1629 "supported_toolchains": ["ARM"],
Kojto 122:f9eeca106725 1630 "extra_labels": ["ARM_SSG", "MPS2", "MPS2_M0"],
Kojto 122:f9eeca106725 1631 "macros": ["CMSDK_CM0"],
Kojto 122:f9eeca106725 1632 "device_has": ["AACI", "ANALOGIN", "CLCD", "ETHERNET", "I2C", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "SERIAL", "SERIAL_FC", "SPI", "SPISLAVE", "TSC"],
Kojto 123:b0220dba8be7 1633 "release_versions": ["2"]
Kojto 122:f9eeca106725 1634 },
Kojto 122:f9eeca106725 1635 "ARM_MPS2_M0P": {
Kojto 122:f9eeca106725 1636 "inherits": ["ARM_MPS2_Target"],
Kojto 122:f9eeca106725 1637 "core": "Cortex-M0+",
Kojto 122:f9eeca106725 1638 "supported_toolchains": ["ARM"],
Kojto 122:f9eeca106725 1639 "extra_labels": ["ARM_SSG", "MPS2", "MPS2_M0P"],
Kojto 122:f9eeca106725 1640 "macros": ["CMSDK_CM0plus"],
Kojto 122:f9eeca106725 1641 "device_has": ["AACI", "ANALOGIN", "CLCD", "ETHERNET", "I2C", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "SERIAL", "SERIAL_FC", "SPI", "SPISLAVE", "TSC"],
Kojto 123:b0220dba8be7 1642 "release_versions": ["2"]
Kojto 122:f9eeca106725 1643 },
Kojto 122:f9eeca106725 1644 "ARM_MPS2_M1": {
Kojto 122:f9eeca106725 1645 "inherits": ["ARM_MPS2_Target"],
Kojto 122:f9eeca106725 1646 "core": "Cortex-M1",
Kojto 122:f9eeca106725 1647 "supported_toolchains": ["ARM"],
Kojto 122:f9eeca106725 1648 "extra_labels": ["ARM_SSG", "MPS2", "MPS2_M1"],
Kojto 122:f9eeca106725 1649 "macros": ["CMSDK_CM1"],
Kojto 122:f9eeca106725 1650 "device_has": ["AACI", "ANALOGIN", "CLCD", "ETHERNET", "I2C", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "SERIAL", "SERIAL_FC", "SPI", "SPISLAVE", "TSC"]
Kojto 122:f9eeca106725 1651 },
Kojto 122:f9eeca106725 1652 "ARM_MPS2_M3": {
Kojto 122:f9eeca106725 1653 "inherits": ["ARM_MPS2_Target"],
Kojto 122:f9eeca106725 1654 "core": "Cortex-M3",
Kojto 122:f9eeca106725 1655 "supported_toolchains": ["ARM"],
Kojto 122:f9eeca106725 1656 "extra_labels": ["ARM_SSG", "MPS2", "MPS2_M3"],
Kojto 122:f9eeca106725 1657 "macros": ["CMSDK_CM3"],
Kojto 122:f9eeca106725 1658 "device_has": ["AACI", "ANALOGIN", "CLCD", "ETHERNET", "I2C", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "SERIAL", "SERIAL_FC", "SPI", "SPISLAVE", "TSC"],
Kojto 123:b0220dba8be7 1659 "release_versions": ["2"]
Kojto 122:f9eeca106725 1660 },
Kojto 122:f9eeca106725 1661 "ARM_MPS2_M4": {
Kojto 122:f9eeca106725 1662 "inherits": ["ARM_MPS2_Target"],
Kojto 122:f9eeca106725 1663 "core": "Cortex-M4F",
Kojto 122:f9eeca106725 1664 "supported_toolchains": ["ARM"],
Kojto 122:f9eeca106725 1665 "extra_labels": ["ARM_SSG", "MPS2", "MPS2_M4"],
Kojto 122:f9eeca106725 1666 "macros": ["CMSDK_CM4"],
Kojto 122:f9eeca106725 1667 "device_has": ["AACI", "ANALOGIN", "CLCD", "ETHERNET", "I2C", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "SERIAL", "SERIAL_FC", "SPI", "SPISLAVE", "TSC"],
Kojto 123:b0220dba8be7 1668 "release_versions": ["2"]
Kojto 122:f9eeca106725 1669 },
Kojto 122:f9eeca106725 1670 "ARM_MPS2_M7": {
Kojto 122:f9eeca106725 1671 "inherits": ["ARM_MPS2_Target"],
Kojto 122:f9eeca106725 1672 "core": "Cortex-M7",
Kojto 122:f9eeca106725 1673 "supported_toolchains": ["ARM"],
Kojto 122:f9eeca106725 1674 "extra_labels": ["ARM_SSG", "MPS2", "MPS2_M7"],
Kojto 122:f9eeca106725 1675 "macros": ["CMSDK_CM7"],
Kojto 122:f9eeca106725 1676 "device_has": ["AACI", "ANALOGIN", "CLCD", "ETHERNET", "I2C", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "SERIAL", "SERIAL_FC", "SPI", "SPISLAVE", "TSC"],
Kojto 123:b0220dba8be7 1677 "release_versions": ["2"]
Kojto 122:f9eeca106725 1678 },
Kojto 122:f9eeca106725 1679 "ARM_IOTSS_Target": {
Kojto 122:f9eeca106725 1680 "inherits": ["Target"],
Kojto 122:f9eeca106725 1681 "public": false,
Kojto 122:f9eeca106725 1682 "device_has": ["AACI", "ANALOGIN", "CLCD", "ETHERNET", "I2C", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "SERIAL", "SERIAL_FC", "SPI", "SPISLAVE", "TSC"]
Kojto 122:f9eeca106725 1683 },
Kojto 122:f9eeca106725 1684 "ARM_IOTSS_BEID": {
Kojto 122:f9eeca106725 1685 "inherits": ["ARM_IOTSS_Target"],
Kojto 122:f9eeca106725 1686 "core": "Cortex-M3",
Kojto 122:f9eeca106725 1687 "supported_toolchains": ["ARM"],
Kojto 122:f9eeca106725 1688 "extra_labels": ["ARM_SSG", "IOTSS", "IOTSS_BEID"],
Kojto 122:f9eeca106725 1689 "macros": ["CMSDK_BEID"],
Kojto 122:f9eeca106725 1690 "device_has": ["AACI", "ANALOGIN", "CLCD", "ETHERNET", "I2C", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "SERIAL", "SERIAL_FC", "SPI", "SPISLAVE", "TSC"],
Kojto 123:b0220dba8be7 1691 "release_versions": ["2"]
Kojto 122:f9eeca106725 1692 },
Kojto 122:f9eeca106725 1693 "ARM_BEETLE_SOC": {
Kojto 122:f9eeca106725 1694 "inherits": ["ARM_IOTSS_Target"],
Kojto 122:f9eeca106725 1695 "core": "Cortex-M3",
Kojto 124:2241e3a39974 1696 "supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
Kojto 122:f9eeca106725 1697 "default_toolchain": "ARM",
Kojto 122:f9eeca106725 1698 "extra_labels": ["ARM_SSG", "BEETLE"],
Kojto 122:f9eeca106725 1699 "macros": ["CMSDK_BEETLE", "WSF_MS_PER_TICK=20", "WSF_TOKEN_ENABLED=FALSE", "WSF_TRACE_ENABLED=TRUE", "WSF_ASSERT_ENABLED=FALSE", "WSF_PRINTF_MAX_LEN=128", "ASIC", "CONFIG_HOST_REV=0x20", "CONFIG_ALLOW_DEEP_SLEEP=FALSE", "HCI_VS_TARGET", "CONFIG_ALLOW_SETTING_WRITE=TRUE", "WSF_MAX_HANDLERS=20", "NO_LEDS"],
Kojto 122:f9eeca106725 1700 "progen": {
Kojto 122:f9eeca106725 1701 "target": "beetle",
Kojto 122:f9eeca106725 1702 "uvision5": {
Kojto 122:f9eeca106725 1703 "template": ["uvision5_arm_beetle_soc.uvproj.tmpl"]
Kojto 122:f9eeca106725 1704 }
Kojto 122:f9eeca106725 1705 },
AnnaBridge 125:2e9cc70d1897 1706 "device_has": ["ANALOGIN", "CLCD", "I2C", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "SERIAL", "SLEEP", "SPI"],
Kojto 124:2241e3a39974 1707 "features": ["BLE"],
Kojto 124:2241e3a39974 1708 "release_versions": ["2", "5"]
Kojto 122:f9eeca106725 1709 },
Kojto 122:f9eeca106725 1710 "RZ_A1H": {
Kojto 122:f9eeca106725 1711 "supported_form_factors": ["ARDUINO"],
Kojto 122:f9eeca106725 1712 "core": "Cortex-A9",
Kojto 122:f9eeca106725 1713 "program_cycle_s": 2,
Kojto 122:f9eeca106725 1714 "extra_labels": ["RENESAS", "MBRZA1H"],
Kojto 122:f9eeca106725 1715 "supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
Kojto 122:f9eeca106725 1716 "inherits": ["Target"],
Kojto 122:f9eeca106725 1717 "progen": {
Kojto 122:f9eeca106725 1718 "target": "gr-peach",
Kojto 122:f9eeca106725 1719 "iar": {
Kojto 122:f9eeca106725 1720 "template": ["iar_rz_a1h.ewp.tmpl"]
Kojto 122:f9eeca106725 1721 }
Kojto 122:f9eeca106725 1722 },
Kojto 122:f9eeca106725 1723 "device_has": ["ANALOGIN", "CAN", "ERROR_PATTERN", "ETHERNET", "I2C", "I2CSLAVE", "I2C_ASYNCH", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SERIAL_FC", "SPI", "SPISLAVE", "SPI_ASYNCH", "STDIO_MESSAGES"],
Kojto 122:f9eeca106725 1724 "features": ["IPV4"],
Kojto 123:b0220dba8be7 1725 "release_versions": ["2", "5"]
Kojto 122:f9eeca106725 1726 },
Kojto 122:f9eeca106725 1727 "VK_RZ_A1H": {
Kojto 122:f9eeca106725 1728 "inherits": ["Target"],
Kojto 122:f9eeca106725 1729 "core": "Cortex-A9",
Kojto 122:f9eeca106725 1730 "extra_labels": ["RENESAS", "VKRZA1H"],
Kojto 122:f9eeca106725 1731 "supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
Kojto 122:f9eeca106725 1732 "default_toolchain": "ARM",
Kojto 122:f9eeca106725 1733 "progen": {
Kojto 122:f9eeca106725 1734 "target": "vk-rza1h",
Kojto 122:f9eeca106725 1735 "iar": {
Kojto 122:f9eeca106725 1736 "template": ["iar_rz_a1h.ewp.tmpl"]
Kojto 122:f9eeca106725 1737 }
Kojto 122:f9eeca106725 1738 },
Kojto 122:f9eeca106725 1739 "program_cycle_s": 2,
Kojto 122:f9eeca106725 1740 "device_has": ["ANALOGIN", "CAN", "ERROR_PATTERN", "ETHERNET", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_FC", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
Kojto 123:b0220dba8be7 1741 "features": ["IPV4"],
Kojto 123:b0220dba8be7 1742 "default_build": "standard",
Kojto 123:b0220dba8be7 1743 "release_versions": ["2", "5"]
Kojto 122:f9eeca106725 1744 },
Kojto 122:f9eeca106725 1745 "MAXWSNENV": {
Kojto 122:f9eeca106725 1746 "inherits": ["Target"],
Kojto 122:f9eeca106725 1747 "core": "Cortex-M3",
Kojto 122:f9eeca106725 1748 "macros": ["__SYSTEM_HFX=24000000"],
Kojto 122:f9eeca106725 1749 "extra_labels": ["Maxim", "MAX32610"],
Kojto 122:f9eeca106725 1750 "supported_toolchains": ["GCC_ARM", "IAR", "ARM"],
Kojto 122:f9eeca106725 1751 "progen": {"target": "maxwsnenv"},
Kojto 122:f9eeca106725 1752 "device_has": ["ANALOGIN", "ANALOGOUT", "ERROR_PATTERN", "I2C", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_FC", "SLEEP", "SPI", "STDIO_MESSAGES"],
Kojto 123:b0220dba8be7 1753 "release_versions": ["2", "5"]
Kojto 122:f9eeca106725 1754 },
Kojto 122:f9eeca106725 1755 "MAX32600MBED": {
Kojto 122:f9eeca106725 1756 "inherits": ["Target"],
Kojto 122:f9eeca106725 1757 "core": "Cortex-M3",
Kojto 122:f9eeca106725 1758 "macros": ["__SYSTEM_HFX=24000000"],
Kojto 122:f9eeca106725 1759 "extra_labels": ["Maxim", "MAX32600"],
Kojto 122:f9eeca106725 1760 "supported_toolchains": ["GCC_ARM", "IAR", "ARM"],
Kojto 122:f9eeca106725 1761 "progen": {"target": "max32600mbed"},
Kojto 122:f9eeca106725 1762 "device_has": ["ANALOGIN", "ANALOGOUT", "ERROR_PATTERN", "I2C", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_FC", "SLEEP", "SPI", "STDIO_MESSAGES"],
Kojto 123:b0220dba8be7 1763 "release_versions": ["2", "5"]
Kojto 122:f9eeca106725 1764 },
AnnaBridge 125:2e9cc70d1897 1765 "MAX32620HSP": {
AnnaBridge 125:2e9cc70d1897 1766 "inherits": ["Target"],
AnnaBridge 125:2e9cc70d1897 1767 "core": "Cortex-M4F",
AnnaBridge 125:2e9cc70d1897 1768 "extra_labels": ["Maxim", "MAX32620"],
AnnaBridge 125:2e9cc70d1897 1769 "supported_toolchains": ["GCC_ARM", "IAR", "ARM"],
AnnaBridge 125:2e9cc70d1897 1770 "progen": {"target": "max32620hsp"},
AnnaBridge 125:2e9cc70d1897 1771 "device_has": ["ANALOGIN", "ERROR_PATTERN", "I2C", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_FC", "SLEEP", "SPI", "SPI_ASYNCH", "STDIO_MESSAGES"],
AnnaBridge 125:2e9cc70d1897 1772 "release_versions": ["2", "5"]
AnnaBridge 125:2e9cc70d1897 1773 },
Kojto 122:f9eeca106725 1774 "EFM32GG_STK3700": {
Kojto 122:f9eeca106725 1775 "inherits": ["Target"],
Kojto 122:f9eeca106725 1776 "core": "Cortex-M3",
Kojto 122:f9eeca106725 1777 "macros": ["EFM32GG990F1024"],
Kojto 122:f9eeca106725 1778 "extra_labels": ["Silicon_Labs", "EFM32"],
Kojto 122:f9eeca106725 1779 "supported_toolchains": ["GCC_ARM", "ARM", "uARM"],
Kojto 122:f9eeca106725 1780 "progen": {"target": "efm32gg-stk"},
Kojto 122:f9eeca106725 1781 "device_has": ["ANALOGIN", "ANALOGOUT", "ERROR_PATTERN", "I2C", "I2CSLAVE", "I2C_ASYNCH", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SLEEP", "SPI", "SPISLAVE", "SPI_ASYNCH", "STDIO_MESSAGES"],
Kojto 122:f9eeca106725 1782 "forced_reset_timeout": 2,
Kojto 123:b0220dba8be7 1783 "release_versions": ["2"]
Kojto 122:f9eeca106725 1784 },
Kojto 122:f9eeca106725 1785 "EFM32LG_STK3600": {
Kojto 122:f9eeca106725 1786 "inherits": ["Target"],
Kojto 122:f9eeca106725 1787 "core": "Cortex-M3",
Kojto 122:f9eeca106725 1788 "macros": ["EFM32LG990F256"],
Kojto 122:f9eeca106725 1789 "extra_labels": ["Silicon_Labs", "EFM32"],
Kojto 122:f9eeca106725 1790 "supported_toolchains": ["GCC_ARM", "ARM", "uARM"],
Kojto 122:f9eeca106725 1791 "progen": {"target": "efm32lg-stk"},
Kojto 122:f9eeca106725 1792 "device_has": ["ANALOGIN", "ANALOGOUT", "ERROR_PATTERN", "I2C", "I2CSLAVE", "I2C_ASYNCH", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SLEEP", "SPI", "SPISLAVE", "SPI_ASYNCH", "STDIO_MESSAGES"],
Kojto 122:f9eeca106725 1793 "forced_reset_timeout": 2,
Kojto 123:b0220dba8be7 1794 "release_versions": ["2"]
Kojto 122:f9eeca106725 1795 },
Kojto 122:f9eeca106725 1796 "EFM32WG_STK3800": {
Kojto 122:f9eeca106725 1797 "inherits": ["Target"],
Kojto 122:f9eeca106725 1798 "core": "Cortex-M4F",
Kojto 122:f9eeca106725 1799 "macros": ["EFM32WG990F256"],
Kojto 122:f9eeca106725 1800 "extra_labels": ["Silicon_Labs", "EFM32"],
Kojto 122:f9eeca106725 1801 "supported_toolchains": ["GCC_ARM", "ARM", "uARM"],
Kojto 122:f9eeca106725 1802 "progen": {"target": "efm32wg-stk"},
Kojto 122:f9eeca106725 1803 "device_has": ["ANALOGIN", "ANALOGOUT", "ERROR_PATTERN", "I2C", "I2CSLAVE", "I2C_ASYNCH", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SLEEP", "SPI", "SPISLAVE", "SPI_ASYNCH", "STDIO_MESSAGES"],
Kojto 122:f9eeca106725 1804 "forced_reset_timeout": 2,
Kojto 123:b0220dba8be7 1805 "release_versions": ["2"]
Kojto 122:f9eeca106725 1806 },
Kojto 122:f9eeca106725 1807 "EFM32ZG_STK3200": {
Kojto 122:f9eeca106725 1808 "inherits": ["Target"],
Kojto 122:f9eeca106725 1809 "core": "Cortex-M0+",
Kojto 122:f9eeca106725 1810 "default_toolchain": "uARM",
Kojto 122:f9eeca106725 1811 "supported_toolchains": ["GCC_ARM", "uARM"],
Kojto 122:f9eeca106725 1812 "extra_labels": ["Silicon_Labs", "EFM32"],
Kojto 122:f9eeca106725 1813 "macros": ["EFM32ZG222F32"],
Kojto 122:f9eeca106725 1814 "progen": {
Kojto 122:f9eeca106725 1815 "target": "efm32zg-stk"
Kojto 122:f9eeca106725 1816 },
Kojto 122:f9eeca106725 1817 "device_has": ["ANALOGIN", "ERROR_PATTERN", "I2C", "I2CSLAVE", "I2C_ASYNCH", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SLEEP", "SPI", "SPISLAVE", "SPI_ASYNCH", "STDIO_MESSAGES"],
Kojto 122:f9eeca106725 1818 "default_build": "small",
Kojto 122:f9eeca106725 1819 "forced_reset_timeout": 2,
Kojto 123:b0220dba8be7 1820 "release_versions": ["2"]
Kojto 122:f9eeca106725 1821 },
Kojto 122:f9eeca106725 1822 "EFM32HG_STK3400": {
Kojto 122:f9eeca106725 1823 "inherits": ["Target"],
Kojto 122:f9eeca106725 1824 "core": "Cortex-M0+",
Kojto 122:f9eeca106725 1825 "default_toolchain": "uARM",
Kojto 122:f9eeca106725 1826 "supported_toolchains": ["GCC_ARM", "uARM"],
Kojto 122:f9eeca106725 1827 "extra_labels": ["Silicon_Labs", "EFM32"],
Kojto 122:f9eeca106725 1828 "macros": ["EFM32HG322F64"],
Kojto 122:f9eeca106725 1829 "progen": {
Kojto 122:f9eeca106725 1830 "target": "efm32hg-stk"
Kojto 122:f9eeca106725 1831 },
Kojto 122:f9eeca106725 1832 "device_has": ["ANALOGIN", "ERROR_PATTERN", "I2C", "I2CSLAVE", "I2C_ASYNCH", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SLEEP", "SPI", "SPISLAVE", "SPI_ASYNCH", "STDIO_MESSAGES"],
Kojto 122:f9eeca106725 1833 "default_build": "small",
Kojto 122:f9eeca106725 1834 "forced_reset_timeout": 2,
Kojto 123:b0220dba8be7 1835 "release_versions": ["2"]
Kojto 122:f9eeca106725 1836 },
Kojto 122:f9eeca106725 1837 "EFM32PG_STK3401": {
Kojto 122:f9eeca106725 1838 "inherits": ["Target"],
Kojto 122:f9eeca106725 1839 "core": "Cortex-M4F",
Kojto 122:f9eeca106725 1840 "macros": ["EFM32PG1B200F256GM48"],
Kojto 122:f9eeca106725 1841 "extra_labels": ["Silicon_Labs", "EFM32"],
Kojto 122:f9eeca106725 1842 "supported_toolchains": ["GCC_ARM", "ARM", "uARM", "IAR"],
Kojto 122:f9eeca106725 1843 "progen": {"target": "efm32pg-stk"},
Kojto 122:f9eeca106725 1844 "device_has": ["ANALOGIN", "ERROR_PATTERN", "I2C", "I2CSLAVE", "I2C_ASYNCH", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SLEEP", "SPI", "SPISLAVE", "SPI_ASYNCH", "STDIO_MESSAGES"],
Kojto 122:f9eeca106725 1845 "forced_reset_timeout": 2,
Kojto 123:b0220dba8be7 1846 "release_versions": ["2", "5"]
Kojto 122:f9eeca106725 1847 },
Kojto 122:f9eeca106725 1848 "WIZWIKI_W7500": {
Kojto 122:f9eeca106725 1849 "supported_form_factors": ["ARDUINO"],
Kojto 122:f9eeca106725 1850 "core": "Cortex-M0",
Kojto 122:f9eeca106725 1851 "extra_labels": ["WIZNET", "W7500x", "WIZwiki_W7500"],
Kojto 122:f9eeca106725 1852 "supported_toolchains": ["uARM", "ARM"],
Kojto 122:f9eeca106725 1853 "inherits": ["Target"],
Kojto 122:f9eeca106725 1854 "progen": {"target": "wizwiki-w7500"},
Kojto 122:f9eeca106725 1855 "device_has": ["ANALOGIN", "I2C", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
Kojto 123:b0220dba8be7 1856 "release_versions": ["2"]
Kojto 122:f9eeca106725 1857 },
Kojto 122:f9eeca106725 1858 "WIZWIKI_W7500P": {
Kojto 122:f9eeca106725 1859 "supported_form_factors": ["ARDUINO"],
Kojto 122:f9eeca106725 1860 "core": "Cortex-M0",
Kojto 122:f9eeca106725 1861 "extra_labels": ["WIZNET", "W7500x", "WIZwiki_W7500P"],
Kojto 122:f9eeca106725 1862 "supported_toolchains": ["uARM", "ARM"],
Kojto 122:f9eeca106725 1863 "inherits": ["Target"],
Kojto 122:f9eeca106725 1864 "progen": {"target": "wizwiki-w7500p"},
Kojto 122:f9eeca106725 1865 "device_has": ["ANALOGIN", "I2C", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
Kojto 123:b0220dba8be7 1866 "release_versions": ["2"]
Kojto 122:f9eeca106725 1867 },
Kojto 122:f9eeca106725 1868 "WIZWIKI_W7500ECO": {
Kojto 122:f9eeca106725 1869 "inherits": ["Target"],
Kojto 122:f9eeca106725 1870 "core": "Cortex-M0",
Kojto 122:f9eeca106725 1871 "progen": {"target": "wizwiki_w7500eco"},
Kojto 122:f9eeca106725 1872 "extra_labels": ["WIZNET", "W7500x", "WIZwiki_W7500ECO"],
Kojto 122:f9eeca106725 1873 "supported_toolchains": ["uARM", "ARM"],
Kojto 122:f9eeca106725 1874 "device_has": ["ANALOGIN", "I2C", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
Kojto 123:b0220dba8be7 1875 "release_versions": ["2"]
Kojto 122:f9eeca106725 1876 },
Kojto 122:f9eeca106725 1877 "SAMR21G18A": {
Kojto 122:f9eeca106725 1878 "inherits": ["Target"],
Kojto 122:f9eeca106725 1879 "core": "Cortex-M0+",
Kojto 122:f9eeca106725 1880 "macros": ["__SAMR21G18A__", "I2C_MASTER_CALLBACK_MODE=true", "EXTINT_CALLBACK_MODE=true", "USART_CALLBACK_MODE=true", "TC_ASYNC=true"],
Kojto 122:f9eeca106725 1881 "extra_labels": ["Atmel", "SAM_CortexM0P", "SAMR21"],
Kojto 122:f9eeca106725 1882 "supported_toolchains": ["GCC_ARM", "ARM", "uARM"],
Kojto 122:f9eeca106725 1883 "progen": {"target": "samr21g18a"},
Kojto 122:f9eeca106725 1884 "device_has": ["ANALOGIN", "I2C", "I2CSLAVE", "I2C_ASYNCH", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SERIAL_FC", "SLEEP", "SPI", "SPISLAVE", "SPI_ASYNCH"],
Kojto 123:b0220dba8be7 1885 "release_versions": ["2"]
Kojto 122:f9eeca106725 1886 },
Kojto 122:f9eeca106725 1887 "SAMD21J18A": {
Kojto 122:f9eeca106725 1888 "inherits": ["Target"],
Kojto 122:f9eeca106725 1889 "core": "Cortex-M0+",
Kojto 122:f9eeca106725 1890 "macros": ["__SAMD21J18A__", "I2C_MASTER_CALLBACK_MODE=true", "EXTINT_CALLBACK_MODE=true", "USART_CALLBACK_MODE=true", "TC_ASYNC=true"],
Kojto 122:f9eeca106725 1891 "extra_labels": ["Atmel", "SAM_CortexM0P", "SAMD21"],
Kojto 122:f9eeca106725 1892 "supported_toolchains": ["GCC_ARM", "ARM", "uARM"],
Kojto 122:f9eeca106725 1893 "progen": {"target": "samd21j18a"},
Kojto 122:f9eeca106725 1894 "device_has": ["ANALOGIN", "ANALOGOUT", "I2C", "I2CSLAVE", "I2C_ASYNCH", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SERIAL_FC", "SLEEP", "SPI", "SPISLAVE", "SPI_ASYNCH"],
Kojto 123:b0220dba8be7 1895 "release_versions": ["2"]
Kojto 122:f9eeca106725 1896 },
Kojto 122:f9eeca106725 1897 "SAMD21G18A": {
Kojto 122:f9eeca106725 1898 "inherits": ["Target"],
Kojto 122:f9eeca106725 1899 "core": "Cortex-M0+",
Kojto 122:f9eeca106725 1900 "macros": ["__SAMD21G18A__", "I2C_MASTER_CALLBACK_MODE=true", "EXTINT_CALLBACK_MODE=true", "USART_CALLBACK_MODE=true", "TC_ASYNC=true"],
Kojto 122:f9eeca106725 1901 "extra_labels": ["Atmel", "SAM_CortexM0P", "SAMD21"],
Kojto 122:f9eeca106725 1902 "supported_toolchains": ["GCC_ARM", "ARM", "uARM"],
Kojto 122:f9eeca106725 1903 "progen": {"target": "samd21g18a"},
Kojto 122:f9eeca106725 1904 "device_has": ["ANALOGIN", "ANALOGOUT", "I2C", "I2CSLAVE", "I2C_ASYNCH", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SERIAL_FC", "SLEEP", "SPI", "SPISLAVE", "SPI_ASYNCH"],
Kojto 123:b0220dba8be7 1905 "release_versions": ["2"]
Kojto 122:f9eeca106725 1906 },
Kojto 122:f9eeca106725 1907 "SAML21J18A": {
Kojto 122:f9eeca106725 1908 "inherits": ["Target"],
Kojto 122:f9eeca106725 1909 "core": "Cortex-M0+",
Kojto 122:f9eeca106725 1910 "macros": ["__SAML21J18A__", "I2C_MASTER_CALLBACK_MODE=true", "EXTINT_CALLBACK_MODE=true", "USART_CALLBACK_MODE=true", "TC_ASYNC=true"],
Kojto 122:f9eeca106725 1911 "extra_labels": ["Atmel", "SAM_CortexM0P", "SAML21"],
Kojto 122:f9eeca106725 1912 "supported_toolchains": ["GCC_ARM", "ARM", "uARM"],
Kojto 122:f9eeca106725 1913 "progen": {"target": "samr21j18a"},
Kojto 122:f9eeca106725 1914 "progen_target": "samr21j18a",
Kojto 122:f9eeca106725 1915 "device_has": ["ANALOGIN", "ANALOGOUT", "I2C", "I2CSLAVE", "I2C_ASYNCH", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SERIAL_FC", "SLEEP", "SPI", "SPISLAVE", "SPI_ASYNCH"]
Kojto 122:f9eeca106725 1916 },
Kojto 122:f9eeca106725 1917 "SAMG55J19": {
Kojto 122:f9eeca106725 1918 "inherits": ["Target"],
Kojto 122:f9eeca106725 1919 "core": "Cortex-M4",
Kojto 122:f9eeca106725 1920 "extra_labels": ["Atmel", "SAM_CortexM4", "SAMG55"],
Kojto 122:f9eeca106725 1921 "macros": ["__SAMG55J19__", "BOARD=75", "I2C_MASTER_CALLBACK_MODE=true", "EXTINT_CALLBACK_MODE=true", "USART_CALLBACK_MODE=true", "TC_ASYNC=true"],
Kojto 122:f9eeca106725 1922 "supported_toolchains": ["GCC_ARM", "ARM", "uARM"],
Kojto 122:f9eeca106725 1923 "default_toolchain": "ARM",
Kojto 122:f9eeca106725 1924 "progen": {"target": "samg55j19"},
Kojto 122:f9eeca106725 1925 "progen_target": "samg55j19",
Kojto 122:f9eeca106725 1926 "device_has": ["ANALOGIN", "I2C", "I2CSLAVE", "I2C_ASYNCH", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SERIAL_FC", "SLEEP", "SPI", "SPISLAVE", "SPI_ASYNCH"],
Kojto 122:f9eeca106725 1927 "default_build": "standard"
Kojto 122:f9eeca106725 1928 },
Kojto 123:b0220dba8be7 1929 "MCU_NRF51_UNIFIED": {
Kojto 123:b0220dba8be7 1930 "inherits": ["Target"],
Kojto 123:b0220dba8be7 1931 "core": "Cortex-M0",
Kojto 123:b0220dba8be7 1932 "OVERRIDE_BOOTLOADER_FILENAME": "nrf51822_bootloader.hex",
Kojto 123:b0220dba8be7 1933 "macros": [
Kojto 123:b0220dba8be7 1934 "NRF51",
Kojto 123:b0220dba8be7 1935 "TARGET_NRF51822",
Kojto 123:b0220dba8be7 1936 "BLE_STACK_SUPPORT_REQD",
Kojto 123:b0220dba8be7 1937 "SOFTDEVICE_PRESENT",
Kojto 123:b0220dba8be7 1938 "S130",
Kojto 123:b0220dba8be7 1939 "TARGET_MCU_NRF51822"
Kojto 123:b0220dba8be7 1940 ],
Kojto 123:b0220dba8be7 1941 "MERGE_BOOTLOADER": false,
Kojto 123:b0220dba8be7 1942 "extra_labels": ["NORDIC", "MCU_NRF51", "MCU_NRF51822_UNIFIED", "NRF5"],
Kojto 123:b0220dba8be7 1943 "OUTPUT_EXT": "hex",
Kojto 123:b0220dba8be7 1944 "is_disk_virtual": true,
Kojto 123:b0220dba8be7 1945 "supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
Kojto 123:b0220dba8be7 1946 "public": false,
Kojto 123:b0220dba8be7 1947 "MERGE_SOFT_DEVICE": true,
Kojto 123:b0220dba8be7 1948 "EXPECTED_SOFTDEVICES_WITH_OFFSETS": [
Kojto 123:b0220dba8be7 1949 {
Kojto 123:b0220dba8be7 1950 "boot": "",
Kojto 123:b0220dba8be7 1951 "name": "s130_nrf51_2.0.0_softdevice.hex",
Kojto 123:b0220dba8be7 1952 "offset": 110592
Kojto 123:b0220dba8be7 1953 }
Kojto 123:b0220dba8be7 1954 ],
Kojto 123:b0220dba8be7 1955 "detect_code": ["1070"],
Kojto 123:b0220dba8be7 1956 "post_binary_hook": {
Kojto 123:b0220dba8be7 1957 "function": "MCU_NRF51Code.binary_hook",
Kojto 123:b0220dba8be7 1958 "toolchains": ["ARM_STD", "GCC_ARM", "IAR"]
Kojto 123:b0220dba8be7 1959 },
Kojto 123:b0220dba8be7 1960 "program_cycle_s": 6,
Kojto 123:b0220dba8be7 1961 "features": ["BLE"],
Kojto 123:b0220dba8be7 1962 "config":{
Kojto 123:b0220dba8be7 1963 "lf_clock_src": {
Kojto 123:b0220dba8be7 1964 "value": "NRF_LF_SRC_XTAL",
Kojto 123:b0220dba8be7 1965 "macro_name": "MBED_CONF_NORDIC_NRF_LF_CLOCK_SRC"
AnnaBridge 125:2e9cc70d1897 1966 },
AnnaBridge 125:2e9cc70d1897 1967 "uart_hwfc": {
AnnaBridge 125:2e9cc70d1897 1968 "help": "Value: 1 for enable, 0 for disable",
AnnaBridge 125:2e9cc70d1897 1969 "value": 1,
AnnaBridge 125:2e9cc70d1897 1970 "macro_name": "MBED_CONF_NORDIC_UART_HWFC"
Kojto 123:b0220dba8be7 1971 }
Kojto 123:b0220dba8be7 1972 }
Kojto 123:b0220dba8be7 1973 },
Kojto 123:b0220dba8be7 1974 "MCU_NRF51_32K_UNIFIED": {
Kojto 123:b0220dba8be7 1975 "inherits": ["MCU_NRF51_UNIFIED"],
Kojto 123:b0220dba8be7 1976 "extra_labels_add": ["MCU_NORDIC_32K", "MCU_NRF51_32K"],
Kojto 123:b0220dba8be7 1977 "macros_add": ["TARGET_MCU_NORDIC_32K", "TARGET_MCU_NRF51_32K"],
Kojto 123:b0220dba8be7 1978 "public": false
Kojto 123:b0220dba8be7 1979 },
Kojto 123:b0220dba8be7 1980 "NRF51_DK": {
Kojto 123:b0220dba8be7 1981 "supported_form_factors": ["ARDUINO"],
Kojto 123:b0220dba8be7 1982 "inherits": ["MCU_NRF51_32K_UNIFIED"],
Kojto 123:b0220dba8be7 1983 "progen": {"target": "nrf51-dk"},
Kojto 123:b0220dba8be7 1984 "device_has": ["ANALOGIN", "ERROR_PATTERN", "I2C", "I2C_ASYNCH", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SLEEP", "SPI", "SPI_ASYNCH", "SPISLAVE"],
Kojto 123:b0220dba8be7 1985 "release_versions": ["2", "5"]
Kojto 123:b0220dba8be7 1986 },
Kojto 123:b0220dba8be7 1987 "MCU_NRF52": {
Kojto 123:b0220dba8be7 1988 "inherits": ["Target"],
Kojto 123:b0220dba8be7 1989 "core": "Cortex-M4F",
Kojto 123:b0220dba8be7 1990 "macros": ["NRF52", "TARGET_NRF52832", "BLE_STACK_SUPPORT_REQD", "SOFTDEVICE_PRESENT", "S132"],
Kojto 123:b0220dba8be7 1991 "extra_labels": ["NORDIC", "MCU_NRF52", "MCU_NRF52832", "NRF5"],
Kojto 123:b0220dba8be7 1992 "OUTPUT_EXT": "hex",
Kojto 123:b0220dba8be7 1993 "is_disk_virtual": true,
Kojto 123:b0220dba8be7 1994 "supported_toolchains": ["GCC_ARM", "ARM", "IAR"],
Kojto 123:b0220dba8be7 1995 "public": false,
Kojto 123:b0220dba8be7 1996 "detect_code": ["1101"],
Kojto 123:b0220dba8be7 1997 "program_cycle_s": 6,
Kojto 123:b0220dba8be7 1998 "MERGE_SOFT_DEVICE": true,
Kojto 123:b0220dba8be7 1999 "EXPECTED_SOFTDEVICES_WITH_OFFSETS": [
Kojto 123:b0220dba8be7 2000 {
Kojto 123:b0220dba8be7 2001 "boot": "",
Kojto 123:b0220dba8be7 2002 "name": "s132_nrf52_2.0.0_softdevice.hex",
Kojto 123:b0220dba8be7 2003 "offset": 114688
Kojto 123:b0220dba8be7 2004 }
Kojto 123:b0220dba8be7 2005 ],
Kojto 123:b0220dba8be7 2006 "post_binary_hook": {
Kojto 123:b0220dba8be7 2007 "function": "MCU_NRF51Code.binary_hook",
Kojto 123:b0220dba8be7 2008 "toolchains": ["ARM_STD", "GCC_ARM", "IAR"]
Kojto 123:b0220dba8be7 2009 },
Kojto 123:b0220dba8be7 2010 "MERGE_BOOTLOADER": false,
Kojto 123:b0220dba8be7 2011 "features": ["BLE"],
Kojto 123:b0220dba8be7 2012 "config":{
Kojto 123:b0220dba8be7 2013 "lf_clock_src": {
Kojto 123:b0220dba8be7 2014 "value": "NRF_LF_SRC_XTAL",
Kojto 123:b0220dba8be7 2015 "macro_name": "MBED_CONF_NORDIC_NRF_LF_CLOCK_SRC"
AnnaBridge 125:2e9cc70d1897 2016 },
AnnaBridge 125:2e9cc70d1897 2017 "uart_hwfc": {
AnnaBridge 125:2e9cc70d1897 2018 "help": "Value: 1 for enable, 0 for disable",
AnnaBridge 125:2e9cc70d1897 2019 "value": 1,
AnnaBridge 125:2e9cc70d1897 2020 "macro_name": "MBED_CONF_NORDIC_UART_HWFC"
Kojto 123:b0220dba8be7 2021 }
Kojto 123:b0220dba8be7 2022 }
Kojto 123:b0220dba8be7 2023 },
Kojto 123:b0220dba8be7 2024 "NRF52_DK": {
Kojto 123:b0220dba8be7 2025 "supported_form_factors": ["ARDUINO"],
Kojto 123:b0220dba8be7 2026 "inherits": ["MCU_NRF52"],
Kojto 123:b0220dba8be7 2027 "progen": {"target": "nrf52-dk"},
Kojto 123:b0220dba8be7 2028 "macros_add": [
Kojto 123:b0220dba8be7 2029 "BOARD_PCA10040",
Kojto 123:b0220dba8be7 2030 "NRF52_PAN_12",
Kojto 123:b0220dba8be7 2031 "NRF52_PAN_15",
Kojto 123:b0220dba8be7 2032 "NRF52_PAN_58",
Kojto 123:b0220dba8be7 2033 "NRF52_PAN_55",
Kojto 123:b0220dba8be7 2034 "NRF52_PAN_54",
Kojto 123:b0220dba8be7 2035 "NRF52_PAN_31",
Kojto 123:b0220dba8be7 2036 "NRF52_PAN_30",
Kojto 123:b0220dba8be7 2037 "NRF52_PAN_51",
Kojto 123:b0220dba8be7 2038 "NRF52_PAN_36",
Kojto 123:b0220dba8be7 2039 "NRF52_PAN_53",
Kojto 123:b0220dba8be7 2040 "S132",
Kojto 123:b0220dba8be7 2041 "CONFIG_GPIO_AS_PINRESET",
Kojto 123:b0220dba8be7 2042 "BLE_STACK_SUPPORT_REQD",
Kojto 123:b0220dba8be7 2043 "SWI_DISABLE0",
Kojto 123:b0220dba8be7 2044 "NRF52_PAN_20",
Kojto 123:b0220dba8be7 2045 "NRF52_PAN_64",
Kojto 123:b0220dba8be7 2046 "NRF52_PAN_62",
Kojto 123:b0220dba8be7 2047 "NRF52_PAN_63"
Kojto 123:b0220dba8be7 2048 ],
Kojto 123:b0220dba8be7 2049 "device_has": ["ANALOGIN", "ERROR_PATTERN", "I2C", "I2C_ASYNCH", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SLEEP", "SPI", "SPI_ASYNCH", "SPISLAVE"],
Kojto 123:b0220dba8be7 2050 "release_versions": ["2", "5"]
Kojto 123:b0220dba8be7 2051 },
AnnaBridge 126:abea610beb85 2052 "DELTA_DFBM_NQ620": {
AnnaBridge 126:abea610beb85 2053 "supported_form_factors": ["ARDUINO"],
AnnaBridge 126:abea610beb85 2054 "inherits": ["MCU_NRF52"],
AnnaBridge 126:abea610beb85 2055 "progen": {"target": "dfbm-nq620"},
AnnaBridge 126:abea610beb85 2056 "macros_add": [
AnnaBridge 126:abea610beb85 2057 "BOARD_PCA10040",
AnnaBridge 126:abea610beb85 2058 "NRF52_PAN_12",
AnnaBridge 126:abea610beb85 2059 "NRF52_PAN_15",
AnnaBridge 126:abea610beb85 2060 "NRF52_PAN_58",
AnnaBridge 126:abea610beb85 2061 "NRF52_PAN_55",
AnnaBridge 126:abea610beb85 2062 "NRF52_PAN_54",
AnnaBridge 126:abea610beb85 2063 "NRF52_PAN_31",
AnnaBridge 126:abea610beb85 2064 "NRF52_PAN_30",
AnnaBridge 126:abea610beb85 2065 "NRF52_PAN_51",
AnnaBridge 126:abea610beb85 2066 "NRF52_PAN_36",
AnnaBridge 126:abea610beb85 2067 "NRF52_PAN_53",
AnnaBridge 126:abea610beb85 2068 "S132",
AnnaBridge 126:abea610beb85 2069 "CONFIG_GPIO_AS_PINRESET",
AnnaBridge 126:abea610beb85 2070 "BLE_STACK_SUPPORT_REQD",
AnnaBridge 126:abea610beb85 2071 "SWI_DISABLE0",
AnnaBridge 126:abea610beb85 2072 "NRF52_PAN_20",
AnnaBridge 126:abea610beb85 2073 "NRF52_PAN_64",
AnnaBridge 126:abea610beb85 2074 "NRF52_PAN_62",
AnnaBridge 126:abea610beb85 2075 "NRF52_PAN_63"
AnnaBridge 126:abea610beb85 2076 ],
AnnaBridge 126:abea610beb85 2077 "device_has": ["ANALOGIN", "ERROR_PATTERN", "I2C", "I2C_ASYNCH", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SLEEP", "SPI", "SPI_ASYNCH", "SPISLAVE"],
AnnaBridge 126:abea610beb85 2078 "release_versions": ["2", "5"]
AnnaBridge 126:abea610beb85 2079 },
Kojto 122:f9eeca106725 2080 "BLUEPILL_F103C8": {
Kojto 122:f9eeca106725 2081 "core": "Cortex-M3",
Kojto 122:f9eeca106725 2082 "default_toolchain": "GCC_ARM",
Kojto 122:f9eeca106725 2083 "extra_labels": ["STM", "STM32F1", "STM32F103C8"],
Kojto 122:f9eeca106725 2084 "supported_toolchains": ["GCC_ARM"],
Kojto 122:f9eeca106725 2085 "inherits": ["Target"],
Kojto 122:f9eeca106725 2086 "progen": {"target": "bluepill-f103c8"},
Kojto 122:f9eeca106725 2087 "device_has": ["ANALOGIN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "SERIAL", "SLEEP", "SPI", "SPISLAVE"]
Kojto 123:b0220dba8be7 2088 },
Kojto 123:b0220dba8be7 2089 "NUMAKER_PFM_NUC472": {
Kojto 123:b0220dba8be7 2090 "core": "Cortex-M4F",
Kojto 123:b0220dba8be7 2091 "default_toolchain": "ARM",
Kojto 123:b0220dba8be7 2092 "extra_labels": ["NUVOTON", "NUC472", "NUMAKER_PFM_NUC472"],
Kojto 124:2241e3a39974 2093 "macros": ["MBEDTLS_ENTROPY_HARDWARE_ALT"],
Kojto 123:b0220dba8be7 2094 "is_disk_virtual": true,
Kojto 123:b0220dba8be7 2095 "supported_toolchains": ["ARM", "uARM", "GCC_ARM", "IAR"],
Kojto 123:b0220dba8be7 2096 "inherits": ["Target"],
Kojto 123:b0220dba8be7 2097 "progen": {"target": "numaker-pfm-nuc472"},
Kojto 123:b0220dba8be7 2098 "device_has": ["ANALOGIN", "I2C", "I2CSLAVE", "I2C_ASYNCH", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SERIAL_FC", "SLEEP", "SPI", "SPISLAVE", "SPI_ASYNCH"],
Kojto 123:b0220dba8be7 2099 "features": ["IPV4"],
Kojto 123:b0220dba8be7 2100 "release_versions": ["2", "5"]
AnnaBridge 125:2e9cc70d1897 2101 },
AnnaBridge 125:2e9cc70d1897 2102 "NCS36510": {
AnnaBridge 125:2e9cc70d1897 2103 "inherits": ["Target"],
AnnaBridge 125:2e9cc70d1897 2104 "core": "Cortex-M3",
AnnaBridge 125:2e9cc70d1897 2105 "extra_labels": ["ONSEMI"],
AnnaBridge 125:2e9cc70d1897 2106 "post_binary_hook": {"function": "NCS36510TargetCode.ncs36510_addfib"},
AnnaBridge 125:2e9cc70d1897 2107 "macros": ["REVD", "CM3", "CPU_NCS36510", "TARGET_NCS36510"],
AnnaBridge 125:2e9cc70d1897 2108 "progen": {"target": "ncs36510"},
AnnaBridge 125:2e9cc70d1897 2109 "progen_target": "ncs36510",
AnnaBridge 125:2e9cc70d1897 2110 "supported_toolchains": ["GCC_ARM", "ARM", "IAR"],
AnnaBridge 125:2e9cc70d1897 2111 "device_has": ["ANALOGIN", "SERIAL", "I2C", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_FC", "SLEEP", "SPI"],
AnnaBridge 125:2e9cc70d1897 2112 "release_versions": ["2", "5"]
Kojto 122:f9eeca106725 2113 }
Kojto 122:f9eeca106725 2114 }