bule and yellow sync

Signed-off-by: haige1234 <lijianghai3@h-partners.com>
This commit is contained in:
haige1234
2026-02-08 21:37:28 +08:00
parent 353607f780
commit cfb37435f4
2 changed files with 12 additions and 1 deletions
-1
View File
@@ -56,7 +56,6 @@
<filteritem type="filename" name="*.fmt" desc="Test file, not license statement."/>
<filteritem type="filename" name="hash_file*" desc="Test file, not license statement."/>
<filteritem type="filename" name="test_suite_bignum_random.function" desc="Test file, not license statement."/>
<filteritem type="filepath" name="tests/.*" desc="Test file, not license statement."/>
</filefilter>
</filefilterlist>
</oatconfig>
+12
View File
@@ -153,6 +153,18 @@ if (product_name == "generic_m55_arm_32_bes_aurora_wear_mini_application") {
} else if (product_name ==
"generic_m55_arm_32_bes_phoinix_wear_mini_application") {
MBEDTLS_INLCUDE_DIRS += [ "$MBEDTLSDIR/port/config/compat_lwip" ]
} else if (product_name ==
"generic_m55_arm_32_bes_jana_wear_mini_application") {
MBEDTLS_INLCUDE_DIRS += [ "$MBEDTLSDIR/port/config/compat_lwip" ]
}else if (product_name ==
"generic_m55_arm_32_bes_janapro_wear_mini_application") {
MBEDTLS_INLCUDE_DIRS += [ "$MBEDTLSDIR/port/config/compat_lwip" ]
}else if (product_name ==
"generic_m55_arm_32_bes_vili_wear_mini_application") {
MBEDTLS_INLCUDE_DIRS += [ "$MBEDTLSDIR/port/config/compat_lwip" ]
}else if (product_name ==
"generic_m55_arm_32_bes_vilipro_wear_mini_application") {
MBEDTLS_INLCUDE_DIRS += [ "$MBEDTLSDIR/port/config/compat_lwip" ]
} else {
MBEDTLS_INLCUDE_DIRS += [ "$MBEDTLSDIR/port/config/compat_posix" ]
}