File tree Expand file tree Collapse file tree 1 file changed +26
-6
lines changed Expand file tree Collapse file tree 1 file changed +26
-6
lines changed Original file line number Diff line number Diff line change 864864 "core" : " Cortex-M4F" ,
865865 "supported_toolchains" : [
866866 " ARM" ,
867- " GCC_ARM" ,
868- " IAR"
867+ " GCC_ARM"
869868 ],
870869 "macros" : [
871870 " __ADUCM4050__" ,
899898 "release_versions" : [
900899 " 5"
901900 ],
902- "bootloader_supported" : true
901+ "bootloader_supported" : true ,
902+ "supported_application_profiles" : [" full" , " bare-metal" ],
903+ "supported_c_libs" : {
904+ "arm" : [
905+ " std" ,
906+ " small"
907+ ],
908+ "gcc_arm" : [
909+ " std" ,
910+ " small"
911+ ]
912+ }
903913 },
904914 "EV_COG_AD3029LZ" : {
905915 "inherits" : [
908918 "core" : " Cortex-M3" ,
909919 "supported_toolchains" : [
910920 " ARM" ,
911- " GCC_ARM" ,
912- " IAR"
921+ " GCC_ARM"
913922 ],
914923 "macros" : [
915924 " __ADUCM3029__" ,
943952 "release_versions" : [
944953 " 5"
945954 ],
946- "bootloader_supported" : true
955+ "bootloader_supported" : true ,
956+ "supported_application_profiles" : [" full" , " bare-metal" ],
957+ "supported_c_libs" : {
958+ "arm" : [
959+ " std" ,
960+ " small"
961+ ],
962+ "gcc_arm" : [
963+ " std" ,
964+ " small"
965+ ]
966+ }
947967 },
948968 "HEXIWEAR" : {
949969 "inherits" : [
You can’t perform that action at this time.
0 commit comments