diff options
author | arikon <arikon@yandex-team.com> | 2024-02-28 00:19:53 +0300 |
---|---|---|
committer | arikon <arikon@yandex-team.com> | 2024-02-28 00:34:14 +0300 |
commit | 4dc8c2f413e659101e5254d320b78227ab943435 (patch) | |
tree | 2af0281dddc9a55218f902e8c906c5125f4f8231 /build | |
parent | c21e6019d857c642a7cf7ac512854d976851df34 (diff) | |
download | ydb-4dc8c2f413e659101e5254d320b78227ab943435.tar.gz |
[beken] Затащить в Аркадию Beken SDK 3.0
Add smart_devices/third_party/beken_freertos_sdk using yamaker project beken_freertos_sdk
0b910f44adcc87daa97d478a6dc580173fe60021
Diffstat (limited to 'build')
-rw-r--r-- | build/sysincl/macro.yml | 12 | ||||
-rw-r--r-- | build/sysincl/misc.yml | 8 |
2 files changed, 20 insertions, 0 deletions
diff --git a/build/sysincl/macro.yml b/build/sysincl/macro.yml index 0f533cdb36..65ee6f9acf 100644 --- a/build/sysincl/macro.yml +++ b/build/sysincl/macro.yml @@ -1204,3 +1204,15 @@ - source_filter: "^contrib/libs/sdbus-cpp" includes: - SDBUS_HEADER: contrib/libs/systemd/src/systemd/sd-bus.h + +- source_filter: "^smart_devices/third_party/beken_freertos_sdk" + includes: + - LWIP_ERRNO_INCLUDE: smart_devices/third_party/beken_freertos_sdk/beken378/func/lwip_intf/lwip-2.1.2/src/include/lwip/errno.h + - LWIP_HOOK_FILENAME + - DHCP_GLOBAL_XID_HEADER + - MBEDTLS_CONFIG_FILE: smart_devices/third_party/beken_freertos_sdk/beken378/func/mbedtls/mbedtls-port/inc/aws_mbedtls_config.h + - MBEDTLS_USER_CONFIG_FILE + - MBEDTLS_PLATFORM_STD_MEM_HDR + - YOTTA_CFG_MBEDTLS_TARGET_CONFIG_FILE + - YOTTA_CFG_MBEDTLS_USER_CONFIG_FILE + - xstr(MQTTCLIENT_PLATFORM_HEADER) diff --git a/build/sysincl/misc.yml b/build/sysincl/misc.yml index 82c9ae12ec..0df1a1e7e0 100644 --- a/build/sysincl/misc.yml +++ b/build/sysincl/misc.yml @@ -509,3 +509,11 @@ - vendor/github.com/NVIDIA/go-dcgm/pkg/dcgm/nvml.h - vendor/github.com/NVIDIA/go-nvml/gen/nvml/nvml.h - vendor/github.com/NVIDIA/go-nvml/pkg/nvml/nvml.h + +- source_filter: "^smart_devices/third_party/beken_freertos_sdk" + includes: + - error.h: smart_devices/third_party/beken_freertos_sdk/beken378/common/error.h + - errno.h: smart_devices/third_party/beken_freertos_sdk/beken378/func/lwip_intf/lwip-2.1.2/src/include/lwip/errno.h + - netdb.h: smart_devices/third_party/beken_freertos_sdk/beken378/func/lwip_intf/lwip-2.1.2/src/include/lwip/netdb.h + - signal.h: smart_devices/third_party/beken_freertos_sdk/beken378/func/wpa_supplicant_2_9/bk_patch/signal.h + - check_config.h: smart_devices/third_party/beken_freertos_sdk/beken378/func/mbedtls/mbedtls-2.27.0/include/mbedtls/check_config.h |