Skip to content

Commit 5c484aa

Browse files
committed
DISCO_L496AG: add platform in targets.json file
1 parent ade8583 commit 5c484aa

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

targets/targets.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3839,6 +3839,27 @@
38393839
"release_versions": ["2"],
38403840
"device_name": "nRF51822_xxAC"
38413841
},
3842+
"DISCO_L496AG": {
3843+
"inherits": ["FAMILY_STM32"],
3844+
"supported_form_factors": ["ARDUINO", "MORPHO"],
3845+
"core": "Cortex-M4F",
3846+
"extra_labels_add": ["STM32L4", "STM32L496AG", "STM32L496xG"],
3847+
"config": {
3848+
"clock_source": {
3849+
"help": "Mask value : USE_PLL_HSE_EXTC (need HW patch) | USE_PLL_HSE_XTAL (need HW patch) | USE_PLL_HSI | USE_PLL_MSI",
3850+
"value": "USE_PLL_MSI",
3851+
"macro_name": "CLOCK_SOURCE"
3852+
},
3853+
"lowpowertimer_lptim": {
3854+
"help": "This target supports LPTIM. Set value 1 to use LPTIM for LOWPOWERTIMER, or 0 to use RTC wakeup timer",
3855+
"value": 1
3856+
}
3857+
},
3858+
"detect_code": ["0822"],
3859+
"device_has_add": ["ANALOGOUT", "CAN", "LOWPOWERTIMER", "SERIAL_ASYNCH", "SERIAL_FC", "TRNG", "FLASH"],
3860+
"release_versions": ["2", "5"],
3861+
"device_name": "STM32L496AG"
3862+
},
38423863
"NUCLEO_L496ZG": {
38433864
"inherits": ["FAMILY_STM32"],
38443865
"supported_form_factors": ["ARDUINO", "MORPHO"],

0 commit comments

Comments
 (0)