File tree Expand file tree Collapse file tree 2 files changed +62
-15
lines changed Expand file tree Collapse file tree 2 files changed +62
-15
lines changed Original file line number Diff line number Diff line change @@ -25,3 +25,4 @@ target_sources(mbed-nuvoton
25
25
)
26
26
27
27
target_link_libraries (mbed-nuvoton INTERFACE mbed-cmsis-cortex-m )
28
+
Original file line number Diff line number Diff line change 6006
6006
"is_disk_virtual" : true ,
6007
6007
"supported_toolchains" : [
6008
6008
" ARM" ,
6009
- " uARM" ,
6010
- " GCC_ARM" ,
6011
- " IAR"
6009
+ " GCC_ARM"
6012
6010
],
6013
6011
"config" : {
6014
6012
"gpio-irq-debounce-enable" : {
6081
6079
},
6082
6080
"detect_code" : [
6083
6081
" 1302"
6082
+ ],
6083
+ "supported_c_libs" : {
6084
+ "arm" : [
6085
+ " std" ,
6086
+ " small"
6087
+ ],
6088
+ "gcc_arm" : [
6089
+ " std" ,
6090
+ " small"
6091
+ ]
6092
+ },
6093
+ "supported_application_profiles" : [
6094
+ " full" , " bare-metal"
6084
6095
]
6085
6096
},
6086
6097
"NUMAKER_PFM_M453" : {
6308
6319
"is_disk_virtual" : true ,
6309
6320
"supported_toolchains" : [
6310
6321
" ARM" ,
6311
- " uARM" ,
6312
- " GCC_ARM" ,
6313
- " IAR"
6322
+ " GCC_ARM"
6314
6323
],
6315
6324
"config" : {
6316
6325
"spim-ccm-enable" : {
6414
6423
"overrides" : {
6415
6424
"deep-sleep-latency" : 1 ,
6416
6425
"tickless-from-us-ticker" : true
6417
- }
6426
+ },
6427
+ "supported_c_libs" : {
6428
+ "arm" : [
6429
+ " std" ,
6430
+ " small"
6431
+ ],
6432
+ "gcc_arm" : [
6433
+ " std" ,
6434
+ " small"
6435
+ ]
6436
+ },
6437
+ "supported_application_profiles" : [
6438
+ " full" , " bare-metal"
6439
+ ]
6418
6440
},
6419
6441
"NUMAKER_PFM_M487" : {
6420
6442
"inherits" : [
6649
6671
" LPTICKER_DELAY_TICKS=4"
6650
6672
],
6651
6673
"supported_toolchains" : [
6652
- " ARMC6" ,
6653
- " GCC_ARM" ,
6654
- " IAR"
6674
+ " ARM" ,
6675
+ " GCC_ARM"
6655
6676
],
6656
6677
"config" : {
6657
6678
"usb-uart" : {
6742
6763
512
6743
6764
]
6744
6765
],
6745
- "bootloader_supported" : true
6766
+ "bootloader_supported" : true ,
6767
+ "supported_c_libs" : {
6768
+ "arm" : [
6769
+ " std" ,
6770
+ " small"
6771
+ ],
6772
+ "gcc_arm" : [
6773
+ " std" ,
6774
+ " small"
6775
+ ]
6776
+ },
6777
+ "supported_application_profiles" : [
6778
+ " full" , " bare-metal"
6779
+ ]
6746
6780
},
6747
6781
"NUMAKER_IOT_M252" : {
6748
6782
"inherits" : [
7560
7594
],
7561
7595
"is_disk_virtual" : true ,
7562
7596
"supported_toolchains" : [
7563
- " ARMC6" ,
7564
- " GCC_ARM" ,
7565
- " IAR"
7597
+ " ARM" ,
7598
+ " GCC_ARM"
7566
7599
],
7567
7600
"config" : {
7568
7601
"usb-uart" : {
7653
7686
"deep-sleep-latency" : 1 ,
7654
7687
"tickless-from-us-ticker" : true
7655
7688
},
7656
- "forced_reset_timeout" : 3
7689
+ "forced_reset_timeout" : 3 ,
7690
+ "supported_c_libs" : {
7691
+ "arm" : [
7692
+ " std" ,
7693
+ " small"
7694
+ ],
7695
+ "gcc_arm" : [
7696
+ " std" ,
7697
+ " small"
7698
+ ]
7699
+ },
7700
+ "supported_application_profiles" : [
7701
+ " full" , " bare-metal"
7702
+ ]
7657
7703
},
7658
7704
"NUMAKER_IOT_M263A" : {
7659
7705
"inherits" : [
You can’t perform that action at this time.
0 commit comments