mirror of https://github.com/ARMmbed/mbed-os.git
FPGA CI TEST SHIELD: add test config json file
parent
04dacfaac3
commit
6963b987d1
|
@ -0,0 +1,30 @@
|
||||||
|
{
|
||||||
|
"target_overrides": {
|
||||||
|
"*": {
|
||||||
|
"target.components_add": [
|
||||||
|
"FPGA_CI_TEST_SHIELD"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"MCU_NRF52840": {
|
||||||
|
"target.macros_add": [
|
||||||
|
"UART_TWO_STOP_BITS_NOT_SUPPORTED",
|
||||||
|
"UART_ODD_PARITY_NOT_SUPPORTED"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"K64F": {
|
||||||
|
"target.macros_add": [
|
||||||
|
"UART_7BITS_PARITY_NONE_NOT_SUPPORTED"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"STM": {
|
||||||
|
"target.macros_add": [
|
||||||
|
"UART_9BITS_PARITY_NOT_SUPPORTED"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"STM32F4": {
|
||||||
|
"target.macros_add": [
|
||||||
|
"UART_7BITS_PARITY_NONE_NOT_SUPPORTED"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue