FPGA test shield: UART test capability update

pull/12615/head
jeromecoutant 2020-04-10 09:26:42 +02:00
parent 2c0d96c57c
commit 6900ec69dd
1 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,8 @@
}, },
"K64F": { "K64F": {
"target.macros_add": [ "target.macros_add": [
"UART_7BITS_PARITY_NONE_NOT_SUPPORTED" "UART_7BITS_PARITY_NONE_NOT_SUPPORTED",
"UART_9BITS_PARITY_NOT_SUPPORTED"
] ]
}, },
"STM": { "STM": {