Skip to content

Commit db9abb9

Browse files
committed
FPGA test : remove test specific macro from targets.json
1 parent dce831b commit db9abb9

File tree

2 files changed

+26
-3
lines changed

2 files changed

+26
-3
lines changed

TESTS/configs/fpga.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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+
}

targets/targets.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11577,9 +11577,7 @@
1157711577
"WSF_MAX_HANDLERS=10",
1157811578
"MBED_MPU_CUSTOM",
1157911579
"SWI_DISABLE0",
11580-
"NRF52_PAN_20",
11581-
"UART_TWO_STOP_BITS_NOT_SUPPORTED",
11582-
"UART_ODD_PARITY_NOT_SUPPORTED"
11580+
"NRF52_PAN_20"
1158311581
],
1158411582
"features": [
1158511583
"CRYPTOCELL310",

0 commit comments

Comments
 (0)