File tree Expand file tree Collapse file tree 1 file changed +24
-2
lines changed Expand file tree Collapse file tree 1 file changed +24
-2
lines changed Original file line number Diff line number Diff line change 5646
5646
" 1101"
5647
5647
],
5648
5648
"program_cycle_s" : 6 ,
5649
- "bootloader_supported" : true
5649
+ "bootloader_supported" : true ,
5650
+ "supported_application_profiles" : [" full" , " bare-metal" ],
5651
+ "supported_c_libs" : {
5652
+ "arm" : [
5653
+ " std" ,
5654
+ " small"
5655
+ ],
5656
+ "gcc_arm" : [
5657
+ " std" ,
5658
+ " small"
5659
+ ]
5660
+ }
5650
5661
},
5651
5662
"NRF52_DK" : {
5652
5663
"supported_form_factors" : [
5804
5815
" 1101"
5805
5816
],
5806
5817
"program_cycle_s" : 6 ,
5807
- "bootloader_supported" : true
5818
+ "bootloader_supported" : true ,
5819
+ "supported_application_profiles" : [" full" , " bare-metal" ],
5820
+ "supported_c_libs" : {
5821
+ "arm" : [
5822
+ " std" ,
5823
+ " small"
5824
+ ],
5825
+ "gcc_arm" : [
5826
+ " std" ,
5827
+ " small"
5828
+ ]
5829
+ }
5808
5830
},
5809
5831
"NRF52840_DK" : {
5810
5832
"supported_form_factors" : [
You can’t perform that action at this time.
0 commit comments