Import Mbed OS hard-float snapshot

This commit is contained in:
Beslan
2026-06-01 20:15:04 +03:00
commit d3738e2f89
16278 changed files with 10628036 additions and 0 deletions

33
TESTS/configs/fpga.json Normal file
View File

@@ -0,0 +1,33 @@
{
"target_overrides": {
"*": {
"target.components_add": [
"FPGA_CI_TEST_SHIELD"
]
},
"MCU_NRF52840": {
"target.macros_add": [
"UART_7BITS_NOT_SUPPORTED",
"UART_9BITS_NOT_SUPPORTED",
"UART_TWO_STOP_BITS_NOT_SUPPORTED",
"UART_ODD_PARITY_NOT_SUPPORTED"
]
},
"K64F": {
"target.macros_add": [
"UART_7BITS_NOT_SUPPORTED",
"UART_9BITS_NOT_SUPPORTED"
]
},
"STM": {
"target.macros_add": [
"UART_9BITS_PARITY_NOT_SUPPORTED"
]
},
"STM32F4": {
"target.macros_add": [
"UART_7BITS_PARITY_NONE_NOT_SUPPORTED"
]
}
}
}