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 5713
5713
"is_disk_virtual" : true ,
5714
5714
"supported_toolchains" : [
5715
5715
" GCC_ARM" ,
5716
- " ARM" ,
5717
- " IAR"
5716
+ " ARM"
5718
5717
],
5719
5718
"public" : false ,
5720
5719
"detect_code" : [
5721
5720
" 1101"
5722
5721
],
5723
5722
"program_cycle_s" : 6 ,
5724
- "bootloader_supported" : true
5723
+ "bootloader_supported" : true ,
5724
+ "supported_application_profiles" : [" full" , " bare-metal" ],
5725
+ "supported_c_libs" : {
5726
+ "arm" : [
5727
+ " std" ,
5728
+ " small"
5729
+ ],
5730
+ "gcc_arm" : [
5731
+ " std" ,
5732
+ " small"
5733
+ ]
5734
+ }
5725
5735
},
5726
5736
"NRF52_DK" : {
5727
5737
"supported_form_factors" : [
5871
5881
"is_disk_virtual" : true ,
5872
5882
"supported_toolchains" : [
5873
5883
" GCC_ARM" ,
5874
- " ARM" ,
5875
- " IAR"
5884
+ " ARM"
5876
5885
],
5877
5886
"public" : false ,
5878
5887
"detect_code" : [
5879
5888
" 1101"
5880
5889
],
5881
5890
"program_cycle_s" : 6 ,
5882
- "bootloader_supported" : true
5891
+ "bootloader_supported" : true ,
5892
+ "supported_application_profiles" : [" full" , " bare-metal" ],
5893
+ "supported_c_libs" : {
5894
+ "arm" : [
5895
+ " std" ,
5896
+ " small"
5897
+ ],
5898
+ "gcc_arm" : [
5899
+ " std" ,
5900
+ " small"
5901
+ ]
5902
+ }
5883
5903
},
5884
5904
"NRF52840_DK" : {
5885
5905
"supported_form_factors" : [
You can’t perform that action at this time.
0 commit comments