We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92cdcfb commit 2309a17Copy full SHA for 2309a17
TESTS/configs/fpga.json
@@ -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
16
+ "UART_7BITS_PARITY_NONE_NOT_SUPPORTED"
17
18
19
+ "STM": {
20
21
+ "UART_9BITS_PARITY_NOT_SUPPORTED"
22
23
24
+ "STM32F4": {
25
26
27
28
+ }
29
30
+}
0 commit comments