Skip to content

Commit e8208c0

Browse files
authored
Merge pull request #12719 from jeromecoutant/PR_FPGA_JSON
FPGA CI TEST SHIELD: add test config json file
2 parents 0eca8d3 + 2309a17 commit e8208c0

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

TESTS/configs/fpga.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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+
"K64F": {
15+
"target.macros_add": [
16+
"UART_7BITS_PARITY_NONE_NOT_SUPPORTED"
17+
]
18+
},
19+
"STM": {
20+
"target.macros_add": [
21+
"UART_9BITS_PARITY_NOT_SUPPORTED"
22+
]
23+
},
24+
"STM32F4": {
25+
"target.macros_add": [
26+
"UART_7BITS_PARITY_NONE_NOT_SUPPORTED"
27+
]
28+
}
29+
}
30+
}

0 commit comments

Comments
 (0)