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:
Wed Aug 31 18:09:46 2016 +0100
Revision:
125:2e9cc70d1897
Parent:
124:2241e3a39974
Child:
126:abea610beb85
Release 125 of the mbed library

Changes:

New target - KL27Z_IAR
New target - MAX32620HSP_ARM_STD
New target - MAX32620HSP_GCC_ARM
New target - MAX32620HSP_IAR
New target - NCS36510_ARM_STD
New target - NCS36510_GCC_ARM
New target - NCS36510_IAR

Added support for NSAPI_REUSEADDR to the lwip interface.
STM32F3 family : Add and enable asynchronous serial, plus tests.
STM32L4 family : Add and enable asynchronous serial, plus tests.
Fixing issue where GCC fails to report compile errors when non-verbose.
Add ethernet and IPV4 support for: NUCLEO_F207ZG, NUCLEO_F429ZI, NUCLEO_F767ZI, DISCO_F746NG.
RZ_A1H - Enable SPI1 on pins P6_4 to P6_7.
KL27Z : SPI driver bug fixes and Improvements, ARM linker file update.
STM32F4, STM32F7 families : Add entropy functions, documentation, code improvements, fix build issues.
HEXIWEAR: Update I2C pin mapping, Add support to create KDS projects.
LWIP - fix recv blocking send on accepted sockets.
SingletonPtr bugfixes.
Beetle: Implement sleep API.
uVisor: Update to v0.20.1-alpha, minor documentation update.
STM32F3 : fix RTOS IAR test, RTOS GCC_ARM test.
nrf5x : Introduce uart hardware flow control configuration.
K64F/K22F: Implement HAL lp_timer API.
Ticker: Move ticker initialisation to object creation time.
STM32F4 : remove printf from pwmout
NXP : Fix multiple definition errors in GCC_CR build, fix linker errors.
Add TOOLCHAIN_GCC_CR support.
STM32L1 family : Add and enable asynchronous serial, plus tests.
mbed-client : Fix Bootstrap and Connector functionality.
NUC472 : Fix Ethernet wrong INT status in RX_Action.
RTX_CM_lib.h : fix compiler warning.
NUCLEO : Use GCC small build for 64K flash STM32.
STM32F2 family : Add and enable asynchronous serial, plus tests.
uvisor : Move page heap after uVisor private data, update page allocator.
K64F: Revert to hardcoded stack pointer in RTX .
dns-query : Internal API change , documentation, Added support for multiple results and ipv6.
Add support for implementation-provided DNS servers.
Adopted netconn_gethostbyname in the lwip interface.
Restructured nsapi_dns.h to have clear separation between C/C++ .
Tool fixes.
Tests : New ones added and some updates to existing.

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"],
Kojto 122:f9eeca106725 627 "supported_toolchains": ["ARM", "uARM", "IAR", "GCC_ARM"],
Kojto 122:f9eeca106725 628 "inherits": ["Target"],
Kojto 122:f9eeca106725 629 "progen": {"target": "nucleo-f031k6"},
Kojto 122:f9eeca106725 630 "detect_code": ["0791"],
Kojto 122:f9eeca106725 631 "device_has": ["ANALOGIN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "RTC_LSI", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
Kojto 122:f9eeca106725 632 "default_build": "small",
Kojto 123:b0220dba8be7 633 "release_versions": ["2"]
Kojto 122:f9eeca106725 634 },
Kojto 122:f9eeca106725 635 "NUCLEO_F042K6": {
Kojto 122:f9eeca106725 636 "supported_form_factors": ["ARDUINO"],
Kojto 122:f9eeca106725 637 "core": "Cortex-M0",
Kojto 122:f9eeca106725 638 "default_toolchain": "uARM",
Kojto 122:f9eeca106725 639 "extra_labels": ["STM", "STM32F0", "STM32F042K6"],
Kojto 122:f9eeca106725 640 "supported_toolchains": ["ARM", "uARM", "IAR", "GCC_ARM"],
Kojto 122:f9eeca106725 641 "inherits": ["Target"],
Kojto 122:f9eeca106725 642 "progen": {"target": "nucleo-f042k6"},
Kojto 122:f9eeca106725 643 "detect_code": ["0785"],
Kojto 122:f9eeca106725 644 "device_has": ["ANALOGIN", "CAN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "RTC_LSI", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
Kojto 122:f9eeca106725 645 "default_build": "small",
Kojto 123:b0220dba8be7 646 "release_versions": ["2"]
Kojto 122:f9eeca106725 647 },
Kojto 122:f9eeca106725 648 "NUCLEO_F070RB": {
Kojto 122:f9eeca106725 649 "supported_form_factors": ["ARDUINO", "MORPHO"],
Kojto 122:f9eeca106725 650 "core": "Cortex-M0",
Kojto 123:b0220dba8be7 651 "default_toolchain": "ARM",
Kojto 122:f9eeca106725 652 "extra_labels": ["STM", "STM32F0", "STM32F070RB"],
Kojto 122:f9eeca106725 653 "supported_toolchains": ["ARM", "uARM", "IAR", "GCC_ARM"],
Kojto 122:f9eeca106725 654 "inherits": ["Target"],
Kojto 122:f9eeca106725 655 "progen": {"target": "nucleo-f070rb"},
Kojto 122:f9eeca106725 656 "detect_code": ["0755"],
Kojto 122:f9eeca106725 657 "device_has": ["ANALOGIN", "I2C", "I2CSLAVE", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
Kojto 123:b0220dba8be7 658 "release_versions": ["2", "5"]
Kojto 122:f9eeca106725 659 },
Kojto 122:f9eeca106725 660 "NUCLEO_F072RB": {
Kojto 122:f9eeca106725 661 "supported_form_factors": ["ARDUINO", "MORPHO"],
Kojto 122:f9eeca106725 662 "core": "Cortex-M0",
Kojto 123:b0220dba8be7 663 "default_toolchain": "ARM",
Kojto 122:f9eeca106725 664 "extra_labels": ["STM", "STM32F0", "STM32F072RB"],
Kojto 122:f9eeca106725 665 "supported_toolchains": ["ARM", "uARM", "IAR", "GCC_ARM"],
Kojto 122:f9eeca106725 666 "inherits": ["Target"],
Kojto 122:f9eeca106725 667 "progen": {"target": "nucleo-f072rb"},
Kojto 122:f9eeca106725 668 "detect_code": ["0730"],
Kojto 122:f9eeca106725 669 "device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "I2C", "I2CSLAVE", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
Kojto 123:b0220dba8be7 670 "release_versions": ["2", "5"]
Kojto 122:f9eeca106725 671 },
Kojto 122:f9eeca106725 672 "NUCLEO_F091RC": {
Kojto 122:f9eeca106725 673 "supported_form_factors": ["ARDUINO", "MORPHO"],
Kojto 122:f9eeca106725 674 "core": "Cortex-M0",
Kojto 123:b0220dba8be7 675 "default_toolchain": "ARM",
Kojto 122:f9eeca106725 676 "extra_labels": ["STM", "STM32F0", "STM32F091RC"],
Kojto 122:f9eeca106725 677 "supported_toolchains": ["ARM", "uARM", "IAR", "GCC_ARM"],
Kojto 122:f9eeca106725 678 "inherits": ["Target"],
Kojto 122:f9eeca106725 679 "progen": {"target": "nucleo-f091rc"},
Kojto 122:f9eeca106725 680 "detect_code": ["0750"],
Kojto 122:f9eeca106725 681 "device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "I2C", "I2CSLAVE", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
Kojto 123:b0220dba8be7 682 "release_versions": ["2", "5"]
Kojto 122:f9eeca106725 683 },
Kojto 122:f9eeca106725 684 "NUCLEO_F103RB": {
Kojto 122:f9eeca106725 685 "supported_form_factors": ["ARDUINO", "MORPHO"],
Kojto 122:f9eeca106725 686 "core": "Cortex-M3",
Kojto 123:b0220dba8be7 687 "default_toolchain": "ARM",
Kojto 122:f9eeca106725 688 "extra_labels": ["STM", "STM32F1", "STM32F103RB"],
Kojto 122:f9eeca106725 689 "supported_toolchains": ["ARM", "uARM", "GCC_ARM", "IAR"],
Kojto 122:f9eeca106725 690 "inherits": ["Target"],
Kojto 122:f9eeca106725 691 "progen": {"target": "nucleo-f103rb"},
Kojto 122:f9eeca106725 692 "detect_code": ["0700"],
Kojto 122:f9eeca106725 693 "device_has": ["ANALOGIN", "CAN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
Kojto 123:b0220dba8be7 694 "release_versions": ["2", "5"]
Kojto 123:b0220dba8be7 695 },
Kojto 123:b0220dba8be7 696 "NUCLEO_F207ZG": {
Kojto 123:b0220dba8be7 697 "supported_form_factors": ["ARDUINO", "MORPHO"],
Kojto 123:b0220dba8be7 698 "core": "Cortex-M3",
Kojto 123:b0220dba8be7 699 "default_toolchain": "ARM",
Kojto 123:b0220dba8be7 700 "extra_labels": ["STM", "STM32F2", "STM32F207ZG"],
Kojto 123:b0220dba8be7 701 "supported_toolchains": ["ARM", "uARM", "IAR", "GCC_ARM"],
Kojto 123:b0220dba8be7 702 "inherits": ["Target"],
Kojto 123:b0220dba8be7 703 "progen": {"target": "nucleo-f207zg"},
Kojto 123:b0220dba8be7 704 "detect_code": ["0835"],
AnnaBridge 125:2e9cc70d1897 705 "device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
AnnaBridge 125:2e9cc70d1897 706 "features": ["IPV4"],
Kojto 123:b0220dba8be7 707 "release_versions": ["2"]
Kojto 122:f9eeca106725 708 },
Kojto 122:f9eeca106725 709 "NUCLEO_F302R8": {
Kojto 122:f9eeca106725 710 "supported_form_factors": ["ARDUINO", "MORPHO"],
Kojto 122:f9eeca106725 711 "core": "Cortex-M4F",
Kojto 123:b0220dba8be7 712 "default_toolchain": "ARM",
Kojto 122:f9eeca106725 713 "extra_labels": ["STM", "STM32F3", "STM32F302R8"],
Kojto 122:f9eeca106725 714 "supported_toolchains": ["ARM", "uARM", "IAR", "GCC_ARM"],
Kojto 122:f9eeca106725 715 "inherits": ["Target"],
Kojto 122:f9eeca106725 716 "progen": {"target": "nucleo-f302r8"},
Kojto 122:f9eeca106725 717 "detect_code": ["0705"],
AnnaBridge 125:2e9cc70d1897 718 "device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
AnnaBridge 125:2e9cc70d1897 719 "default_lib": "small",
Kojto 123:b0220dba8be7 720 "release_versions": ["2"]
Kojto 122:f9eeca106725 721 },
Kojto 122:f9eeca106725 722 "NUCLEO_F303K8": {
Kojto 122:f9eeca106725 723 "supported_form_factors": ["ARDUINO"],
Kojto 122:f9eeca106725 724 "core": "Cortex-M4F",
Kojto 123:b0220dba8be7 725 "default_toolchain": "ARM",
Kojto 122:f9eeca106725 726 "extra_labels": ["STM", "STM32F3", "STM32F303K8"],
Kojto 122:f9eeca106725 727 "supported_toolchains": ["ARM", "uARM", "IAR", "GCC_ARM"],
Kojto 122:f9eeca106725 728 "inherits": ["Target"],
Kojto 122:f9eeca106725 729 "progen": {"target": "nucleo-f303k8"},
Kojto 122:f9eeca106725 730 "detect_code": ["0775"],
AnnaBridge 125:2e9cc70d1897 731 "default_lib": "small",
Kojto 122:f9eeca106725 732 "device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
Kojto 123:b0220dba8be7 733 "release_versions": ["2"]
Kojto 122:f9eeca106725 734 },
Kojto 122:f9eeca106725 735 "NUCLEO_F303RE": {
Kojto 122:f9eeca106725 736 "supported_form_factors": ["ARDUINO", "MORPHO"],
Kojto 122:f9eeca106725 737 "core": "Cortex-M4F",
Kojto 123:b0220dba8be7 738 "default_toolchain": "ARM",
Kojto 122:f9eeca106725 739 "extra_labels": ["STM", "STM32F3", "STM32F303RE"],
Kojto 122:f9eeca106725 740 "supported_toolchains": ["ARM", "uARM", "IAR", "GCC_ARM"],
Kojto 122:f9eeca106725 741 "inherits": ["Target"],
Kojto 122:f9eeca106725 742 "progen": {"target": "nucleo-f303re"},
Kojto 122:f9eeca106725 743 "detect_code": ["0745"],
AnnaBridge 125:2e9cc70d1897 744 "device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
Kojto 123:b0220dba8be7 745 "release_versions": ["2", "5"]
Kojto 122:f9eeca106725 746 },
Kojto 122:f9eeca106725 747 "NUCLEO_F334R8": {
Kojto 122:f9eeca106725 748 "supported_form_factors": ["ARDUINO", "MORPHO"],
Kojto 122:f9eeca106725 749 "core": "Cortex-M4F",
Kojto 123:b0220dba8be7 750 "default_toolchain": "ARM",
Kojto 122:f9eeca106725 751 "extra_labels": ["STM", "STM32F3", "STM32F334R8"],
Kojto 122:f9eeca106725 752 "supported_toolchains": ["ARM", "uARM", "IAR", "GCC_ARM"],
Kojto 122:f9eeca106725 753 "inherits": ["Target"],
Kojto 122:f9eeca106725 754 "progen": {"target": "nucleo-f334r8"},
Kojto 122:f9eeca106725 755 "detect_code": ["0735"],
AnnaBridge 125:2e9cc70d1897 756 "device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
AnnaBridge 125:2e9cc70d1897 757 "default_lib": "small",
Kojto 123:b0220dba8be7 758 "release_versions": ["2"]
Kojto 122:f9eeca106725 759 },
Kojto 122:f9eeca106725 760 "NUCLEO_F401RE": {
Kojto 122:f9eeca106725 761 "supported_form_factors": ["ARDUINO", "MORPHO"],
Kojto 122:f9eeca106725 762 "core": "Cortex-M4F",
Kojto 123:b0220dba8be7 763 "default_toolchain": "ARM",
Kojto 122:f9eeca106725 764 "extra_labels": ["STM", "STM32F4", "STM32F401RE"],
Kojto 122:f9eeca106725 765 "supported_toolchains": ["ARM", "uARM", "GCC_ARM", "IAR"],
Kojto 122:f9eeca106725 766 "inherits": ["Target"],
Kojto 122:f9eeca106725 767 "progen": {"target": "nucleo-f401re"},
Kojto 122:f9eeca106725 768 "detect_code": ["0720"],
Kojto 124:2241e3a39974 769 "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 770 "release_versions": ["2", "5"]
Kojto 122:f9eeca106725 771 },
Kojto 122:f9eeca106725 772 "NUCLEO_F410RB": {
Kojto 122:f9eeca106725 773 "supported_form_factors": ["ARDUINO", "MORPHO"],
Kojto 122:f9eeca106725 774 "core": "Cortex-M4F",
Kojto 123:b0220dba8be7 775 "default_toolchain": "ARM",
AnnaBridge 125:2e9cc70d1897 776 "extra_labels": ["STM", "STM32F4", "STM32F410RB","STM32F410Rx"],
Kojto 122:f9eeca106725 777 "supported_toolchains": ["ARM", "uARM", "GCC_ARM", "IAR"],
Kojto 122:f9eeca106725 778 "inherits": ["Target"],
Kojto 122:f9eeca106725 779 "progen": {"target": "nucleo-f410rb"},
AnnaBridge 125:2e9cc70d1897 780 "macros": ["MBEDTLS_ENTROPY_HARDWARE_ALT"],
Kojto 122:f9eeca106725 781 "detect_code": ["0740"],
Kojto 124:2241e3a39974 782 "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 783 "release_versions": ["2", "5"]
Kojto 122:f9eeca106725 784 },
Kojto 122:f9eeca106725 785 "NUCLEO_F411RE": {
Kojto 122:f9eeca106725 786 "supported_form_factors": ["ARDUINO", "MORPHO"],
Kojto 122:f9eeca106725 787 "core": "Cortex-M4F",
Kojto 123:b0220dba8be7 788 "default_toolchain": "ARM",
Kojto 122:f9eeca106725 789 "extra_labels": ["STM", "STM32F4", "STM32F411RE"],
Kojto 122:f9eeca106725 790 "supported_toolchains": ["ARM", "uARM", "GCC_ARM", "IAR"],
Kojto 122:f9eeca106725 791 "inherits": ["Target"],
Kojto 122:f9eeca106725 792 "progen": {"target": "nucleo-f411re"},
Kojto 122:f9eeca106725 793 "detect_code": ["0740"],
Kojto 124:2241e3a39974 794 "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 795 "release_versions": ["2", "5"]
Kojto 122:f9eeca106725 796 },
Kojto 122:f9eeca106725 797 "ELMO_F411RE": {
Kojto 122:f9eeca106725 798 "supported_form_factors": ["ARDUINO"],
Kojto 122:f9eeca106725 799 "core": "Cortex-M4F",
Kojto 122:f9eeca106725 800 "default_toolchain": "uARM",
Kojto 122:f9eeca106725 801 "extra_labels": ["STM", "STM32F4", "STM32F411RE"],
Kojto 122:f9eeca106725 802 "supported_toolchains": ["ARM", "uARM", "GCC_ARM"],
Kojto 122:f9eeca106725 803 "inherits": ["Target"],
Kojto 122:f9eeca106725 804 "detect_code": ["----"],
Kojto 122:f9eeca106725 805 "device_has": ["ANALOGIN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
Kojto 122:f9eeca106725 806 "default_build": "small",
Kojto 123:b0220dba8be7 807 "release_versions": ["2"]
Kojto 122:f9eeca106725 808 },
Kojto 122:f9eeca106725 809 "NUCLEO_F429ZI": {
Kojto 123:b0220dba8be7 810 "supported_form_factors": ["ARDUINO"],
Kojto 122:f9eeca106725 811 "inherits": ["Target"],
Kojto 122:f9eeca106725 812 "core": "Cortex-M4F",
Kojto 123:b0220dba8be7 813 "default_toolchain": "ARM",
AnnaBridge 125:2e9cc70d1897 814 "extra_labels": ["STM", "STM32F4", "STM32F429", "STM32F429ZI", "STM32F429xx"],
Kojto 122:f9eeca106725 815 "supported_toolchains": ["ARM", "uARM", "GCC_ARM", "IAR"],
Kojto 122:f9eeca106725 816 "progen": {"target": "nucleo-f429zi"},
AnnaBridge 125:2e9cc70d1897 817 "macros": ["MBEDTLS_ENTROPY_HARDWARE_ALT"],
AnnaBridge 125:2e9cc70d1897 818 "device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "ERROR_RED", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "RTC_LSI", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
Kojto 122:f9eeca106725 819 "detect_code": ["0796"],
AnnaBridge 125:2e9cc70d1897 820 "features": ["IPV4"],
Kojto 123:b0220dba8be7 821 "release_versions": ["2", "5"]
Kojto 122:f9eeca106725 822 },
Kojto 122:f9eeca106725 823 "NUCLEO_F446RE": {
Kojto 122:f9eeca106725 824 "supported_form_factors": ["ARDUINO", "MORPHO"],
Kojto 122:f9eeca106725 825 "core": "Cortex-M4F",
Kojto 122:f9eeca106725 826 "default_toolchain": "ARM",
Kojto 122:f9eeca106725 827 "extra_labels": ["STM", "STM32F4", "STM32F446RE"],
Kojto 122:f9eeca106725 828 "supported_toolchains": ["ARM", "uARM", "GCC_ARM", "IAR"],
Kojto 122:f9eeca106725 829 "inherits": ["Target"],
Kojto 122:f9eeca106725 830 "progen": {"target": "nucleo-f446re"},
Kojto 122:f9eeca106725 831 "detect_code": ["0777"],
Kojto 124:2241e3a39974 832 "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 833 "release_versions": ["2", "5"]
Kojto 122:f9eeca106725 834 },
Kojto 122:f9eeca106725 835 "NUCLEO_F446ZE": {
Kojto 122:f9eeca106725 836 "supported_form_factors": ["ARDUINO", "MORPHO"],
Kojto 122:f9eeca106725 837 "core": "Cortex-M4F",
Kojto 123:b0220dba8be7 838 "default_toolchain": "ARM",
Kojto 122:f9eeca106725 839 "extra_labels": ["STM", "STM32F4", "STM32F446ZE"],
Kojto 122:f9eeca106725 840 "supported_toolchains": ["ARM", "uARM", "GCC_ARM", "IAR"],
Kojto 122:f9eeca106725 841 "inherits": ["Target"],
Kojto 122:f9eeca106725 842 "progen": {"target": "nucleo-f446ze"},
Kojto 122:f9eeca106725 843 "detect_code": ["0778"],
Kojto 124:2241e3a39974 844 "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 845 "release_versions": ["2"]
Kojto 122:f9eeca106725 846 },
Kojto 122:f9eeca106725 847
Kojto 122:f9eeca106725 848 "B96B_F446VE": {
Kojto 122:f9eeca106725 849 "supported_form_factors": ["ARDUINO", "MORPHO"],
Kojto 122:f9eeca106725 850 "core": "Cortex-M4F",
Kojto 123:b0220dba8be7 851 "default_toolchain": "ARM",
Kojto 122:f9eeca106725 852 "extra_labels": ["STM", "STM32F4", "STM32F446VE"],
Kojto 122:f9eeca106725 853 "supported_toolchains": ["ARM", "uARM", "GCC_ARM", "IAR"],
Kojto 122:f9eeca106725 854 "inherits": ["Target"],
Kojto 122:f9eeca106725 855 "detect_code": ["0840"],
Kojto 124:2241e3a39974 856 "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 857 "release_versions": ["2", "5"]
Kojto 122:f9eeca106725 858 },
Kojto 122:f9eeca106725 859 "NUCLEO_F746ZG": {
Kojto 122:f9eeca106725 860 "inherits": ["Target"],
Kojto 122:f9eeca106725 861 "core": "Cortex-M7F",
Kojto 122:f9eeca106725 862 "extra_labels": ["STM", "STM32F7", "STM32F746", "STM32F746ZG"],
Kojto 122:f9eeca106725 863 "supported_toolchains": ["ARM", "uARM", "GCC_ARM", "IAR"],
Kojto 122:f9eeca106725 864 "default_toolchain": "ARM",
AnnaBridge 125:2e9cc70d1897 865 "macros": ["MBEDTLS_ENTROPY_HARDWARE_ALT"],
Kojto 122:f9eeca106725 866 "progen": {
Kojto 122:f9eeca106725 867 "target": "nucleo-f746zg",
Kojto 122:f9eeca106725 868 "iar": {
Kojto 122:f9eeca106725 869 "template": ["iar_nucleo_f746zg.ewp.tmpl"]
Kojto 122:f9eeca106725 870 }
Kojto 122:f9eeca106725 871 },
Kojto 122:f9eeca106725 872 "supported_form_factors": ["ARDUINO"],
Kojto 122:f9eeca106725 873 "detect_code": ["0816"],
Kojto 122:f9eeca106725 874 "device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
Kojto 122:f9eeca106725 875 "features": ["IPV4"],
Kojto 123:b0220dba8be7 876 "release_versions": ["2", "5"]
Kojto 122:f9eeca106725 877 },
Kojto 122:f9eeca106725 878 "NUCLEO_F767ZI": {
Kojto 122:f9eeca106725 879 "inherits": ["Target"],
Kojto 122:f9eeca106725 880 "core": "Cortex-M7FD",
Kojto 122:f9eeca106725 881 "extra_labels": ["STM", "STM32F7", "STM32F767", "STM32F767ZI"],
Kojto 122:f9eeca106725 882 "supported_toolchains": ["ARM", "uARM", "GCC_ARM", "IAR"],
Kojto 122:f9eeca106725 883 "default_toolchain": "ARM",
AnnaBridge 125:2e9cc70d1897 884 "macros": ["MBEDTLS_ENTROPY_HARDWARE_ALT"],
Kojto 122:f9eeca106725 885 "progen": {"target": "nucleo-f767zi"},
Kojto 122:f9eeca106725 886 "detect_code": ["0818"],
Kojto 122:f9eeca106725 887 "device_has": ["ANALOGIN", "ANALOGOUT", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
AnnaBridge 125:2e9cc70d1897 888 "features": ["IPV4"],
Kojto 123:b0220dba8be7 889 "release_versions": ["2", "5"]
Kojto 122:f9eeca106725 890 },
Kojto 122:f9eeca106725 891 "NUCLEO_L011K4": {
Kojto 122:f9eeca106725 892 "inherits": ["Target"],
Kojto 122:f9eeca106725 893 "core": "Cortex-M0+",
Kojto 122:f9eeca106725 894 "extra_labels": ["STM", "STM32L0", "STM32L011K4"],
AnnaBridge 125:2e9cc70d1897 895 "supported_toolchains": ["uARM"],
Kojto 122:f9eeca106725 896 "default_toolchain": "uARM",
Kojto 122:f9eeca106725 897 "supported_form_factors": ["ARDUINO"],
Kojto 122:f9eeca106725 898 "detect_code": ["0780"],
Kojto 122:f9eeca106725 899 "progen": {"target":"nucleo-l011k4"},
Kojto 122:f9eeca106725 900 "device_has": ["ANALOGIN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
Kojto 123:b0220dba8be7 901 "default_build": "small",
Kojto 123:b0220dba8be7 902 "release_versions": ["2"]
Kojto 122:f9eeca106725 903 },
Kojto 122:f9eeca106725 904
Kojto 122:f9eeca106725 905 "NUCLEO_L031K6": {
Kojto 122:f9eeca106725 906 "inherits": ["Target"],
Kojto 122:f9eeca106725 907 "core": "Cortex-M0",
Kojto 122:f9eeca106725 908 "extra_labels": ["STM", "STM32L0", "STM32L031K6"],
Kojto 122:f9eeca106725 909 "supported_toolchains": ["ARM", "uARM", "IAR", "GCC_ARM"],
Kojto 122:f9eeca106725 910 "default_toolchain": "uARM",
Kojto 122:f9eeca106725 911 "supported_form_factors": ["ARDUINO"],
Kojto 122:f9eeca106725 912 "detect_code": ["0790"],
Kojto 122:f9eeca106725 913 "progen": {"target": "nucleo-l031k6"},
Kojto 122:f9eeca106725 914 "device_has": ["ANALOGIN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
Kojto 122:f9eeca106725 915 "default_build": "small",
Kojto 123:b0220dba8be7 916 "release_versions": ["2"]
Kojto 122:f9eeca106725 917 },
Kojto 122:f9eeca106725 918 "NUCLEO_L053R8": {
Kojto 122:f9eeca106725 919 "supported_form_factors": ["ARDUINO", "MORPHO"],
Kojto 122:f9eeca106725 920 "core": "Cortex-M0+",
Kojto 123:b0220dba8be7 921 "default_toolchain": "ARM",
Kojto 122:f9eeca106725 922 "extra_labels": ["STM", "STM32L0", "STM32L053R8"],
Kojto 122:f9eeca106725 923 "supported_toolchains": ["ARM", "uARM", "GCC_ARM", "IAR"],
Kojto 122:f9eeca106725 924 "inherits": ["Target"],
Kojto 122:f9eeca106725 925 "progen": {"target": "nucleo-l053r8"},
Kojto 122:f9eeca106725 926 "detect_code": ["0715"],
Kojto 122:f9eeca106725 927 "device_has": ["ANALOGIN", "ANALOGOUT", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
AnnaBridge 125:2e9cc70d1897 928 "default_lib": "small",
Kojto 123:b0220dba8be7 929 "release_versions": ["2"]
Kojto 122:f9eeca106725 930 },
Kojto 122:f9eeca106725 931 "NUCLEO_L073RZ": {
Kojto 122:f9eeca106725 932 "supported_form_factors": ["ARDUINO", "MORPHO"],
Kojto 122:f9eeca106725 933 "core": "Cortex-M0+",
Kojto 123:b0220dba8be7 934 "default_toolchain": "ARM",
Kojto 122:f9eeca106725 935 "extra_labels": ["STM", "STM32L0", "STM32L073RZ"],
Kojto 122:f9eeca106725 936 "supported_toolchains": ["ARM", "uARM", "GCC_ARM", "IAR"],
Kojto 122:f9eeca106725 937 "inherits": ["Target"],
Kojto 122:f9eeca106725 938 "progen": {"target": "nucleo-l073rz"},
Kojto 122:f9eeca106725 939 "detect_code": ["0760"],
Kojto 122:f9eeca106725 940 "device_has": ["ANALOGIN", "ANALOGOUT", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
Kojto 123:b0220dba8be7 941 "release_versions": ["2", "5"]
Kojto 122:f9eeca106725 942 },
Kojto 122:f9eeca106725 943 "NUCLEO_L152RE": {
Kojto 122:f9eeca106725 944 "supported_form_factors": ["ARDUINO", "MORPHO"],
Kojto 122:f9eeca106725 945 "core": "Cortex-M3",
Kojto 123:b0220dba8be7 946 "default_toolchain": "ARM",
Kojto 122:f9eeca106725 947 "extra_labels": ["STM", "STM32L1", "STM32L152RE"],
Kojto 122:f9eeca106725 948 "supported_toolchains": ["ARM", "uARM", "IAR", "GCC_ARM"],
Kojto 122:f9eeca106725 949 "inherits": ["Target"],
Kojto 122:f9eeca106725 950 "progen": {"target": "nucleo-l152re"},
Kojto 122:f9eeca106725 951 "detect_code": ["0710"],
AnnaBridge 125:2e9cc70d1897 952 "device_has": ["ANALOGIN", "ANALOGOUT", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
Kojto 123:b0220dba8be7 953 "release_versions": ["2", "5"]
Kojto 122:f9eeca106725 954 },
Kojto 122:f9eeca106725 955 "NUCLEO_L432KC": {
Kojto 122:f9eeca106725 956 "supported_form_factors": ["ARDUINO"],
Kojto 122:f9eeca106725 957 "core": "Cortex-M4F",
Kojto 123:b0220dba8be7 958 "default_toolchain": "ARM",
Kojto 122:f9eeca106725 959 "extra_labels": ["STM", "STM32L4", "STM32L432KC"],
Kojto 122:f9eeca106725 960 "supported_toolchains": ["ARM", "uARM", "IAR", "GCC_ARM"],
Kojto 122:f9eeca106725 961 "inherits": ["Target"],
Kojto 122:f9eeca106725 962 "progen": {"target": "nucleo-l432kc"},
Kojto 122:f9eeca106725 963 "detect_code": ["0770"],
Kojto 122:f9eeca106725 964 "device_has": ["ANALOGIN", "ANALOGOUT", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_FC", "SLEEP", "SPI", "SPISLAVE", "CAN", "STDIO_MESSAGES"],
Kojto 123:b0220dba8be7 965 "release_versions": ["2", "5"]
Kojto 122:f9eeca106725 966 },
Kojto 122:f9eeca106725 967 "NUCLEO_L476RG": {
Kojto 122:f9eeca106725 968 "supported_form_factors": ["ARDUINO", "MORPHO"],
Kojto 122:f9eeca106725 969 "core": "Cortex-M4F",
Kojto 123:b0220dba8be7 970 "default_toolchain": "ARM",
Kojto 122:f9eeca106725 971 "extra_labels": ["STM", "STM32L4", "STM32L476RG"],
Kojto 122:f9eeca106725 972 "supported_toolchains": ["ARM", "uARM", "IAR", "GCC_ARM"],
Kojto 122:f9eeca106725 973 "inherits": ["Target"],
Kojto 122:f9eeca106725 974 "progen": {"target": "nucleo-l476rg"},
Kojto 122:f9eeca106725 975 "detect_code": ["0765"],
AnnaBridge 125:2e9cc70d1897 976 "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 977 "release_versions": ["2", "5"]
Kojto 122:f9eeca106725 978 },
Kojto 122:f9eeca106725 979 "STM32F3XX": {
Kojto 122:f9eeca106725 980 "inherits": ["Target"],
Kojto 122:f9eeca106725 981 "core": "Cortex-M4",
Kojto 123:b0220dba8be7 982 "default_toolchain": "ARM",
Kojto 122:f9eeca106725 983 "extra_labels": ["STM", "STM32F3XX"],
Kojto 123:b0220dba8be7 984 "supported_toolchains": ["ARM", "uARM", "GCC_ARM"]
Kojto 122:f9eeca106725 985 },
Kojto 122:f9eeca106725 986 "STM32F407": {
Kojto 122:f9eeca106725 987 "inherits": ["Target"],
Kojto 122:f9eeca106725 988 "core": "Cortex-M4F",
Kojto 122:f9eeca106725 989 "extra_labels": ["STM", "STM32F4", "STM32F4XX"],
Kojto 122:f9eeca106725 990 "supported_toolchains": ["ARM", "GCC_ARM", "IAR"]
Kojto 122:f9eeca106725 991 },
Kojto 122:f9eeca106725 992 "ARCH_MAX": {
Kojto 122:f9eeca106725 993 "supported_form_factors": ["ARDUINO"],
Kojto 122:f9eeca106725 994 "core": "Cortex-M4F",
Kojto 122:f9eeca106725 995 "supported_toolchains": ["ARM", "uARM", "GCC_ARM"],
Kojto 122:f9eeca106725 996 "program_cycle_s": 2,
Kojto 122:f9eeca106725 997 "extra_labels": ["STM", "STM32F4", "STM32F407", "STM32F407VG"],
Kojto 122:f9eeca106725 998 "macros": ["LSI_VALUE=32000"],
Kojto 122:f9eeca106725 999 "inherits": ["Target"],
Kojto 123:b0220dba8be7 1000 "progen": {"target": "arch-max"},
Kojto 122:f9eeca106725 1001 "device_has": ["ANALOGIN", "ANALOGOUT", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
Kojto 123:b0220dba8be7 1002 "release_versions": ["2"]
Kojto 122:f9eeca106725 1003 },
Kojto 122:f9eeca106725 1004 "DISCO_F051R8": {
Kojto 122:f9eeca106725 1005 "inherits": ["Target"],
Kojto 122:f9eeca106725 1006 "core": "Cortex-M0",
Kojto 123:b0220dba8be7 1007 "default_toolchain": "ARM",
Kojto 122:f9eeca106725 1008 "extra_labels": ["STM", "STM32F0", "STM32F051", "STM32F051R8"],
Kojto 122:f9eeca106725 1009 "supported_toolchains": ["GCC_ARM"],
Kojto 123:b0220dba8be7 1010 "device_has": ["ANALOGIN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"]
Kojto 122:f9eeca106725 1011 },
Kojto 122:f9eeca106725 1012 "DISCO_F100RB": {
Kojto 122:f9eeca106725 1013 "inherits": ["Target"],
Kojto 122:f9eeca106725 1014 "core": "Cortex-M3",
Kojto 123:b0220dba8be7 1015 "default_toolchain": "ARM",
Kojto 122:f9eeca106725 1016 "extra_labels": ["STM", "STM32F1", "STM32F100RB"],
Kojto 122:f9eeca106725 1017 "supported_toolchains": ["GCC_ARM"],
Kojto 123:b0220dba8be7 1018 "device_has": ["ANALOGIN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"]
Kojto 122:f9eeca106725 1019 },
Kojto 122:f9eeca106725 1020 "DISCO_F303VC": {
Kojto 122:f9eeca106725 1021 "inherits": ["Target"],
Kojto 122:f9eeca106725 1022 "core": "Cortex-M4F",
Kojto 123:b0220dba8be7 1023 "default_toolchain": "ARM",
Kojto 122:f9eeca106725 1024 "extra_labels": ["STM", "STM32F3", "STM32F303", "STM32F303VC"],
Kojto 122:f9eeca106725 1025 "supported_toolchains": ["GCC_ARM"],
Kojto 123:b0220dba8be7 1026 "device_has": ["ANALOGIN", "ANALOGOUT", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "RTC_LSI", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"]
Kojto 122:f9eeca106725 1027 },
Kojto 122:f9eeca106725 1028 "DISCO_F334C8": {
Kojto 122:f9eeca106725 1029 "inherits": ["Target"],
Kojto 122:f9eeca106725 1030 "core": "Cortex-M4F",
Kojto 123:b0220dba8be7 1031 "default_toolchain": "ARM",
Kojto 122:f9eeca106725 1032 "extra_labels": ["STM", "STM32F3", "STM32F334C8"],
Kojto 122:f9eeca106725 1033 "supported_toolchains": ["ARM", "uARM", "IAR", "GCC_ARM"],
Kojto 122:f9eeca106725 1034 "progen": {"target": "disco-f334c8"},
Kojto 122:f9eeca106725 1035 "detect_code": ["0810"],
AnnaBridge 125:2e9cc70d1897 1036 "device_has": ["ANALOGIN", "ANALOGOUT", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "RTC_LSI", "SERIAL", "SERIAL_ASYNCH", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
AnnaBridge 125:2e9cc70d1897 1037 "default_lib": "small",
AnnaBridge 125:2e9cc70d1897 1038 "release_versions": ["2"]
Kojto 122:f9eeca106725 1039 },
Kojto 122:f9eeca106725 1040 "DISCO_F407VG": {
Kojto 122:f9eeca106725 1041 "inherits": ["Target"],
Kojto 122:f9eeca106725 1042 "core": "Cortex-M4F",
Kojto 122:f9eeca106725 1043 "progen": {"target": "disco-f407vg"},
Kojto 122:f9eeca106725 1044 "extra_labels": ["STM", "STM32F4", "STM32F407", "STM32F407VG"],
Kojto 122:f9eeca106725 1045 "supported_toolchains": ["ARM", "uARM", "GCC_ARM"],
Kojto 122:f9eeca106725 1046 "device_has": ["ANALOGIN", "ANALOGOUT", "ERROR_RED", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"]
Kojto 122:f9eeca106725 1047 },
Kojto 122:f9eeca106725 1048 "DISCO_F429ZI": {
Kojto 122:f9eeca106725 1049 "inherits": ["Target"],
Kojto 122:f9eeca106725 1050 "core": "Cortex-M4F",
Kojto 123:b0220dba8be7 1051 "default_toolchain": "ARM",
AnnaBridge 125:2e9cc70d1897 1052 "extra_labels": ["STM", "STM32F4", "STM32F429", "STM32F429ZI", "STM32F429xx"],
AnnaBridge 125:2e9cc70d1897 1053 "macros": ["MBEDTLS_ENTROPY_HARDWARE_ALT"],
Kojto 122:f9eeca106725 1054 "supported_toolchains": ["ARM", "uARM", "GCC_ARM", "IAR"],
Kojto 122:f9eeca106725 1055 "progen": {"target": "disco-f429zi"},
Kojto 124:2241e3a39974 1056 "device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "ERROR_RED", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "RTC_LSI", "SERIAL", "SERIAL_ASYNCH", "SERIAL_FC", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
Kojto 123:b0220dba8be7 1057 "release_versions": ["2", "5"]
Kojto 122:f9eeca106725 1058 },
Kojto 122:f9eeca106725 1059 "DISCO_F469NI": {
Kojto 122:f9eeca106725 1060 "supported_form_factors": ["ARDUINO"],
Kojto 122:f9eeca106725 1061 "core": "Cortex-M4F",
Kojto 123:b0220dba8be7 1062 "default_toolchain": "ARM",
AnnaBridge 125:2e9cc70d1897 1063 "extra_labels": ["STM", "STM32F4", "STM32F469", "STM32F469NI", "STM32F469xx"],
Kojto 122:f9eeca106725 1064 "supported_toolchains": ["ARM", "uARM", "IAR", "GCC_ARM"],
Kojto 122:f9eeca106725 1065 "inherits": ["Target"],
AnnaBridge 125:2e9cc70d1897 1066 "macros": ["MBEDTLS_ENTROPY_HARDWARE_ALT"],
Kojto 122:f9eeca106725 1067 "progen": {"target": "disco-f469ni"},
Kojto 122:f9eeca106725 1068 "detect_code": ["0788"],
Kojto 124:2241e3a39974 1069 "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 1070 "release_versions": ["2", "5"]
Kojto 122:f9eeca106725 1071 },
Kojto 122:f9eeca106725 1072 "DISCO_L053C8": {
Kojto 122:f9eeca106725 1073 "inherits": ["Target"],
Kojto 122:f9eeca106725 1074 "core": "Cortex-M0+",
Kojto 123:b0220dba8be7 1075 "default_toolchain": "ARM",
Kojto 122:f9eeca106725 1076 "extra_labels": ["STM", "STM32L0", "STM32L053C8"],
Kojto 122:f9eeca106725 1077 "supported_toolchains": ["ARM", "uARM", "IAR", "GCC_ARM"],
Kojto 122:f9eeca106725 1078 "progen": {"target": "disco-l053c8"},
Kojto 122:f9eeca106725 1079 "device_has": ["ANALOGIN", "ANALOGOUT", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
AnnaBridge 125:2e9cc70d1897 1080 "default_lib": "small",
Kojto 123:b0220dba8be7 1081 "release_versions": ["2"]
Kojto 122:f9eeca106725 1082 },
Kojto 122:f9eeca106725 1083 "DISCO_F746NG": {
Kojto 122:f9eeca106725 1084 "inherits": ["Target"],
Kojto 122:f9eeca106725 1085 "core": "Cortex-M7F",
Kojto 122:f9eeca106725 1086 "extra_labels": ["STM", "STM32F7", "STM32F746", "STM32F746NG"],
Kojto 122:f9eeca106725 1087 "supported_toolchains": ["ARM", "uARM", "GCC_ARM", "IAR"],
Kojto 122:f9eeca106725 1088 "default_toolchain": "ARM",
AnnaBridge 125:2e9cc70d1897 1089 "macros": ["MBEDTLS_ENTROPY_HARDWARE_ALT"],
Kojto 122:f9eeca106725 1090 "progen": {"target": "disco-f746ng"},
Kojto 122:f9eeca106725 1091 "detect_code": ["0815"],
Kojto 122:f9eeca106725 1092 "device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
AnnaBridge 125:2e9cc70d1897 1093 "features": ["IPV4"],
Kojto 123:b0220dba8be7 1094 "release_versions": ["2", "5"]
Kojto 122:f9eeca106725 1095 },
Kojto 122:f9eeca106725 1096 "DISCO_L476VG": {
Kojto 122:f9eeca106725 1097 "inherits": ["Target"],
Kojto 122:f9eeca106725 1098 "core": "Cortex-M4F",
Kojto 123:b0220dba8be7 1099 "default_toolchain": "ARM",
Kojto 122:f9eeca106725 1100 "extra_labels": ["STM", "STM32L4", "STM32L476VG"],
Kojto 122:f9eeca106725 1101 "supported_toolchains": ["ARM", "uARM", "IAR", "GCC_ARM"],
Kojto 122:f9eeca106725 1102 "progen": {"target": "disco-l476vg"},
Kojto 122:f9eeca106725 1103 "detect_code": ["0820"],
Kojto 122:f9eeca106725 1104 "device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
Kojto 123:b0220dba8be7 1105 "release_versions": ["2", "5"]
Kojto 122:f9eeca106725 1106 },
Kojto 122:f9eeca106725 1107 "MTS_MDOT_F405RG": {
Kojto 122:f9eeca106725 1108 "inherits": ["Target"],
Kojto 122:f9eeca106725 1109 "core": "Cortex-M4F",
Kojto 122:f9eeca106725 1110 "supported_toolchains": ["ARM", "uARM", "GCC_ARM", "IAR"],
Kojto 122:f9eeca106725 1111 "extra_labels": ["STM", "STM32F4", "STM32F405RG"],
Kojto 122:f9eeca106725 1112 "is_disk_virtual": true,
Kojto 122:f9eeca106725 1113 "macros": ["HSE_VALUE=26000000", "OS_CLOCK=48000000"],
Kojto 122:f9eeca106725 1114 "progen": {"target": "mts-mdot-f405rg"},
Kojto 122:f9eeca106725 1115 "device_has": ["ANALOGIN", "ANALOGOUT", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
Kojto 123:b0220dba8be7 1116 "release_versions": ["2"]
Kojto 122:f9eeca106725 1117 },
Kojto 122:f9eeca106725 1118 "MTS_MDOT_F411RE": {
Kojto 122:f9eeca106725 1119 "inherits": ["Target"],
Kojto 122:f9eeca106725 1120 "core": "Cortex-M4F",
Kojto 122:f9eeca106725 1121 "supported_toolchains": ["ARM", "uARM", "GCC_ARM", "IAR"],
Kojto 122:f9eeca106725 1122 "extra_labels": ["STM", "STM32F4", "STM32F411RE"],
Kojto 122:f9eeca106725 1123 "macros": ["HSE_VALUE=26000000", "OS_CLOCK=96000000", "USE_PLL_HSE_EXTC=0", "VECT_TAB_OFFSET=0x00010000"],
Kojto 122:f9eeca106725 1124 "post_binary_hook": {
Kojto 122:f9eeca106725 1125 "function": "MTSCode.combine_bins_mts_dot",
Kojto 122:f9eeca106725 1126 "toolchains": ["GCC_ARM", "ARM_STD", "ARM_MICRO"]
Kojto 122:f9eeca106725 1127 },
Kojto 122:f9eeca106725 1128 "progen": {"target": "mts-mdot-f411re"},
Kojto 122:f9eeca106725 1129 "device_has": ["ANALOGIN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
Kojto 123:b0220dba8be7 1130 "release_versions": ["2", "5"]
Kojto 122:f9eeca106725 1131 },
Kojto 122:f9eeca106725 1132 "MTS_DRAGONFLY_F411RE": {
Kojto 122:f9eeca106725 1133 "inherits": ["Target"],
Kojto 122:f9eeca106725 1134 "core": "Cortex-M4F",
Kojto 122:f9eeca106725 1135 "supported_toolchains": ["ARM", "uARM", "GCC_ARM", "IAR"],
Kojto 122:f9eeca106725 1136 "extra_labels": ["STM", "STM32F4", "STM32F411RE"],
Kojto 122:f9eeca106725 1137 "macros": ["HSE_VALUE=26000000", "VECT_TAB_OFFSET=0x08010000"],
Kojto 122:f9eeca106725 1138 "post_binary_hook": {
Kojto 122:f9eeca106725 1139 "function": "MTSCode.combine_bins_mts_dragonfly",
Kojto 122:f9eeca106725 1140 "toolchains": ["GCC_ARM", "ARM_STD", "ARM_MICRO"]
Kojto 122:f9eeca106725 1141 },
Kojto 122:f9eeca106725 1142 "progen": {"target": "mts-dragonfly-f411re"},
Kojto 122:f9eeca106725 1143 "device_has": ["ANALOGIN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
Kojto 123:b0220dba8be7 1144 "release_versions": ["2", "5"]
Kojto 122:f9eeca106725 1145 },
Kojto 122:f9eeca106725 1146 "MOTE_L152RC": {
Kojto 122:f9eeca106725 1147 "inherits": ["Target"],
Kojto 122:f9eeca106725 1148 "core": "Cortex-M3",
Kojto 122:f9eeca106725 1149 "default_toolchain": "uARM",
Kojto 122:f9eeca106725 1150 "extra_labels": ["STM", "STM32L1", "STM32L152RC"],
Kojto 122:f9eeca106725 1151 "supported_toolchains": ["ARM", "uARM", "IAR", "GCC_ARM"],
Kojto 122:f9eeca106725 1152 "progen": {"target": "stm32l151rc"},
Kojto 122:f9eeca106725 1153 "detect_code": ["4100"],
Kojto 122:f9eeca106725 1154 "device_has": ["ANALOGIN", "ANALOGOUT", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "RTC_LSI", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
Kojto 122:f9eeca106725 1155 "default_build": "small",
Kojto 123:b0220dba8be7 1156 "release_versions": ["2"]
Kojto 122:f9eeca106725 1157 },
Kojto 122:f9eeca106725 1158 "DISCO_F401VC": {
Kojto 122:f9eeca106725 1159 "inherits": ["Target"],
Kojto 122:f9eeca106725 1160 "core": "Cortex-M4F",
Kojto 122:f9eeca106725 1161 "default_toolchain": "GCC_ARM",
Kojto 122:f9eeca106725 1162 "extra_labels": ["STM", "STM32F4", "STM32F401", "STM32F401VC"],
Kojto 122:f9eeca106725 1163 "supported_toolchains": ["GCC_ARM"],
Kojto 123:b0220dba8be7 1164 "device_has": ["ANALOGIN", "ERROR_RED", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"]
Kojto 122:f9eeca106725 1165 },
Kojto 122:f9eeca106725 1166 "UBLOX_C029": {
Kojto 122:f9eeca106725 1167 "supported_form_factors": ["ARDUINO"],
Kojto 122:f9eeca106725 1168 "core": "Cortex-M4F",
Kojto 122:f9eeca106725 1169 "default_toolchain": "uARM",
Kojto 122:f9eeca106725 1170 "supported_toolchains": ["ARM", "uARM", "GCC_ARM", "IAR"],
Kojto 122:f9eeca106725 1171 "extra_labels": ["STM", "STM32F4", "STM32F439", "STM32F439ZI"],
Kojto 122:f9eeca106725 1172 "macros": ["HSE_VALUE=24000000", "HSE_STARTUP_TIMEOUT=5000"],
Kojto 122:f9eeca106725 1173 "inherits": ["Target"],
Kojto 122:f9eeca106725 1174 "device_has": ["ANALOGIN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
Kojto 122:f9eeca106725 1175 "default_build": "small"
Kojto 122:f9eeca106725 1176 },
Kojto 122:f9eeca106725 1177 "NZ32_SC151": {
Kojto 122:f9eeca106725 1178 "inherits": ["Target"],
Kojto 122:f9eeca106725 1179 "core": "Cortex-M3",
Kojto 122:f9eeca106725 1180 "default_toolchain": "uARM",
Kojto 122:f9eeca106725 1181 "program_cycle_s": 1.5,
Kojto 122:f9eeca106725 1182 "extra_labels": ["STM", "STM32L1", "STM32L151RC"],
Kojto 122:f9eeca106725 1183 "supported_toolchains": ["ARM", "uARM", "GCC_ARM"],
Kojto 122:f9eeca106725 1184 "progen": {"target": "stm32l151rc"},
Kojto 122:f9eeca106725 1185 "device_has": ["ANALOGIN", "ANALOGOUT", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "RTC_LSI", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
Kojto 122:f9eeca106725 1186 "default_build": "small"
Kojto 122:f9eeca106725 1187 },
Kojto 122:f9eeca106725 1188 "MCU_NRF51": {
Kojto 122:f9eeca106725 1189 "inherits": ["Target"],
Kojto 122:f9eeca106725 1190 "core": "Cortex-M0",
Kojto 122:f9eeca106725 1191 "OVERRIDE_BOOTLOADER_FILENAME": "nrf51822_bootloader.hex",
Kojto 122:f9eeca106725 1192 "macros": ["NRF51", "TARGET_NRF51822"],
Kojto 122:f9eeca106725 1193 "MERGE_BOOTLOADER": false,
Kojto 122:f9eeca106725 1194 "extra_labels": ["NORDIC", "MCU_NRF51", "MCU_NRF51822"],
Kojto 122:f9eeca106725 1195 "OUTPUT_EXT": "hex",
Kojto 122:f9eeca106725 1196 "is_disk_virtual": true,
Kojto 122:f9eeca106725 1197 "supported_toolchains": ["ARM", "GCC_ARM"],
Kojto 122:f9eeca106725 1198 "public": false,
Kojto 122:f9eeca106725 1199 "MERGE_SOFT_DEVICE": true,
Kojto 122:f9eeca106725 1200 "EXPECTED_SOFTDEVICES_WITH_OFFSETS": [
Kojto 122:f9eeca106725 1201 {
Kojto 122:f9eeca106725 1202 "boot": "s130_nrf51_1.0.0_bootloader.hex",
Kojto 122:f9eeca106725 1203 "name": "s130_nrf51_1.0.0_softdevice.hex",
Kojto 122:f9eeca106725 1204 "offset": 114688
Kojto 122:f9eeca106725 1205 },
Kojto 122:f9eeca106725 1206 {
Kojto 122:f9eeca106725 1207 "boot": "s110_nrf51822_8.0.0_bootloader.hex",
Kojto 122:f9eeca106725 1208 "name": "s110_nrf51822_8.0.0_softdevice.hex",
Kojto 122:f9eeca106725 1209 "offset": 98304
Kojto 122:f9eeca106725 1210 },
Kojto 122:f9eeca106725 1211 {
Kojto 122:f9eeca106725 1212 "boot": "s110_nrf51822_7.1.0_bootloader.hex",
Kojto 122:f9eeca106725 1213 "name": "s110_nrf51822_7.1.0_softdevice.hex",
Kojto 122:f9eeca106725 1214 "offset": 90112
Kojto 122:f9eeca106725 1215 },
Kojto 122:f9eeca106725 1216 {
Kojto 122:f9eeca106725 1217 "boot": "s110_nrf51822_7.0.0_bootloader.hex",
Kojto 122:f9eeca106725 1218 "name": "s110_nrf51822_7.0.0_softdevice.hex",
Kojto 122:f9eeca106725 1219 "offset": 90112
Kojto 122:f9eeca106725 1220 },
Kojto 122:f9eeca106725 1221 {
Kojto 122:f9eeca106725 1222 "boot": "s110_nrf51822_6.0.0_bootloader.hex",
Kojto 122:f9eeca106725 1223 "name": "s110_nrf51822_6.0.0_softdevice.hex",
Kojto 122:f9eeca106725 1224 "offset": 81920
Kojto 122:f9eeca106725 1225 }
Kojto 122:f9eeca106725 1226 ],
Kojto 122:f9eeca106725 1227 "detect_code": ["1070"],
Kojto 122:f9eeca106725 1228 "post_binary_hook": {
Kojto 122:f9eeca106725 1229 "function": "MCU_NRF51Code.binary_hook",
Kojto 122:f9eeca106725 1230 "toolchains": ["ARM_STD", "GCC_ARM"]
Kojto 122:f9eeca106725 1231 },
Kojto 122:f9eeca106725 1232 "program_cycle_s": 6,
Kojto 122:f9eeca106725 1233 "features": ["BLE"]
Kojto 122:f9eeca106725 1234 },
Kojto 122:f9eeca106725 1235 "MCU_NRF51_16K_BASE": {
Kojto 122:f9eeca106725 1236 "inherits": ["MCU_NRF51"],
Kojto 122:f9eeca106725 1237 "extra_labels_add": ["MCU_NORDIC_16K", "MCU_NRF51_16K"],
Kojto 122:f9eeca106725 1238 "macros_add": ["TARGET_MCU_NORDIC_16K", "TARGET_MCU_NRF51_16K"],
Kojto 123:b0220dba8be7 1239 "public": false,
Kojto 123:b0220dba8be7 1240 "default_build": "small"
Kojto 122:f9eeca106725 1241 },
Kojto 122:f9eeca106725 1242 "MCU_NRF51_16K_BOOT_BASE": {
Kojto 122:f9eeca106725 1243 "inherits": ["MCU_NRF51_16K_BASE"],
Kojto 122:f9eeca106725 1244 "MERGE_BOOTLOADER": true,
Kojto 122:f9eeca106725 1245 "extra_labels_add": ["MCU_NRF51_16K_BOOT"],
Kojto 122:f9eeca106725 1246 "macros_add": ["TARGET_MCU_NRF51_16K_BOOT", "TARGET_OTA_ENABLED"],
Kojto 122:f9eeca106725 1247 "public": false
Kojto 122:f9eeca106725 1248 },
Kojto 122:f9eeca106725 1249 "MCU_NRF51_16K_OTA_BASE": {
Kojto 122:f9eeca106725 1250 "inherits": ["MCU_NRF51_16K_BASE"],
Kojto 122:f9eeca106725 1251 "public": false,
Kojto 122:f9eeca106725 1252 "extra_labels_add": ["MCU_NRF51_16K_OTA"],
Kojto 122:f9eeca106725 1253 "macros_add": ["TARGET_MCU_NRF51_16K_OTA", "TARGET_OTA_ENABLED"],
Kojto 122:f9eeca106725 1254 "MERGE_SOFT_DEVICE": false
Kojto 122:f9eeca106725 1255 },
Kojto 122:f9eeca106725 1256 "MCU_NRF51_16K": {
Kojto 122:f9eeca106725 1257 "inherits": ["MCU_NRF51_16K_BASE"],
Kojto 122:f9eeca106725 1258 "extra_labels_add": ["MCU_NRF51_16K_S130"],
Kojto 122:f9eeca106725 1259 "macros_add": ["TARGET_MCU_NRF51_16K_S130"],
Kojto 122:f9eeca106725 1260 "public": false
Kojto 122:f9eeca106725 1261 },
Kojto 122:f9eeca106725 1262 "MCU_NRF51_S110": {
Kojto 122:f9eeca106725 1263 "extra_labels_add": ["MCU_NRF51_16K_S110"],
Kojto 122:f9eeca106725 1264 "macros_add": ["TARGET_MCU_NRF51_16K_S110"],
Kojto 122:f9eeca106725 1265 "EXPECTED_SOFTDEVICES_WITH_OFFSETS": [
Kojto 122:f9eeca106725 1266 {
Kojto 122:f9eeca106725 1267 "name": "s110_nrf51822_8.0.0_softdevice.hex",
Kojto 122:f9eeca106725 1268 "boot": "s110_nrf51822_8.0.0_bootloader.hex",
Kojto 122:f9eeca106725 1269 "offset": 98304
Kojto 122:f9eeca106725 1270 },
Kojto 122:f9eeca106725 1271 {
Kojto 122:f9eeca106725 1272 "name": "s110_nrf51822_7.1.0_softdevice.hex",
Kojto 122:f9eeca106725 1273 "boot": "s110_nrf51822_7.1.0_bootloader.hex",
Kojto 122:f9eeca106725 1274 "offset": 90112
Kojto 122:f9eeca106725 1275 }
Kojto 122:f9eeca106725 1276 ],
Kojto 122:f9eeca106725 1277 "public": false
Kojto 122:f9eeca106725 1278 },
Kojto 122:f9eeca106725 1279 "MCU_NRF51_16K_S110": {
Kojto 122:f9eeca106725 1280 "inherits": ["MCU_NRF51_S110", "MCU_NRF51_16K_BASE"],
Kojto 122:f9eeca106725 1281 "public": false
Kojto 122:f9eeca106725 1282 },
Kojto 122:f9eeca106725 1283 "MCU_NRF51_16K_BOOT": {
Kojto 122:f9eeca106725 1284 "inherits": ["MCU_NRF51_16K_BOOT_BASE"],
Kojto 122:f9eeca106725 1285 "extra_labels_add": ["MCU_NRF51_16K_S130"],
Kojto 122:f9eeca106725 1286 "macros_add": ["TARGET_MCU_NRF51_16K_S130"],
Kojto 122:f9eeca106725 1287 "public": false
Kojto 122:f9eeca106725 1288 },
Kojto 122:f9eeca106725 1289 "MCU_NRF51_16K_BOOT_S110": {
Kojto 122:f9eeca106725 1290 "inherits": ["MCU_NRF51_S110", "MCU_NRF51_16K_BOOT_BASE"],
Kojto 122:f9eeca106725 1291 "public": false
Kojto 122:f9eeca106725 1292 },
Kojto 122:f9eeca106725 1293 "MCU_NRF51_16K_OTA": {
Kojto 122:f9eeca106725 1294 "inherits": ["MCU_NRF51_16K_OTA_BASE"],
Kojto 122:f9eeca106725 1295 "extra_labels_add": ["MCU_NRF51_16K_S130"],
Kojto 122:f9eeca106725 1296 "macros_add": ["TARGET_MCU_NRF51_16K_S130"],
Kojto 122:f9eeca106725 1297 "public": false
Kojto 122:f9eeca106725 1298 },
Kojto 122:f9eeca106725 1299 "MCU_NRF51_16K_OTA_S110": {
Kojto 122:f9eeca106725 1300 "inherits": ["MCU_NRF51_S110", "MCU_NRF51_16K_OTA_BASE"],
Kojto 122:f9eeca106725 1301 "public": false
Kojto 122:f9eeca106725 1302 },
Kojto 122:f9eeca106725 1303 "MCU_NRF51_32K": {
Kojto 122:f9eeca106725 1304 "inherits": ["MCU_NRF51"],
Kojto 122:f9eeca106725 1305 "extra_labels_add": ["MCU_NORDIC_32K", "MCU_NRF51_32K"],
Kojto 122:f9eeca106725 1306 "macros_add": ["TARGET_MCU_NORDIC_32K", "TARGET_MCU_NRF51_32K"],
Kojto 122:f9eeca106725 1307 "public": false
Kojto 122:f9eeca106725 1308 },
Kojto 122:f9eeca106725 1309 "MCU_NRF51_32K_BOOT": {
Kojto 122:f9eeca106725 1310 "inherits": ["MCU_NRF51_32K"],
Kojto 122:f9eeca106725 1311 "MERGE_BOOTLOADER": true,
Kojto 122:f9eeca106725 1312 "extra_labels_add": ["MCU_NRF51_32K_BOOT"],
Kojto 122:f9eeca106725 1313 "macros_add": ["TARGET_MCU_NRF51_32K_BOOT", "TARGET_OTA_ENABLED"],
Kojto 122:f9eeca106725 1314 "public": false
Kojto 122:f9eeca106725 1315 },
Kojto 122:f9eeca106725 1316 "MCU_NRF51_32K_OTA": {
Kojto 122:f9eeca106725 1317 "inherits": ["MCU_NRF51_32K"],
Kojto 122:f9eeca106725 1318 "public": false,
Kojto 122:f9eeca106725 1319 "extra_labels_add": ["MCU_NRF51_32K_OTA"],
Kojto 122:f9eeca106725 1320 "macros_add": ["TARGET_MCU_NRF51_32K_OTA", "TARGET_OTA_ENABLED"],
Kojto 122:f9eeca106725 1321 "MERGE_SOFT_DEVICE": false
Kojto 122:f9eeca106725 1322 },
Kojto 122:f9eeca106725 1323 "NRF51822": {
Kojto 122:f9eeca106725 1324 "inherits": ["MCU_NRF51_16K"],
Kojto 122:f9eeca106725 1325 "progen": {"target": "mkit"},
Kojto 122:f9eeca106725 1326 "extra_labels_add": ["NRF51822", "NRF51822_MKIT"],
Kojto 122:f9eeca106725 1327 "macros_add": ["TARGET_NRF51822_MKIT"],
Kojto 122:f9eeca106725 1328 "device_has": ["ANALOGIN", "ERROR_PATTERN", "I2C", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "SERIAL", "SLEEP", "SPI", "SPISLAVE"],
Kojto 123:b0220dba8be7 1329 "release_versions": ["2"]
Kojto 122:f9eeca106725 1330 },
Kojto 122:f9eeca106725 1331 "NRF51822_BOOT": {
Kojto 122:f9eeca106725 1332 "inherits": ["MCU_NRF51_16K_BOOT"],
Kojto 122:f9eeca106725 1333 "extra_labels_add": ["NRF51822", "NRF51822_MKIT"],
Kojto 122:f9eeca106725 1334 "macros_add": ["TARGET_NRF51822_MKIT"],
Kojto 122:f9eeca106725 1335 "device_has": ["ANALOGIN", "ERROR_PATTERN", "I2C", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "SERIAL", "SLEEP", "SPI", "SPISLAVE"]
Kojto 122:f9eeca106725 1336 },
Kojto 122:f9eeca106725 1337 "NRF51822_OTA": {
Kojto 122:f9eeca106725 1338 "inherits": ["MCU_NRF51_16K_OTA"],
Kojto 122:f9eeca106725 1339 "extra_labels_add": ["NRF51822", "NRF51822_MKIT"],
Kojto 122:f9eeca106725 1340 "macros_add": ["TARGET_NRF51822_MKIT"],
Kojto 122:f9eeca106725 1341 "device_has": ["ANALOGIN", "ERROR_PATTERN", "I2C", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "SERIAL", "SLEEP", "SPI", "SPISLAVE"]
Kojto 122:f9eeca106725 1342 },
Kojto 122:f9eeca106725 1343 "ARCH_BLE": {
Kojto 122:f9eeca106725 1344 "supported_form_factors": ["ARDUINO"],
Kojto 122:f9eeca106725 1345 "inherits": ["MCU_NRF51_16K"],
Kojto 122:f9eeca106725 1346 "progen": {"target": "arch-ble"},
Kojto 122:f9eeca106725 1347 "device_has": ["ANALOGIN", "ERROR_PATTERN", "I2C", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "SERIAL", "SLEEP", "SPI", "SPISLAVE"],
Kojto 123:b0220dba8be7 1348 "release_versions": ["2"]
Kojto 122:f9eeca106725 1349 },
Kojto 122:f9eeca106725 1350 "ARCH_BLE_BOOT": {
Kojto 122:f9eeca106725 1351 "supported_form_factors": ["ARDUINO"],
Kojto 122:f9eeca106725 1352 "inherits": ["MCU_NRF51_16K_BOOT"],
Kojto 122:f9eeca106725 1353 "extra_labels_add": ["ARCH_BLE"],
Kojto 122:f9eeca106725 1354 "macros_add": ["TARGET_ARCH_BLE"]
Kojto 122:f9eeca106725 1355 },
Kojto 122:f9eeca106725 1356 "ARCH_BLE_OTA": {
Kojto 122:f9eeca106725 1357 "supported_form_factors": ["ARDUINO"],
Kojto 122:f9eeca106725 1358 "inherits": ["MCU_NRF51_16K_OTA"],
Kojto 122:f9eeca106725 1359 "extra_labels_add": ["ARCH_BLE"],
Kojto 122:f9eeca106725 1360 "macros_add": ["TARGET_ARCH_BLE"]
Kojto 122:f9eeca106725 1361 },
Kojto 122:f9eeca106725 1362 "ARCH_LINK": {
Kojto 122:f9eeca106725 1363 "supported_form_factors": ["ARDUINO"],
Kojto 122:f9eeca106725 1364 "inherits": ["MCU_NRF51_16K"],
Kojto 122:f9eeca106725 1365 "extra_labels_add": ["ARCH_BLE"],
Kojto 122:f9eeca106725 1366 "macros_add": ["TARGET_ARCH_BLE"]
Kojto 122:f9eeca106725 1367 },
Kojto 122:f9eeca106725 1368 "ARCH_LINK_BOOT": {
Kojto 122:f9eeca106725 1369 "supported_form_factors": ["ARDUINO"],
Kojto 122:f9eeca106725 1370 "inherits": ["MCU_NRF51_16K_BOOT"],
Kojto 122:f9eeca106725 1371 "extra_labels_add": ["ARCH_BLE", "ARCH_LINK"],
Kojto 122:f9eeca106725 1372 "macros_add": ["TARGET_ARCH_BLE", "TARGET_ARCH_LINK"]
Kojto 122:f9eeca106725 1373 },
Kojto 122:f9eeca106725 1374 "ARCH_LINK_OTA": {
Kojto 122:f9eeca106725 1375 "supported_form_factors": ["ARDUINO"],
Kojto 122:f9eeca106725 1376 "inherits": ["MCU_NRF51_16K_OTA"],
Kojto 122:f9eeca106725 1377 "extra_labels_add": ["ARCH_BLE", "ARCH_LINK"],
Kojto 122:f9eeca106725 1378 "macros_add": ["TARGET_ARCH_BLE", "TARGET_ARCH_LINK"]
Kojto 122:f9eeca106725 1379 },
Kojto 122:f9eeca106725 1380 "SEEED_TINY_BLE": {
Kojto 122:f9eeca106725 1381 "inherits": ["MCU_NRF51_16K"],
Kojto 122:f9eeca106725 1382 "progen": {"target": "seed-tinyble"},
Kojto 122:f9eeca106725 1383 "device_has": ["ANALOGIN", "ERROR_PATTERN", "I2C", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "SERIAL", "SLEEP", "SPI", "SPISLAVE"],
Kojto 123:b0220dba8be7 1384 "release_versions": ["2"]
Kojto 122:f9eeca106725 1385 },
Kojto 122:f9eeca106725 1386 "SEEED_TINY_BLE_BOOT": {
Kojto 122:f9eeca106725 1387 "inherits": ["MCU_NRF51_16K_BOOT"],
Kojto 122:f9eeca106725 1388 "extra_labels_add": ["SEEED_TINY_BLE"],
Kojto 122:f9eeca106725 1389 "macros_add": ["TARGET_SEEED_TINY_BLE"]
Kojto 122:f9eeca106725 1390 },
Kojto 122:f9eeca106725 1391 "SEEED_TINY_BLE_OTA": {
Kojto 122:f9eeca106725 1392 "inherits": ["MCU_NRF51_16K_OTA"],
Kojto 122:f9eeca106725 1393 "extra_labels_add": ["SEEED_TINY_BLE"],
Kojto 122:f9eeca106725 1394 "macros_add": ["TARGET_SEEED_TINY_BLE"]
Kojto 122:f9eeca106725 1395 },
Kojto 122:f9eeca106725 1396 "HRM1017": {
Kojto 122:f9eeca106725 1397 "inherits": ["MCU_NRF51_16K"],
Kojto 122:f9eeca106725 1398 "progen": {"target": "hrm1017"},
Kojto 122:f9eeca106725 1399 "macros_add": ["TARGET_NRF_LFCLK_RC"],
Kojto 122:f9eeca106725 1400 "device_has": ["ANALOGIN", "ERROR_PATTERN", "I2C", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "SERIAL", "SLEEP", "SPI", "SPISLAVE"],
Kojto 123:b0220dba8be7 1401 "release_versions": ["2"]
Kojto 122:f9eeca106725 1402 },
Kojto 122:f9eeca106725 1403 "HRM1017_BOOT": {
Kojto 122:f9eeca106725 1404 "inherits": ["MCU_NRF51_16K_BOOT"],
Kojto 122:f9eeca106725 1405 "extra_labels_add": ["HRM1017"],
Kojto 122:f9eeca106725 1406 "macros_add": ["TARGET_HRM1017", "TARGET_NRF_LFCLK_RC"]
Kojto 122:f9eeca106725 1407 },
Kojto 122:f9eeca106725 1408 "HRM1017_OTA": {
Kojto 122:f9eeca106725 1409 "inherits": ["MCU_NRF51_16K_OTA"],
Kojto 122:f9eeca106725 1410 "extra_labels_add": ["HRM1017"],
Kojto 122:f9eeca106725 1411 "macros_add": ["TARGET_HRM1017", "TARGET_NRF_LFCLK_RC"]
Kojto 122:f9eeca106725 1412 },
Kojto 122:f9eeca106725 1413 "RBLAB_NRF51822": {
Kojto 122:f9eeca106725 1414 "supported_form_factors": ["ARDUINO"],
Kojto 122:f9eeca106725 1415 "inherits": ["MCU_NRF51_16K"],
Kojto 122:f9eeca106725 1416 "progen": {"target": "rblab-nrf51822"},
Kojto 122:f9eeca106725 1417 "device_has": ["ANALOGIN", "ERROR_PATTERN", "I2C", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "SERIAL", "SLEEP", "SPI", "SPISLAVE"],
Kojto 123:b0220dba8be7 1418 "release_versions": ["2"]
Kojto 122:f9eeca106725 1419 },
Kojto 122:f9eeca106725 1420 "RBLAB_NRF51822_BOOT": {
Kojto 122:f9eeca106725 1421 "supported_form_factors": ["ARDUINO"],
Kojto 122:f9eeca106725 1422 "inherits": ["MCU_NRF51_16K_BOOT"],
Kojto 122:f9eeca106725 1423 "extra_labels_add": ["RBLAB_NRF51822"],
Kojto 122:f9eeca106725 1424 "macros_add": ["TARGET_RBLAB_NRF51822"]
Kojto 122:f9eeca106725 1425 },
Kojto 122:f9eeca106725 1426 "RBLAB_NRF51822_OTA": {
Kojto 122:f9eeca106725 1427 "supported_form_factors": ["ARDUINO"],
Kojto 122:f9eeca106725 1428 "inherits": ["MCU_NRF51_16K_OTA"],
Kojto 122:f9eeca106725 1429 "extra_labels_add": ["RBLAB_NRF51822"],
Kojto 122:f9eeca106725 1430 "macros_add": ["TARGET_RBLAB_NRF51822"]
Kojto 122:f9eeca106725 1431 },
Kojto 122:f9eeca106725 1432 "RBLAB_BLENANO": {
Kojto 122:f9eeca106725 1433 "inherits": ["MCU_NRF51_16K"],
Kojto 122:f9eeca106725 1434 "device_has": ["ANALOGIN", "ERROR_PATTERN", "I2C", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "SERIAL", "SLEEP", "SPI", "SPISLAVE"],
Kojto 123:b0220dba8be7 1435 "release_versions": ["2"]
Kojto 122:f9eeca106725 1436 },
Kojto 122:f9eeca106725 1437 "RBLAB_BLENANO_BOOT": {
Kojto 122:f9eeca106725 1438 "inherits": ["MCU_NRF51_16K_BOOT"],
Kojto 122:f9eeca106725 1439 "extra_labels_add": ["RBLAB_BLENANO"],
Kojto 122:f9eeca106725 1440 "macros_add": ["TARGET_RBLAB_BLENANO"]
Kojto 122:f9eeca106725 1441 },
Kojto 122:f9eeca106725 1442 "RBLAB_BLENANO_OTA": {
Kojto 122:f9eeca106725 1443 "inherits": ["MCU_NRF51_16K_OTA"],
Kojto 122:f9eeca106725 1444 "extra_labels_add": ["RBLAB_BLENANO"],
Kojto 122:f9eeca106725 1445 "macros_add": ["TARGET_RBLAB_BLENANO"]
Kojto 122:f9eeca106725 1446 },
Kojto 122:f9eeca106725 1447 "NRF51822_Y5_MBUG": {
Kojto 122:f9eeca106725 1448 "inherits": ["MCU_NRF51_16K"],
Kojto 122:f9eeca106725 1449 "device_has": ["ANALOGIN", "ERROR_PATTERN", "I2C", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "SERIAL", "SLEEP", "SPI", "SPISLAVE"]
Kojto 122:f9eeca106725 1450 },
Kojto 122:f9eeca106725 1451 "WALLBOT_BLE": {
Kojto 122:f9eeca106725 1452 "inherits": ["MCU_NRF51_16K"],
Kojto 122:f9eeca106725 1453 "device_has": ["ANALOGIN", "ERROR_PATTERN", "I2C", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "SERIAL", "SLEEP", "SPI", "SPISLAVE"],
Kojto 123:b0220dba8be7 1454 "release_versions": ["2"]
Kojto 122:f9eeca106725 1455 },
Kojto 122:f9eeca106725 1456 "WALLBOT_BLE_BOOT": {
Kojto 122:f9eeca106725 1457 "inherits": ["MCU_NRF51_16K_BOOT"],
Kojto 122:f9eeca106725 1458 "extra_labels_add": ["WALLBOT_BLE"],
Kojto 122:f9eeca106725 1459 "macros_add": ["TARGET_WALLBOT_BLE"]
Kojto 122:f9eeca106725 1460 },
Kojto 122:f9eeca106725 1461 "WALLBOT_BLE_OTA": {
Kojto 122:f9eeca106725 1462 "inherits": ["MCU_NRF51_16K_OTA"],
Kojto 122:f9eeca106725 1463 "extra_labels_add": ["WALLBOT_BLE"],
Kojto 122:f9eeca106725 1464 "macros_add": ["TARGET_WALLBOT_BLE"]
Kojto 122:f9eeca106725 1465 },
Kojto 122:f9eeca106725 1466 "DELTA_DFCM_NNN40": {
Kojto 122:f9eeca106725 1467 "inherits": ["MCU_NRF51_32K"],
Kojto 122:f9eeca106725 1468 "program_cycle_s": 10,
Kojto 122:f9eeca106725 1469 "progen": {"target": "dfcm-nnn40"},
Kojto 122:f9eeca106725 1470 "macros_add": ["TARGET_NRF_LFCLK_RC"],
Kojto 122:f9eeca106725 1471 "device_has": ["ANALOGIN", "DEBUG_AWARENESS", "ERROR_PATTERN", "I2C", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE"],
Kojto 123:b0220dba8be7 1472 "release_versions": ["2"]
Kojto 122:f9eeca106725 1473 },
Kojto 122:f9eeca106725 1474 "DELTA_DFCM_NNN40_BOOT": {
Kojto 122:f9eeca106725 1475 "inherits": ["MCU_NRF51_32K_BOOT"],
Kojto 122:f9eeca106725 1476 "program_cycle_s": 10,
Kojto 122:f9eeca106725 1477 "extra_labels_add": ["DELTA_DFCM_NNN40"],
Kojto 122:f9eeca106725 1478 "macros_add": ["TARGET_DELTA_DFCM_NNN40", "TARGET_NRF_LFCLK_RC"]
Kojto 122:f9eeca106725 1479 },
Kojto 122:f9eeca106725 1480 "DELTA_DFCM_NNN40_OTA": {
Kojto 122:f9eeca106725 1481 "inherits": ["MCU_NRF51_32K_OTA"],
Kojto 122:f9eeca106725 1482 "program_cycle_s": 10,
Kojto 122:f9eeca106725 1483 "extra_labels_add": ["DELTA_DFCM_NNN40"],
Kojto 122:f9eeca106725 1484 "macros_add": ["TARGET_DELTA_DFCM_NNN40", "TARGET_NRF_LFCLK_RC"]
Kojto 122:f9eeca106725 1485 },
Kojto 123:b0220dba8be7 1486 "NRF51_DK_LEGACY": {
Kojto 122:f9eeca106725 1487 "supported_form_factors": ["ARDUINO"],
Kojto 122:f9eeca106725 1488 "inherits": ["MCU_NRF51_32K"],
Kojto 122:f9eeca106725 1489 "progen": {"target": "nrf51-dk"},
Kojto 123:b0220dba8be7 1490 "device_has": ["ANALOGIN", "ERROR_PATTERN", "I2C", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "SERIAL", "SLEEP", "SPI", "SPISLAVE"]
Kojto 122:f9eeca106725 1491 },
Kojto 122:f9eeca106725 1492 "NRF51_DK_BOOT": {
Kojto 122:f9eeca106725 1493 "supported_form_factors": ["ARDUINO"],
Kojto 122:f9eeca106725 1494 "inherits": ["MCU_NRF51_32K_BOOT"],
Kojto 122:f9eeca106725 1495 "extra_labels_add": ["NRF51_DK"],
Kojto 122:f9eeca106725 1496 "macros_add": ["TARGET_NRF51_DK"]
Kojto 122:f9eeca106725 1497 },
Kojto 122:f9eeca106725 1498 "NRF51_DK_OTA": {
Kojto 122:f9eeca106725 1499 "supported_form_factors": ["ARDUINO"],
Kojto 122:f9eeca106725 1500 "inherits": ["MCU_NRF51_32K_OTA"],
Kojto 122:f9eeca106725 1501 "extra_labels_add": ["NRF51_DK"],
Kojto 122:f9eeca106725 1502 "macros_add": ["TARGET_NRF51_DK"]
Kojto 122:f9eeca106725 1503 },
Kojto 122:f9eeca106725 1504 "NRF51_DONGLE": {
Kojto 122:f9eeca106725 1505 "inherits": ["MCU_NRF51_32K"],
Kojto 122:f9eeca106725 1506 "progen": {"target": "nrf51-dongle"},
Kojto 122:f9eeca106725 1507 "device_has": ["ANALOGIN", "ERROR_PATTERN", "I2C", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "SERIAL", "SLEEP", "SPI", "SPISLAVE"],
Kojto 123:b0220dba8be7 1508 "release_versions": ["2"]
Kojto 122:f9eeca106725 1509 },
Kojto 122:f9eeca106725 1510 "NRF51_DONGLE_BOOT": {
Kojto 122:f9eeca106725 1511 "inherits": ["MCU_NRF51_32K_BOOT"],
Kojto 122:f9eeca106725 1512 "extra_labels_add": ["NRF51_DONGLE"],
Kojto 122:f9eeca106725 1513 "macros_add": ["TARGET_NRF51_DONGLE"]
Kojto 122:f9eeca106725 1514 },
Kojto 122:f9eeca106725 1515 "NRF51_DONGLE_OTA": {
Kojto 122:f9eeca106725 1516 "inherits": ["MCU_NRF51_32K_OTA"],
Kojto 122:f9eeca106725 1517 "extra_labels_add": ["NRF51_DONGLE"],
Kojto 122:f9eeca106725 1518 "macros_add": ["TARGET_NRF51_DONGLE"]
Kojto 122:f9eeca106725 1519 },
Kojto 122:f9eeca106725 1520 "NRF51_MICROBIT": {
Kojto 122:f9eeca106725 1521 "inherits": ["MCU_NRF51_16K_S110"],
Kojto 122:f9eeca106725 1522 "macros_add": ["TARGET_NRF_LFCLK_RC"],
Kojto 122:f9eeca106725 1523 "device_has": ["ANALOGIN", "ERROR_PATTERN", "I2C", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "SERIAL", "SLEEP", "SPI", "SPISLAVE"],
Kojto 123:b0220dba8be7 1524 "release_versions": ["2"]
Kojto 122:f9eeca106725 1525 },
Kojto 122:f9eeca106725 1526 "NRF51_MICROBIT_BOOT": {
Kojto 122:f9eeca106725 1527 "inherits": ["MCU_NRF51_16K_BOOT_S110"],
Kojto 122:f9eeca106725 1528 "extra_labels_add": ["NRF51_MICROBIT"],
Kojto 122:f9eeca106725 1529 "macros_add": ["TARGET_NRF51_MICROBIT", "TARGET_NRF_LFCLK_RC"]
Kojto 122:f9eeca106725 1530 },
Kojto 122:f9eeca106725 1531 "NRF51_MICROBIT_OTA": {
Kojto 122:f9eeca106725 1532 "inherits": ["MCU_NRF51_16K_OTA_S110"],
Kojto 122:f9eeca106725 1533 "extra_labels_add": ["NRF51_MICROBIT"],
Kojto 122:f9eeca106725 1534 "macros_add": ["TARGET_NRF51_MICROBIT", "TARGET_NRF_LFCLK_RC"]
Kojto 122:f9eeca106725 1535 },
Kojto 122:f9eeca106725 1536 "NRF51_MICROBIT_B": {
Kojto 122:f9eeca106725 1537 "inherits": ["MCU_NRF51_16K"],
Kojto 122:f9eeca106725 1538 "extra_labels_add": ["NRF51_MICROBIT"],
Kojto 122:f9eeca106725 1539 "macros_add": ["TARGET_NRF51_MICROBIT", "TARGET_NRF_LFCLK_RC"],
Kojto 122:f9eeca106725 1540 "device_has": ["ANALOGIN", "ERROR_PATTERN", "I2C", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "SERIAL", "SLEEP", "SPI", "SPISLAVE"],
Kojto 123:b0220dba8be7 1541 "release_versions": ["2"]
Kojto 122:f9eeca106725 1542 },
Kojto 122:f9eeca106725 1543 "NRF51_MICROBIT_B_BOOT": {
Kojto 122:f9eeca106725 1544 "inherits": ["MCU_NRF51_16K_BOOT"],
Kojto 122:f9eeca106725 1545 "extra_labels_add": ["NRF51_MICROBIT"],
Kojto 122:f9eeca106725 1546 "macros_add": ["TARGET_NRF51_MICROBIT", "TARGET_NRF_LFCLK_RC"]
Kojto 122:f9eeca106725 1547 },
Kojto 122:f9eeca106725 1548 "NRF51_MICROBIT_B_OTA": {
Kojto 122:f9eeca106725 1549 "inherits": ["MCU_NRF51_16K_OTA"],
Kojto 122:f9eeca106725 1550 "extra_labels_add": ["NRF51_MICROBIT"],
Kojto 122:f9eeca106725 1551 "macros_add": ["TARGET_NRF51_MICROBIT", "TARGET_NRF_LFCLK_RC"]
Kojto 122:f9eeca106725 1552 },
Kojto 124:2241e3a39974 1553
Kojto 122:f9eeca106725 1554 "TY51822R3": {
Kojto 124:2241e3a39974 1555 "inherits": ["MCU_NRF51_32K_UNIFIED"],
Kojto 122:f9eeca106725 1556 "macros_add": ["TARGET_NRF_32MHZ_XTAL"],
Kojto 124:2241e3a39974 1557 "progen": {"target": "ty51822r3"},
Kojto 124:2241e3a39974 1558 "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 1559 "detect_code": ["1019"],
AnnaBridge 125:2e9cc70d1897 1560 "release_versions": ["2", "5"],
AnnaBridge 125:2e9cc70d1897 1561 "overrides": { "uart_hwfc": 0 }
Kojto 122:f9eeca106725 1562 },
Kojto 122:f9eeca106725 1563 "TY51822R3_BOOT": {
Kojto 122:f9eeca106725 1564 "inherits": ["MCU_NRF51_32K_BOOT"],
Kojto 122:f9eeca106725 1565 "extra_labels_add": ["TY51822R3"],
Kojto 122:f9eeca106725 1566 "macros_add": ["TARGET_TY51822R3", "TARGET_NRF_32MHZ_XTAL"]
Kojto 122:f9eeca106725 1567 },
Kojto 122:f9eeca106725 1568 "TY51822R3_OTA": {
Kojto 122:f9eeca106725 1569 "inherits": ["MCU_NRF51_32K_OTA"],
Kojto 122:f9eeca106725 1570 "extra_labels_add": ["NRF51_DK"],
Kojto 122:f9eeca106725 1571 "macros_add": ["TARGET_TY51822R3", "TARGET_NRF_32MHZ_XTAL"]
Kojto 122:f9eeca106725 1572 },
Kojto 122:f9eeca106725 1573 "ARM_MPS2_Target": {
Kojto 122:f9eeca106725 1574 "inherits": ["Target"],
Kojto 122:f9eeca106725 1575 "public": false,
Kojto 122:f9eeca106725 1576 "device_has": ["AACI", "ANALOGIN", "CLCD", "ETHERNET", "I2C", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "SERIAL", "SERIAL_FC", "SPI", "SPISLAVE", "TSC"]
Kojto 122:f9eeca106725 1577 },
Kojto 122:f9eeca106725 1578 "ARM_MPS2_M0": {
Kojto 122:f9eeca106725 1579 "inherits": ["ARM_MPS2_Target"],
Kojto 122:f9eeca106725 1580 "core": "Cortex-M0",
Kojto 122:f9eeca106725 1581 "supported_toolchains": ["ARM"],
Kojto 122:f9eeca106725 1582 "extra_labels": ["ARM_SSG", "MPS2", "MPS2_M0"],
Kojto 122:f9eeca106725 1583 "macros": ["CMSDK_CM0"],
Kojto 122:f9eeca106725 1584 "device_has": ["AACI", "ANALOGIN", "CLCD", "ETHERNET", "I2C", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "SERIAL", "SERIAL_FC", "SPI", "SPISLAVE", "TSC"],
Kojto 123:b0220dba8be7 1585 "release_versions": ["2"]
Kojto 122:f9eeca106725 1586 },
Kojto 122:f9eeca106725 1587 "ARM_MPS2_M0P": {
Kojto 122:f9eeca106725 1588 "inherits": ["ARM_MPS2_Target"],
Kojto 122:f9eeca106725 1589 "core": "Cortex-M0+",
Kojto 122:f9eeca106725 1590 "supported_toolchains": ["ARM"],
Kojto 122:f9eeca106725 1591 "extra_labels": ["ARM_SSG", "MPS2", "MPS2_M0P"],
Kojto 122:f9eeca106725 1592 "macros": ["CMSDK_CM0plus"],
Kojto 122:f9eeca106725 1593 "device_has": ["AACI", "ANALOGIN", "CLCD", "ETHERNET", "I2C", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "SERIAL", "SERIAL_FC", "SPI", "SPISLAVE", "TSC"],
Kojto 123:b0220dba8be7 1594 "release_versions": ["2"]
Kojto 122:f9eeca106725 1595 },
Kojto 122:f9eeca106725 1596 "ARM_MPS2_M1": {
Kojto 122:f9eeca106725 1597 "inherits": ["ARM_MPS2_Target"],
Kojto 122:f9eeca106725 1598 "core": "Cortex-M1",
Kojto 122:f9eeca106725 1599 "supported_toolchains": ["ARM"],
Kojto 122:f9eeca106725 1600 "extra_labels": ["ARM_SSG", "MPS2", "MPS2_M1"],
Kojto 122:f9eeca106725 1601 "macros": ["CMSDK_CM1"],
Kojto 122:f9eeca106725 1602 "device_has": ["AACI", "ANALOGIN", "CLCD", "ETHERNET", "I2C", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "SERIAL", "SERIAL_FC", "SPI", "SPISLAVE", "TSC"]
Kojto 122:f9eeca106725 1603 },
Kojto 122:f9eeca106725 1604 "ARM_MPS2_M3": {
Kojto 122:f9eeca106725 1605 "inherits": ["ARM_MPS2_Target"],
Kojto 122:f9eeca106725 1606 "core": "Cortex-M3",
Kojto 122:f9eeca106725 1607 "supported_toolchains": ["ARM"],
Kojto 122:f9eeca106725 1608 "extra_labels": ["ARM_SSG", "MPS2", "MPS2_M3"],
Kojto 122:f9eeca106725 1609 "macros": ["CMSDK_CM3"],
Kojto 122:f9eeca106725 1610 "device_has": ["AACI", "ANALOGIN", "CLCD", "ETHERNET", "I2C", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "SERIAL", "SERIAL_FC", "SPI", "SPISLAVE", "TSC"],
Kojto 123:b0220dba8be7 1611 "release_versions": ["2"]
Kojto 122:f9eeca106725 1612 },
Kojto 122:f9eeca106725 1613 "ARM_MPS2_M4": {
Kojto 122:f9eeca106725 1614 "inherits": ["ARM_MPS2_Target"],
Kojto 122:f9eeca106725 1615 "core": "Cortex-M4F",
Kojto 122:f9eeca106725 1616 "supported_toolchains": ["ARM"],
Kojto 122:f9eeca106725 1617 "extra_labels": ["ARM_SSG", "MPS2", "MPS2_M4"],
Kojto 122:f9eeca106725 1618 "macros": ["CMSDK_CM4"],
Kojto 122:f9eeca106725 1619 "device_has": ["AACI", "ANALOGIN", "CLCD", "ETHERNET", "I2C", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "SERIAL", "SERIAL_FC", "SPI", "SPISLAVE", "TSC"],
Kojto 123:b0220dba8be7 1620 "release_versions": ["2"]
Kojto 122:f9eeca106725 1621 },
Kojto 122:f9eeca106725 1622 "ARM_MPS2_M7": {
Kojto 122:f9eeca106725 1623 "inherits": ["ARM_MPS2_Target"],
Kojto 122:f9eeca106725 1624 "core": "Cortex-M7",
Kojto 122:f9eeca106725 1625 "supported_toolchains": ["ARM"],
Kojto 122:f9eeca106725 1626 "extra_labels": ["ARM_SSG", "MPS2", "MPS2_M7"],
Kojto 122:f9eeca106725 1627 "macros": ["CMSDK_CM7"],
Kojto 122:f9eeca106725 1628 "device_has": ["AACI", "ANALOGIN", "CLCD", "ETHERNET", "I2C", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "SERIAL", "SERIAL_FC", "SPI", "SPISLAVE", "TSC"],
Kojto 123:b0220dba8be7 1629 "release_versions": ["2"]
Kojto 122:f9eeca106725 1630 },
Kojto 122:f9eeca106725 1631 "ARM_IOTSS_Target": {
Kojto 122:f9eeca106725 1632 "inherits": ["Target"],
Kojto 122:f9eeca106725 1633 "public": false,
Kojto 122:f9eeca106725 1634 "device_has": ["AACI", "ANALOGIN", "CLCD", "ETHERNET", "I2C", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "SERIAL", "SERIAL_FC", "SPI", "SPISLAVE", "TSC"]
Kojto 122:f9eeca106725 1635 },
Kojto 122:f9eeca106725 1636 "ARM_IOTSS_BEID": {
Kojto 122:f9eeca106725 1637 "inherits": ["ARM_IOTSS_Target"],
Kojto 122:f9eeca106725 1638 "core": "Cortex-M3",
Kojto 122:f9eeca106725 1639 "supported_toolchains": ["ARM"],
Kojto 122:f9eeca106725 1640 "extra_labels": ["ARM_SSG", "IOTSS", "IOTSS_BEID"],
Kojto 122:f9eeca106725 1641 "macros": ["CMSDK_BEID"],
Kojto 122:f9eeca106725 1642 "device_has": ["AACI", "ANALOGIN", "CLCD", "ETHERNET", "I2C", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "SERIAL", "SERIAL_FC", "SPI", "SPISLAVE", "TSC"],
Kojto 123:b0220dba8be7 1643 "release_versions": ["2"]
Kojto 122:f9eeca106725 1644 },
Kojto 122:f9eeca106725 1645 "ARM_BEETLE_SOC": {
Kojto 122:f9eeca106725 1646 "inherits": ["ARM_IOTSS_Target"],
Kojto 122:f9eeca106725 1647 "core": "Cortex-M3",
Kojto 124:2241e3a39974 1648 "supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
Kojto 122:f9eeca106725 1649 "default_toolchain": "ARM",
Kojto 122:f9eeca106725 1650 "extra_labels": ["ARM_SSG", "BEETLE"],
Kojto 122:f9eeca106725 1651 "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 1652 "progen": {
Kojto 122:f9eeca106725 1653 "target": "beetle",
Kojto 122:f9eeca106725 1654 "uvision5": {
Kojto 122:f9eeca106725 1655 "template": ["uvision5_arm_beetle_soc.uvproj.tmpl"]
Kojto 122:f9eeca106725 1656 }
Kojto 122:f9eeca106725 1657 },
AnnaBridge 125:2e9cc70d1897 1658 "device_has": ["ANALOGIN", "CLCD", "I2C", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "SERIAL", "SLEEP", "SPI"],
Kojto 124:2241e3a39974 1659 "features": ["BLE"],
Kojto 124:2241e3a39974 1660 "release_versions": ["2", "5"]
Kojto 122:f9eeca106725 1661 },
Kojto 122:f9eeca106725 1662 "RZ_A1H": {
Kojto 122:f9eeca106725 1663 "supported_form_factors": ["ARDUINO"],
Kojto 122:f9eeca106725 1664 "core": "Cortex-A9",
Kojto 122:f9eeca106725 1665 "program_cycle_s": 2,
Kojto 122:f9eeca106725 1666 "extra_labels": ["RENESAS", "MBRZA1H"],
Kojto 122:f9eeca106725 1667 "supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
Kojto 122:f9eeca106725 1668 "inherits": ["Target"],
Kojto 122:f9eeca106725 1669 "progen": {
Kojto 122:f9eeca106725 1670 "target": "gr-peach",
Kojto 122:f9eeca106725 1671 "iar": {
Kojto 122:f9eeca106725 1672 "template": ["iar_rz_a1h.ewp.tmpl"]
Kojto 122:f9eeca106725 1673 }
Kojto 122:f9eeca106725 1674 },
Kojto 122:f9eeca106725 1675 "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 1676 "features": ["IPV4"],
Kojto 123:b0220dba8be7 1677 "release_versions": ["2", "5"]
Kojto 122:f9eeca106725 1678 },
Kojto 122:f9eeca106725 1679 "VK_RZ_A1H": {
Kojto 122:f9eeca106725 1680 "inherits": ["Target"],
Kojto 122:f9eeca106725 1681 "core": "Cortex-A9",
Kojto 122:f9eeca106725 1682 "extra_labels": ["RENESAS", "VKRZA1H"],
Kojto 122:f9eeca106725 1683 "supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
Kojto 122:f9eeca106725 1684 "default_toolchain": "ARM",
Kojto 122:f9eeca106725 1685 "progen": {
Kojto 122:f9eeca106725 1686 "target": "vk-rza1h",
Kojto 122:f9eeca106725 1687 "iar": {
Kojto 122:f9eeca106725 1688 "template": ["iar_rz_a1h.ewp.tmpl"]
Kojto 122:f9eeca106725 1689 }
Kojto 122:f9eeca106725 1690 },
Kojto 122:f9eeca106725 1691 "program_cycle_s": 2,
Kojto 122:f9eeca106725 1692 "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 1693 "features": ["IPV4"],
Kojto 123:b0220dba8be7 1694 "default_build": "standard",
Kojto 123:b0220dba8be7 1695 "release_versions": ["2", "5"]
Kojto 122:f9eeca106725 1696 },
Kojto 122:f9eeca106725 1697 "MAXWSNENV": {
Kojto 122:f9eeca106725 1698 "inherits": ["Target"],
Kojto 122:f9eeca106725 1699 "core": "Cortex-M3",
Kojto 122:f9eeca106725 1700 "macros": ["__SYSTEM_HFX=24000000"],
Kojto 122:f9eeca106725 1701 "extra_labels": ["Maxim", "MAX32610"],
Kojto 122:f9eeca106725 1702 "supported_toolchains": ["GCC_ARM", "IAR", "ARM"],
Kojto 122:f9eeca106725 1703 "progen": {"target": "maxwsnenv"},
Kojto 122:f9eeca106725 1704 "device_has": ["ANALOGIN", "ANALOGOUT", "ERROR_PATTERN", "I2C", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_FC", "SLEEP", "SPI", "STDIO_MESSAGES"],
Kojto 123:b0220dba8be7 1705 "release_versions": ["2", "5"]
Kojto 122:f9eeca106725 1706 },
Kojto 122:f9eeca106725 1707 "MAX32600MBED": {
Kojto 122:f9eeca106725 1708 "inherits": ["Target"],
Kojto 122:f9eeca106725 1709 "core": "Cortex-M3",
Kojto 122:f9eeca106725 1710 "macros": ["__SYSTEM_HFX=24000000"],
Kojto 122:f9eeca106725 1711 "extra_labels": ["Maxim", "MAX32600"],
Kojto 122:f9eeca106725 1712 "supported_toolchains": ["GCC_ARM", "IAR", "ARM"],
Kojto 122:f9eeca106725 1713 "progen": {"target": "max32600mbed"},
Kojto 122:f9eeca106725 1714 "device_has": ["ANALOGIN", "ANALOGOUT", "ERROR_PATTERN", "I2C", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_FC", "SLEEP", "SPI", "STDIO_MESSAGES"],
Kojto 123:b0220dba8be7 1715 "release_versions": ["2", "5"]
Kojto 122:f9eeca106725 1716 },
AnnaBridge 125:2e9cc70d1897 1717 "MAX32620HSP": {
AnnaBridge 125:2e9cc70d1897 1718 "inherits": ["Target"],
AnnaBridge 125:2e9cc70d1897 1719 "core": "Cortex-M4F",
AnnaBridge 125:2e9cc70d1897 1720 "extra_labels": ["Maxim", "MAX32620"],
AnnaBridge 125:2e9cc70d1897 1721 "supported_toolchains": ["GCC_ARM", "IAR", "ARM"],
AnnaBridge 125:2e9cc70d1897 1722 "progen": {"target": "max32620hsp"},
AnnaBridge 125:2e9cc70d1897 1723 "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 1724 "release_versions": ["2", "5"]
AnnaBridge 125:2e9cc70d1897 1725 },
Kojto 122:f9eeca106725 1726 "EFM32GG_STK3700": {
Kojto 122:f9eeca106725 1727 "inherits": ["Target"],
Kojto 122:f9eeca106725 1728 "core": "Cortex-M3",
Kojto 122:f9eeca106725 1729 "macros": ["EFM32GG990F1024"],
Kojto 122:f9eeca106725 1730 "extra_labels": ["Silicon_Labs", "EFM32"],
Kojto 122:f9eeca106725 1731 "supported_toolchains": ["GCC_ARM", "ARM", "uARM"],
Kojto 122:f9eeca106725 1732 "progen": {"target": "efm32gg-stk"},
Kojto 122:f9eeca106725 1733 "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 1734 "forced_reset_timeout": 2,
Kojto 123:b0220dba8be7 1735 "release_versions": ["2"]
Kojto 122:f9eeca106725 1736 },
Kojto 122:f9eeca106725 1737 "EFM32LG_STK3600": {
Kojto 122:f9eeca106725 1738 "inherits": ["Target"],
Kojto 122:f9eeca106725 1739 "core": "Cortex-M3",
Kojto 122:f9eeca106725 1740 "macros": ["EFM32LG990F256"],
Kojto 122:f9eeca106725 1741 "extra_labels": ["Silicon_Labs", "EFM32"],
Kojto 122:f9eeca106725 1742 "supported_toolchains": ["GCC_ARM", "ARM", "uARM"],
Kojto 122:f9eeca106725 1743 "progen": {"target": "efm32lg-stk"},
Kojto 122:f9eeca106725 1744 "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 1745 "forced_reset_timeout": 2,
Kojto 123:b0220dba8be7 1746 "release_versions": ["2"]
Kojto 122:f9eeca106725 1747 },
Kojto 122:f9eeca106725 1748 "EFM32WG_STK3800": {
Kojto 122:f9eeca106725 1749 "inherits": ["Target"],
Kojto 122:f9eeca106725 1750 "core": "Cortex-M4F",
Kojto 122:f9eeca106725 1751 "macros": ["EFM32WG990F256"],
Kojto 122:f9eeca106725 1752 "extra_labels": ["Silicon_Labs", "EFM32"],
Kojto 122:f9eeca106725 1753 "supported_toolchains": ["GCC_ARM", "ARM", "uARM"],
Kojto 122:f9eeca106725 1754 "progen": {"target": "efm32wg-stk"},
Kojto 122:f9eeca106725 1755 "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 1756 "forced_reset_timeout": 2,
Kojto 123:b0220dba8be7 1757 "release_versions": ["2"]
Kojto 122:f9eeca106725 1758 },
Kojto 122:f9eeca106725 1759 "EFM32ZG_STK3200": {
Kojto 122:f9eeca106725 1760 "inherits": ["Target"],
Kojto 122:f9eeca106725 1761 "core": "Cortex-M0+",
Kojto 122:f9eeca106725 1762 "default_toolchain": "uARM",
Kojto 122:f9eeca106725 1763 "supported_toolchains": ["GCC_ARM", "uARM"],
Kojto 122:f9eeca106725 1764 "extra_labels": ["Silicon_Labs", "EFM32"],
Kojto 122:f9eeca106725 1765 "macros": ["EFM32ZG222F32"],
Kojto 122:f9eeca106725 1766 "progen": {
Kojto 122:f9eeca106725 1767 "target": "efm32zg-stk"
Kojto 122:f9eeca106725 1768 },
Kojto 122:f9eeca106725 1769 "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 1770 "default_build": "small",
Kojto 122:f9eeca106725 1771 "forced_reset_timeout": 2,
Kojto 123:b0220dba8be7 1772 "release_versions": ["2"]
Kojto 122:f9eeca106725 1773 },
Kojto 122:f9eeca106725 1774 "EFM32HG_STK3400": {
Kojto 122:f9eeca106725 1775 "inherits": ["Target"],
Kojto 122:f9eeca106725 1776 "core": "Cortex-M0+",
Kojto 122:f9eeca106725 1777 "default_toolchain": "uARM",
Kojto 122:f9eeca106725 1778 "supported_toolchains": ["GCC_ARM", "uARM"],
Kojto 122:f9eeca106725 1779 "extra_labels": ["Silicon_Labs", "EFM32"],
Kojto 122:f9eeca106725 1780 "macros": ["EFM32HG322F64"],
Kojto 122:f9eeca106725 1781 "progen": {
Kojto 122:f9eeca106725 1782 "target": "efm32hg-stk"
Kojto 122:f9eeca106725 1783 },
Kojto 122:f9eeca106725 1784 "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 1785 "default_build": "small",
Kojto 122:f9eeca106725 1786 "forced_reset_timeout": 2,
Kojto 123:b0220dba8be7 1787 "release_versions": ["2"]
Kojto 122:f9eeca106725 1788 },
Kojto 122:f9eeca106725 1789 "EFM32PG_STK3401": {
Kojto 122:f9eeca106725 1790 "inherits": ["Target"],
Kojto 122:f9eeca106725 1791 "core": "Cortex-M4F",
Kojto 122:f9eeca106725 1792 "macros": ["EFM32PG1B200F256GM48"],
Kojto 122:f9eeca106725 1793 "extra_labels": ["Silicon_Labs", "EFM32"],
Kojto 122:f9eeca106725 1794 "supported_toolchains": ["GCC_ARM", "ARM", "uARM", "IAR"],
Kojto 122:f9eeca106725 1795 "progen": {"target": "efm32pg-stk"},
Kojto 122:f9eeca106725 1796 "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 1797 "forced_reset_timeout": 2,
Kojto 123:b0220dba8be7 1798 "release_versions": ["2", "5"]
Kojto 122:f9eeca106725 1799 },
Kojto 122:f9eeca106725 1800 "WIZWIKI_W7500": {
Kojto 122:f9eeca106725 1801 "supported_form_factors": ["ARDUINO"],
Kojto 122:f9eeca106725 1802 "core": "Cortex-M0",
Kojto 122:f9eeca106725 1803 "extra_labels": ["WIZNET", "W7500x", "WIZwiki_W7500"],
Kojto 122:f9eeca106725 1804 "supported_toolchains": ["uARM", "ARM"],
Kojto 122:f9eeca106725 1805 "inherits": ["Target"],
Kojto 122:f9eeca106725 1806 "progen": {"target": "wizwiki-w7500"},
Kojto 122:f9eeca106725 1807 "device_has": ["ANALOGIN", "I2C", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
Kojto 123:b0220dba8be7 1808 "release_versions": ["2"]
Kojto 122:f9eeca106725 1809 },
Kojto 122:f9eeca106725 1810 "WIZWIKI_W7500P": {
Kojto 122:f9eeca106725 1811 "supported_form_factors": ["ARDUINO"],
Kojto 122:f9eeca106725 1812 "core": "Cortex-M0",
Kojto 122:f9eeca106725 1813 "extra_labels": ["WIZNET", "W7500x", "WIZwiki_W7500P"],
Kojto 122:f9eeca106725 1814 "supported_toolchains": ["uARM", "ARM"],
Kojto 122:f9eeca106725 1815 "inherits": ["Target"],
Kojto 122:f9eeca106725 1816 "progen": {"target": "wizwiki-w7500p"},
Kojto 122:f9eeca106725 1817 "device_has": ["ANALOGIN", "I2C", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
Kojto 123:b0220dba8be7 1818 "release_versions": ["2"]
Kojto 122:f9eeca106725 1819 },
Kojto 122:f9eeca106725 1820 "WIZWIKI_W7500ECO": {
Kojto 122:f9eeca106725 1821 "inherits": ["Target"],
Kojto 122:f9eeca106725 1822 "core": "Cortex-M0",
Kojto 122:f9eeca106725 1823 "progen": {"target": "wizwiki_w7500eco"},
Kojto 122:f9eeca106725 1824 "extra_labels": ["WIZNET", "W7500x", "WIZwiki_W7500ECO"],
Kojto 122:f9eeca106725 1825 "supported_toolchains": ["uARM", "ARM"],
Kojto 122:f9eeca106725 1826 "device_has": ["ANALOGIN", "I2C", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
Kojto 123:b0220dba8be7 1827 "release_versions": ["2"]
Kojto 122:f9eeca106725 1828 },
Kojto 122:f9eeca106725 1829 "SAMR21G18A": {
Kojto 122:f9eeca106725 1830 "inherits": ["Target"],
Kojto 122:f9eeca106725 1831 "core": "Cortex-M0+",
Kojto 122:f9eeca106725 1832 "macros": ["__SAMR21G18A__", "I2C_MASTER_CALLBACK_MODE=true", "EXTINT_CALLBACK_MODE=true", "USART_CALLBACK_MODE=true", "TC_ASYNC=true"],
Kojto 122:f9eeca106725 1833 "extra_labels": ["Atmel", "SAM_CortexM0P", "SAMR21"],
Kojto 122:f9eeca106725 1834 "supported_toolchains": ["GCC_ARM", "ARM", "uARM"],
Kojto 122:f9eeca106725 1835 "progen": {"target": "samr21g18a"},
Kojto 122:f9eeca106725 1836 "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 1837 "release_versions": ["2"]
Kojto 122:f9eeca106725 1838 },
Kojto 122:f9eeca106725 1839 "SAMD21J18A": {
Kojto 122:f9eeca106725 1840 "inherits": ["Target"],
Kojto 122:f9eeca106725 1841 "core": "Cortex-M0+",
Kojto 122:f9eeca106725 1842 "macros": ["__SAMD21J18A__", "I2C_MASTER_CALLBACK_MODE=true", "EXTINT_CALLBACK_MODE=true", "USART_CALLBACK_MODE=true", "TC_ASYNC=true"],
Kojto 122:f9eeca106725 1843 "extra_labels": ["Atmel", "SAM_CortexM0P", "SAMD21"],
Kojto 122:f9eeca106725 1844 "supported_toolchains": ["GCC_ARM", "ARM", "uARM"],
Kojto 122:f9eeca106725 1845 "progen": {"target": "samd21j18a"},
Kojto 122:f9eeca106725 1846 "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 1847 "release_versions": ["2"]
Kojto 122:f9eeca106725 1848 },
Kojto 122:f9eeca106725 1849 "SAMD21G18A": {
Kojto 122:f9eeca106725 1850 "inherits": ["Target"],
Kojto 122:f9eeca106725 1851 "core": "Cortex-M0+",
Kojto 122:f9eeca106725 1852 "macros": ["__SAMD21G18A__", "I2C_MASTER_CALLBACK_MODE=true", "EXTINT_CALLBACK_MODE=true", "USART_CALLBACK_MODE=true", "TC_ASYNC=true"],
Kojto 122:f9eeca106725 1853 "extra_labels": ["Atmel", "SAM_CortexM0P", "SAMD21"],
Kojto 122:f9eeca106725 1854 "supported_toolchains": ["GCC_ARM", "ARM", "uARM"],
Kojto 122:f9eeca106725 1855 "progen": {"target": "samd21g18a"},
Kojto 122:f9eeca106725 1856 "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 1857 "release_versions": ["2"]
Kojto 122:f9eeca106725 1858 },
Kojto 122:f9eeca106725 1859 "SAML21J18A": {
Kojto 122:f9eeca106725 1860 "inherits": ["Target"],
Kojto 122:f9eeca106725 1861 "core": "Cortex-M0+",
Kojto 122:f9eeca106725 1862 "macros": ["__SAML21J18A__", "I2C_MASTER_CALLBACK_MODE=true", "EXTINT_CALLBACK_MODE=true", "USART_CALLBACK_MODE=true", "TC_ASYNC=true"],
Kojto 122:f9eeca106725 1863 "extra_labels": ["Atmel", "SAM_CortexM0P", "SAML21"],
Kojto 122:f9eeca106725 1864 "supported_toolchains": ["GCC_ARM", "ARM", "uARM"],
Kojto 122:f9eeca106725 1865 "progen": {"target": "samr21j18a"},
Kojto 122:f9eeca106725 1866 "progen_target": "samr21j18a",
Kojto 122:f9eeca106725 1867 "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 1868 },
Kojto 122:f9eeca106725 1869 "SAMG55J19": {
Kojto 122:f9eeca106725 1870 "inherits": ["Target"],
Kojto 122:f9eeca106725 1871 "core": "Cortex-M4",
Kojto 122:f9eeca106725 1872 "extra_labels": ["Atmel", "SAM_CortexM4", "SAMG55"],
Kojto 122:f9eeca106725 1873 "macros": ["__SAMG55J19__", "BOARD=75", "I2C_MASTER_CALLBACK_MODE=true", "EXTINT_CALLBACK_MODE=true", "USART_CALLBACK_MODE=true", "TC_ASYNC=true"],
Kojto 122:f9eeca106725 1874 "supported_toolchains": ["GCC_ARM", "ARM", "uARM"],
Kojto 122:f9eeca106725 1875 "default_toolchain": "ARM",
Kojto 122:f9eeca106725 1876 "progen": {"target": "samg55j19"},
Kojto 122:f9eeca106725 1877 "progen_target": "samg55j19",
Kojto 122:f9eeca106725 1878 "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 1879 "default_build": "standard"
Kojto 122:f9eeca106725 1880 },
Kojto 123:b0220dba8be7 1881 "MCU_NRF51_UNIFIED": {
Kojto 123:b0220dba8be7 1882 "inherits": ["Target"],
Kojto 123:b0220dba8be7 1883 "core": "Cortex-M0",
Kojto 123:b0220dba8be7 1884 "OVERRIDE_BOOTLOADER_FILENAME": "nrf51822_bootloader.hex",
Kojto 123:b0220dba8be7 1885 "macros": [
Kojto 123:b0220dba8be7 1886 "NRF51",
Kojto 123:b0220dba8be7 1887 "TARGET_NRF51822",
Kojto 123:b0220dba8be7 1888 "BLE_STACK_SUPPORT_REQD",
Kojto 123:b0220dba8be7 1889 "SOFTDEVICE_PRESENT",
Kojto 123:b0220dba8be7 1890 "S130",
Kojto 123:b0220dba8be7 1891 "TARGET_MCU_NRF51822"
Kojto 123:b0220dba8be7 1892 ],
Kojto 123:b0220dba8be7 1893 "MERGE_BOOTLOADER": false,
Kojto 123:b0220dba8be7 1894 "extra_labels": ["NORDIC", "MCU_NRF51", "MCU_NRF51822_UNIFIED", "NRF5"],
Kojto 123:b0220dba8be7 1895 "OUTPUT_EXT": "hex",
Kojto 123:b0220dba8be7 1896 "is_disk_virtual": true,
Kojto 123:b0220dba8be7 1897 "supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
Kojto 123:b0220dba8be7 1898 "public": false,
Kojto 123:b0220dba8be7 1899 "MERGE_SOFT_DEVICE": true,
Kojto 123:b0220dba8be7 1900 "EXPECTED_SOFTDEVICES_WITH_OFFSETS": [
Kojto 123:b0220dba8be7 1901 {
Kojto 123:b0220dba8be7 1902 "boot": "",
Kojto 123:b0220dba8be7 1903 "name": "s130_nrf51_2.0.0_softdevice.hex",
Kojto 123:b0220dba8be7 1904 "offset": 110592
Kojto 123:b0220dba8be7 1905 }
Kojto 123:b0220dba8be7 1906 ],
Kojto 123:b0220dba8be7 1907 "detect_code": ["1070"],
Kojto 123:b0220dba8be7 1908 "post_binary_hook": {
Kojto 123:b0220dba8be7 1909 "function": "MCU_NRF51Code.binary_hook",
Kojto 123:b0220dba8be7 1910 "toolchains": ["ARM_STD", "GCC_ARM", "IAR"]
Kojto 123:b0220dba8be7 1911 },
Kojto 123:b0220dba8be7 1912 "program_cycle_s": 6,
Kojto 123:b0220dba8be7 1913 "features": ["BLE"],
Kojto 123:b0220dba8be7 1914 "config":{
Kojto 123:b0220dba8be7 1915 "lf_clock_src": {
Kojto 123:b0220dba8be7 1916 "value": "NRF_LF_SRC_XTAL",
Kojto 123:b0220dba8be7 1917 "macro_name": "MBED_CONF_NORDIC_NRF_LF_CLOCK_SRC"
AnnaBridge 125:2e9cc70d1897 1918 },
AnnaBridge 125:2e9cc70d1897 1919 "uart_hwfc": {
AnnaBridge 125:2e9cc70d1897 1920 "help": "Value: 1 for enable, 0 for disable",
AnnaBridge 125:2e9cc70d1897 1921 "value": 1,
AnnaBridge 125:2e9cc70d1897 1922 "macro_name": "MBED_CONF_NORDIC_UART_HWFC"
Kojto 123:b0220dba8be7 1923 }
Kojto 123:b0220dba8be7 1924 }
Kojto 123:b0220dba8be7 1925 },
Kojto 123:b0220dba8be7 1926 "MCU_NRF51_32K_UNIFIED": {
Kojto 123:b0220dba8be7 1927 "inherits": ["MCU_NRF51_UNIFIED"],
Kojto 123:b0220dba8be7 1928 "extra_labels_add": ["MCU_NORDIC_32K", "MCU_NRF51_32K"],
Kojto 123:b0220dba8be7 1929 "macros_add": ["TARGET_MCU_NORDIC_32K", "TARGET_MCU_NRF51_32K"],
Kojto 123:b0220dba8be7 1930 "public": false
Kojto 123:b0220dba8be7 1931 },
Kojto 123:b0220dba8be7 1932 "NRF51_DK": {
Kojto 123:b0220dba8be7 1933 "supported_form_factors": ["ARDUINO"],
Kojto 123:b0220dba8be7 1934 "inherits": ["MCU_NRF51_32K_UNIFIED"],
Kojto 123:b0220dba8be7 1935 "progen": {"target": "nrf51-dk"},
Kojto 123:b0220dba8be7 1936 "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 1937 "release_versions": ["2", "5"]
Kojto 123:b0220dba8be7 1938 },
Kojto 123:b0220dba8be7 1939 "MCU_NRF52": {
Kojto 123:b0220dba8be7 1940 "inherits": ["Target"],
Kojto 123:b0220dba8be7 1941 "core": "Cortex-M4F",
Kojto 123:b0220dba8be7 1942 "macros": ["NRF52", "TARGET_NRF52832", "BLE_STACK_SUPPORT_REQD", "SOFTDEVICE_PRESENT", "S132"],
Kojto 123:b0220dba8be7 1943 "extra_labels": ["NORDIC", "MCU_NRF52", "MCU_NRF52832", "NRF5"],
Kojto 123:b0220dba8be7 1944 "OUTPUT_EXT": "hex",
Kojto 123:b0220dba8be7 1945 "is_disk_virtual": true,
Kojto 123:b0220dba8be7 1946 "supported_toolchains": ["GCC_ARM", "ARM", "IAR"],
Kojto 123:b0220dba8be7 1947 "public": false,
Kojto 123:b0220dba8be7 1948 "detect_code": ["1101"],
Kojto 123:b0220dba8be7 1949 "program_cycle_s": 6,
Kojto 123:b0220dba8be7 1950 "MERGE_SOFT_DEVICE": true,
Kojto 123:b0220dba8be7 1951 "EXPECTED_SOFTDEVICES_WITH_OFFSETS": [
Kojto 123:b0220dba8be7 1952 {
Kojto 123:b0220dba8be7 1953 "boot": "",
Kojto 123:b0220dba8be7 1954 "name": "s132_nrf52_2.0.0_softdevice.hex",
Kojto 123:b0220dba8be7 1955 "offset": 114688
Kojto 123:b0220dba8be7 1956 }
Kojto 123:b0220dba8be7 1957 ],
Kojto 123:b0220dba8be7 1958 "post_binary_hook": {
Kojto 123:b0220dba8be7 1959 "function": "MCU_NRF51Code.binary_hook",
Kojto 123:b0220dba8be7 1960 "toolchains": ["ARM_STD", "GCC_ARM", "IAR"]
Kojto 123:b0220dba8be7 1961 },
Kojto 123:b0220dba8be7 1962 "MERGE_BOOTLOADER": false,
Kojto 123:b0220dba8be7 1963 "features": ["BLE"],
Kojto 123:b0220dba8be7 1964 "config":{
Kojto 123:b0220dba8be7 1965 "lf_clock_src": {
Kojto 123:b0220dba8be7 1966 "value": "NRF_LF_SRC_XTAL",
Kojto 123:b0220dba8be7 1967 "macro_name": "MBED_CONF_NORDIC_NRF_LF_CLOCK_SRC"
AnnaBridge 125:2e9cc70d1897 1968 },
AnnaBridge 125:2e9cc70d1897 1969 "uart_hwfc": {
AnnaBridge 125:2e9cc70d1897 1970 "help": "Value: 1 for enable, 0 for disable",
AnnaBridge 125:2e9cc70d1897 1971 "value": 1,
AnnaBridge 125:2e9cc70d1897 1972 "macro_name": "MBED_CONF_NORDIC_UART_HWFC"
Kojto 123:b0220dba8be7 1973 }
Kojto 123:b0220dba8be7 1974 }
Kojto 123:b0220dba8be7 1975 },
Kojto 123:b0220dba8be7 1976 "NRF52_DK": {
Kojto 123:b0220dba8be7 1977 "supported_form_factors": ["ARDUINO"],
Kojto 123:b0220dba8be7 1978 "inherits": ["MCU_NRF52"],
Kojto 123:b0220dba8be7 1979 "progen": {"target": "nrf52-dk"},
Kojto 123:b0220dba8be7 1980 "macros_add": [
Kojto 123:b0220dba8be7 1981 "BOARD_PCA10040",
Kojto 123:b0220dba8be7 1982 "NRF52_PAN_12",
Kojto 123:b0220dba8be7 1983 "NRF52_PAN_15",
Kojto 123:b0220dba8be7 1984 "NRF52_PAN_58",
Kojto 123:b0220dba8be7 1985 "NRF52_PAN_55",
Kojto 123:b0220dba8be7 1986 "NRF52_PAN_54",
Kojto 123:b0220dba8be7 1987 "NRF52_PAN_31",
Kojto 123:b0220dba8be7 1988 "NRF52_PAN_30",
Kojto 123:b0220dba8be7 1989 "NRF52_PAN_51",
Kojto 123:b0220dba8be7 1990 "NRF52_PAN_36",
Kojto 123:b0220dba8be7 1991 "NRF52_PAN_53",
Kojto 123:b0220dba8be7 1992 "S132",
Kojto 123:b0220dba8be7 1993 "CONFIG_GPIO_AS_PINRESET",
Kojto 123:b0220dba8be7 1994 "BLE_STACK_SUPPORT_REQD",
Kojto 123:b0220dba8be7 1995 "SWI_DISABLE0",
Kojto 123:b0220dba8be7 1996 "NRF52_PAN_20",
Kojto 123:b0220dba8be7 1997 "NRF52_PAN_64",
Kojto 123:b0220dba8be7 1998 "NRF52_PAN_62",
Kojto 123:b0220dba8be7 1999 "NRF52_PAN_63"
Kojto 123:b0220dba8be7 2000 ],
Kojto 123:b0220dba8be7 2001 "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 2002 "release_versions": ["2", "5"]
Kojto 123:b0220dba8be7 2003 },
Kojto 122:f9eeca106725 2004 "BLUEPILL_F103C8": {
Kojto 122:f9eeca106725 2005 "core": "Cortex-M3",
Kojto 122:f9eeca106725 2006 "default_toolchain": "GCC_ARM",
Kojto 122:f9eeca106725 2007 "extra_labels": ["STM", "STM32F1", "STM32F103C8"],
Kojto 122:f9eeca106725 2008 "supported_toolchains": ["GCC_ARM"],
Kojto 122:f9eeca106725 2009 "inherits": ["Target"],
Kojto 122:f9eeca106725 2010 "progen": {"target": "bluepill-f103c8"},
Kojto 122:f9eeca106725 2011 "device_has": ["ANALOGIN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "SERIAL", "SLEEP", "SPI", "SPISLAVE"]
Kojto 123:b0220dba8be7 2012 },
Kojto 123:b0220dba8be7 2013 "NUMAKER_PFM_NUC472": {
Kojto 123:b0220dba8be7 2014 "core": "Cortex-M4F",
Kojto 123:b0220dba8be7 2015 "default_toolchain": "ARM",
Kojto 123:b0220dba8be7 2016 "extra_labels": ["NUVOTON", "NUC472", "NUMAKER_PFM_NUC472"],
Kojto 124:2241e3a39974 2017 "macros": ["MBEDTLS_ENTROPY_HARDWARE_ALT"],
Kojto 123:b0220dba8be7 2018 "is_disk_virtual": true,
Kojto 123:b0220dba8be7 2019 "supported_toolchains": ["ARM", "uARM", "GCC_ARM", "IAR"],
Kojto 123:b0220dba8be7 2020 "inherits": ["Target"],
Kojto 123:b0220dba8be7 2021 "progen": {"target": "numaker-pfm-nuc472"},
Kojto 123:b0220dba8be7 2022 "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 2023 "features": ["IPV4"],
Kojto 123:b0220dba8be7 2024 "release_versions": ["2", "5"]
AnnaBridge 125:2e9cc70d1897 2025 },
AnnaBridge 125:2e9cc70d1897 2026 "NCS36510": {
AnnaBridge 125:2e9cc70d1897 2027 "inherits": ["Target"],
AnnaBridge 125:2e9cc70d1897 2028 "core": "Cortex-M3",
AnnaBridge 125:2e9cc70d1897 2029 "extra_labels": ["ONSEMI"],
AnnaBridge 125:2e9cc70d1897 2030 "post_binary_hook": {"function": "NCS36510TargetCode.ncs36510_addfib"},
AnnaBridge 125:2e9cc70d1897 2031 "macros": ["REVD", "CM3", "CPU_NCS36510", "TARGET_NCS36510"],
AnnaBridge 125:2e9cc70d1897 2032 "progen": {"target": "ncs36510"},
AnnaBridge 125:2e9cc70d1897 2033 "progen_target": "ncs36510",
AnnaBridge 125:2e9cc70d1897 2034 "supported_toolchains": ["GCC_ARM", "ARM", "IAR"],
AnnaBridge 125:2e9cc70d1897 2035 "device_has": ["ANALOGIN", "SERIAL", "I2C", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_FC", "SLEEP", "SPI"],
AnnaBridge 125:2e9cc70d1897 2036 "release_versions": ["2", "5"]
Kojto 122:f9eeca106725 2037 }
Kojto 122:f9eeca106725 2038 }