Skip to content

Commit b328654

Browse files
author
Roberto Spelta
committed
added SILICA_SENSOR_NODE in target.json
1 parent df88a9d commit b328654

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

targets/targets.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1367,6 +1367,17 @@
13671367
"device_name": "STM32L476RG",
13681368
"bootloader_supported": true
13691369
},
1370+
"SILICA_SENSOR_NODE": {
1371+
"inherits": ["FAMILY_STM32"],
1372+
"core": "Cortex-M4F",
1373+
"default_toolchain": "GCC_ARM",
1374+
"extra_labels_add": ["STM32L4", "STM32L476xG", "STM32L476JG"],
1375+
"detect_code": ["0766"],
1376+
"macros_add": ["USBHOST_OTHER"],
1377+
"device_has_add": ["ANALOGOUT", "CAN", "LOWPOWERTIMER", "SERIAL_ASYNCH", "SERIAL_FC", "TRNG", "FLASH"],
1378+
"release_versions": ["5"],
1379+
"device_name": "STM32L476JG"
1380+
},
13701381
"NUCLEO_L486RG": {
13711382
"inherits": ["FAMILY_STM32"],
13721383
"supported_form_factors": ["ARDUINO", "MORPHO"],

0 commit comments

Comments
 (0)