File tree Expand file tree Collapse file tree 2 files changed +26
-3
lines changed Expand file tree Collapse file tree 2 files changed +26
-3
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "target_overrides" : {
3
+ "*" : {
4
+ "target.components_add" : [
5
+ " FPGA_CI_TEST_SHIELD"
6
+ ]
7
+ },
8
+ "MCU_NRF52840" : {
9
+ "target.macros_add" : [
10
+ " UART_TWO_STOP_BITS_NOT_SUPPORTED" ,
11
+ " UART_ODD_PARITY_NOT_SUPPORTED"
12
+ ]
13
+ },
14
+ "STM" : {
15
+ "target.macros_add" : [
16
+ " UART_9BITS_PARITY_NOT_SUPPORTED"
17
+ ]
18
+ },
19
+ "STM32F4" : {
20
+ "target.macros_add" : [
21
+ " UART_7BITS_PARITY_NONE_NOT_SUPPORTED"
22
+ ]
23
+ }
24
+ }
25
+ }
Original file line number Diff line number Diff line change 11577
11577
" WSF_MAX_HANDLERS=10" ,
11578
11578
" MBED_MPU_CUSTOM" ,
11579
11579
" SWI_DISABLE0" ,
11580
- " NRF52_PAN_20" ,
11581
- " UART_TWO_STOP_BITS_NOT_SUPPORTED" ,
11582
- " UART_ODD_PARITY_NOT_SUPPORTED"
11580
+ " NRF52_PAN_20"
11583
11581
],
11584
11582
"features" : [
11585
11583
" CRYPTOCELL310" ,
You can’t perform that action at this time.
0 commit comments