File tree Expand file tree Collapse file tree 2 files changed +28
-10
lines changed Expand file tree Collapse file tree 2 files changed +28
-10
lines changed Original file line number Diff line number Diff line change 3333 ]
3434 },
3535 "supported_application_profiles" : [
36- " rtos" ,
37- " bare-metal"
38- ],
36+ " rtos"
37+ ],
3938 "config" : {
4039 "console-uart" : {
4140 "help" : " Target has UART console on pins STDIO_UART_TX, STDIO_UART_RX. Value is only significant if target has SERIAL device." ,
830829 "iar" : [
831830 " std"
832831 ]
833- }
832+ },
833+ "supported_application_profiles" : [
834+ " rtos" , " bare-metal"
835+ ]
834836 },
835837 "SDT64B" : {
836838 "inherits" : [
14971499 " MPU"
14981500 ],
14991501 "bootloader_supported" : true ,
1500- "device_name" : " STM32F303RE"
1502+ "device_name" : " STM32F303RE" ,
1503+ "supported_application_profiles" : [
1504+ " rtos" , " bare-metal"
1505+ ]
15011506 },
15021507 "NUCLEO_F303ZE" : {
15031508 "inherits" : [
16481653 " MPU"
16491654 ],
16501655 "device_name" : " STM32F411RE" ,
1651- "bootloader_supported" : true
1656+ "bootloader_supported" : true ,
1657+ "supported_application_profiles" : [
1658+ " rtos" , " bare-metal"
1659+ ]
16521660 },
16531661 "MTS_DRAGONFLY_F411RE" : {
16541662 "inherits" : [
20002008 "bootloader_supported" : true ,
20012009 "overrides" : {
20022010 "network-default-interface-type" : " ETHERNET"
2003- }
2011+ },
2012+ "supported_application_profiles" : [
2013+ " rtos" , " bare-metal"
2014+ ]
20042015 },
20052016 "DISCO_F429ZI" : {
20062017 "inherits" : [
34743485 " BLE"
34753486 ],
34763487 "device_name" : " STM32L475VG" ,
3477- "bootloader_supported" : true
3488+ "bootloader_supported" : true ,
3489+ "supported_application_profiles" : [
3490+ " rtos" , " bare-metal"
3491+ ]
34783492 },
34793493 "NUCLEO_L476RG" : {
34803494 "inherits" : [
57165730 "help" : " Enable inclusion of objects_extensions.h" ,
57175731 "value" : false
57185732 }
5719- }
5733+ },
5734+ "supported_application_profiles" : [
5735+ " rtos" , " bare-metal"
5736+ ]
57205737 },
57215738 "ARDUINO_NANO33BLE" : {
57225739 "inherits" : [
Original file line number Diff line number Diff line change @@ -424,7 +424,8 @@ def get_mbed_official_release(version, profile=None):
424424 tuple (
425425 [
426426 TARGET_MAP [target ].name ,
427- tuple (['ARM' , 'GCC_ARM' ])
427+ tuple (transform_release_toolchains (
428+ TARGET_MAP [target ], version ))
428429 ]
429430 ) for target in TARGET_NAMES \
430431 if not profile or profile in TARGET_MAP [target ].supported_application_profiles
You can’t perform that action at this time.
0 commit comments