File tree Expand file tree Collapse file tree 1 file changed +25
-4
lines changed Expand file tree Collapse file tree 1 file changed +25
-4
lines changed Original file line number Diff line number Diff line change 4891
4891
"core" : " Cortex-A9" ,
4892
4892
"supported_toolchains" : [
4893
4893
" ARM" ,
4894
- " GCC_ARM" ,
4895
- " IAR"
4894
+ " GCC_ARM"
4896
4895
],
4897
4896
"extra_labels" : [
4898
4897
" RENESAS" ,
4924
4923
"program_cycle_s" : 2 ,
4925
4924
"overrides" : {
4926
4925
"network-default-interface-type" : " ETHERNET"
4926
+ },
4927
+ "supported_application_profiles" : [" full" , " bare-metal" ],
4928
+ "supported_c_libs" : {
4929
+ "arm" : [
4930
+ " std" ,
4931
+ " small"
4932
+ ],
4933
+ "gcc_arm" : [
4934
+ " std" ,
4935
+ " small"
4936
+ ]
4927
4937
}
4928
4938
},
4929
4939
"RZ_A1H" : {
5013
5023
"inherits" : [" Target" ],
5014
5024
"public" : false ,
5015
5025
"core" : " Cortex-A9" ,
5016
- "supported_toolchains" : [" ARM" , " GCC_ARM" , " IAR " ],
5026
+ "supported_toolchains" : [" ARM" , " GCC_ARM" ],
5017
5027
"extra_labels" : [" RENESAS" , " RZ_A2XX" ],
5018
5028
"device_has" : [
5019
5029
" SLEEP" ,
5039
5049
" STDIO_MESSAGES" ,
5040
5050
" USBDEVICE"
5041
5051
],
5042
- "program_cycle_s" : 2
5052
+ "program_cycle_s" : 2 ,
5053
+ "supported_application_profiles" : [" full" , " bare-metal" ],
5054
+ "supported_c_libs" : {
5055
+ "arm" : [
5056
+ " std" ,
5057
+ " small"
5058
+ ],
5059
+ "gcc_arm" : [
5060
+ " std" ,
5061
+ " small"
5062
+ ]
5063
+ }
5043
5064
},
5044
5065
"GR_MANGO" : {
5045
5066
"inherits" : [" RZ_A2XX" ],
You can’t perform that action at this time.
0 commit comments