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 864
864
"core" : " Cortex-M4F" ,
865
865
"supported_toolchains" : [
866
866
" ARM" ,
867
- " GCC_ARM" ,
868
- " IAR"
867
+ " GCC_ARM"
869
868
],
870
869
"macros" : [
871
870
" __ADUCM4050__" ,
899
898
"release_versions" : [
900
899
" 5"
901
900
],
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
+ }
903
913
},
904
914
"EV_COG_AD3029LZ" : {
905
915
"inherits" : [
908
918
"core" : " Cortex-M3" ,
909
919
"supported_toolchains" : [
910
920
" ARM" ,
911
- " GCC_ARM" ,
912
- " IAR"
921
+ " GCC_ARM"
913
922
],
914
923
"macros" : [
915
924
" __ADUCM3029__" ,
943
952
"release_versions" : [
944
953
" 5"
945
954
],
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
+ }
947
967
},
948
968
"HEXIWEAR" : {
949
969
"inherits" : [
You can’t perform that action at this time.
0 commit comments