mbed-os/TESTS/configs/baremetal.json

49 lines
1018 B
JSON

{
"requires": [
"bare-metal",
"greentea-client",
"utest",
"unity",
"psa",
"psa-services",
"mbedtls",
"mbedtls-stm",
"mbedtls-nuvoton",
"psa-compliance-framework",
"filesystem",
"littlefs",
"littlefs2",
"device_key",
"storage_tdb_internal",
"storage_filesystem",
"storage_tdb_external",
"fat_chan",
"lora",
"sx1276-lora-driver",
"nfc",
"network-emac",
"flashiap-block-device",
"system-storage",
"SecureStore",
"storage",
"kvstore",
"tdbstore",
"filesystemstore",
"kv-global-api",
"direct-access-devicekey",
"kv-config",
"events",
"sd",
"qspif",
"ospif",
"spif-driver",
"cryptocell310",
"drivers-usb"
],
"target_overrides": {
"*": {
"target.c_lib": "small"
}
}
}