File tree Expand file tree Collapse file tree 2 files changed +61
-13
lines changed Expand file tree Collapse file tree 2 files changed +61
-13
lines changed Original file line number Diff line number Diff line change @@ -23,3 +23,5 @@ target_sources(mbed-nuvoton
23
23
nu_timer.c
24
24
USBEndpoints_Nuvoton.cpp
25
25
)
26
+
27
+ target_link_libraries (mbed-nuvoton INTERFACE mbed-cmsis-cortex-m )
Original file line number Diff line number Diff line change 5870
5870
"is_disk_virtual" : true ,
5871
5871
"supported_toolchains" : [
5872
5872
" ARM" ,
5873
- " uARM" ,
5874
- " GCC_ARM" ,
5875
- " IAR"
5873
+ " GCC_ARM"
5876
5874
],
5877
5875
"config" : {
5878
5876
"gpio-irq-debounce-enable" : {
5945
5943
},
5946
5944
"detect_code" : [
5947
5945
" 1302"
5946
+ ],
5947
+ "supported_c_libs" : {
5948
+ "arm" : [
5949
+ " std" ,
5950
+ " small"
5951
+ ],
5952
+ "gcc_arm" : [
5953
+ " std" ,
5954
+ " small"
5955
+ ]
5956
+ },
5957
+ "supported_application_profiles" : [
5958
+ " bare-metal"
5948
5959
]
5949
5960
},
5950
5961
"NUMAKER_PFM_M453" : {
6172
6183
"is_disk_virtual" : true ,
6173
6184
"supported_toolchains" : [
6174
6185
" ARM" ,
6175
- " uARM" ,
6176
- " GCC_ARM" ,
6177
- " IAR"
6186
+ " GCC_ARM"
6178
6187
],
6179
6188
"config" : {
6180
6189
"spim-ccm-enable" : {
6278
6287
"overrides" : {
6279
6288
"deep-sleep-latency" : 1 ,
6280
6289
"tickless-from-us-ticker" : true
6281
- }
6290
+ },
6291
+ "supported_c_libs" : {
6292
+ "arm" : [
6293
+ " std" ,
6294
+ " small"
6295
+ ],
6296
+ "gcc_arm" : [
6297
+ " std" ,
6298
+ " small"
6299
+ ]
6300
+ },
6301
+ "supported_application_profiles" : [
6302
+ " bare-metal"
6303
+ ]
6282
6304
},
6283
6305
"NUMAKER_PFM_M487" : {
6284
6306
"inherits" : [
6494
6516
],
6495
6517
"supported_toolchains" : [
6496
6518
" ARMC6" ,
6497
- " GCC_ARM" ,
6498
- " IAR"
6519
+ " GCC_ARM"
6499
6520
],
6500
6521
"config" : {
6501
6522
"usb-uart" : {
6586
6607
512
6587
6608
]
6588
6609
],
6589
- "bootloader_supported" : true
6610
+ "bootloader_supported" : true ,
6611
+ "supported_c_libs" : {
6612
+ "arm" : [
6613
+ " std" ,
6614
+ " small"
6615
+ ],
6616
+ "gcc_arm" : [
6617
+ " std" ,
6618
+ " small"
6619
+ ]
6620
+ },
6621
+ "supported_application_profiles" : [
6622
+ " bare-metal"
6623
+ ]
6590
6624
},
6591
6625
"NUMAKER_IOT_M252" : {
6592
6626
"inherits" : [
7395
7429
"is_disk_virtual" : true ,
7396
7430
"supported_toolchains" : [
7397
7431
" ARMC6" ,
7398
- " GCC_ARM" ,
7399
- " IAR"
7432
+ " GCC_ARM"
7400
7433
],
7401
7434
"config" : {
7402
7435
"usb-uart" : {
7487
7520
"deep-sleep-latency" : 1 ,
7488
7521
"tickless-from-us-ticker" : true
7489
7522
},
7490
- "forced_reset_timeout" : 3
7523
+ "forced_reset_timeout" : 3 ,
7524
+ "supported_c_libs" : {
7525
+ "arm" : [
7526
+ " std" ,
7527
+ " small"
7528
+ ],
7529
+ "gcc_arm" : [
7530
+ " std" ,
7531
+ " small"
7532
+ ]
7533
+ },
7534
+ "supported_application_profiles" : [
7535
+ " full" , " bare-metal"
7536
+ ]
7491
7537
},
7492
7538
"NUMAKER_IOT_M263A" : {
7493
7539
"inherits" : [
You can’t perform that action at this time.
0 commit comments