diff options
| author | ivanoviot <[email protected]> | 2024-06-26 18:00:46 +0300 | 
|---|---|---|
| committer | ivanoviot <[email protected]> | 2024-06-26 18:15:14 +0300 | 
| commit | 4a4a85bf3042e9bb04048f0e624ee89e403db4fe (patch) | |
| tree | 62799950d66524251bbb0fb1d27d1bc12d36c43a | |
| parent | e25934f4bbe7b98daa362f04861972e8f83066ad (diff) | |
[yandexmidi] gecko build
inital commit
91b8f3ab34e11553110cfdbc39f202709e794096
| -rw-r--r-- | build/sysincl/macro.yml | 16 | 
1 files changed, 16 insertions, 0 deletions
| diff --git a/build/sysincl/macro.yml b/build/sysincl/macro.yml index 4d4be385b65..453f1ed0f82 100644 --- a/build/sysincl/macro.yml +++ b/build/sysincl/macro.yml @@ -1227,3 +1227,19 @@    includes:      - MBEDTLS_CONFIG_FILE: contrib/libs/openthread/third_party/mbedtls/openthread-mbedtls-config.h      - OPENTHREAD_CONFIG_FILE + +- source_filter: "^smart_devices/platforms/yandexmidi/zigbee/firmware/ncp" +  includes: +    - EMBER_AF_API_EMBER_TYPES: smart_devices/third_party/gecko_sdk/protocol/zigbee/stack/include/ember-types.h +    - EMBER_AF_API_EZSP: smart_devices/third_party/gecko_sdk/protocol/zigbee/app/em260/command-context.h +    - EMBER_AF_API_NEIGHBOR_HEADER: smart_devices/third_party/gecko_sdk/protocol/zigbee/stack/include/stack-info.h +    - EMBER_AF_API_MFGLIB: smart_devices/third_party/gecko_sdk/protocol/zigbee/stack/include/mfglib.h +    - EMBER_AF_API_CBKE: smart_devices/third_party/gecko_sdk/protocol/zigbee/stack/include/cbke-crypto-engine.h +    - EMBER_AF_API_NVM3: smart_devices/third_party/gecko_sdk/platform/base/hal/plugin/nvm3/nvm3-token.h +    - EMBER_AF_API_ZIGBEE_PRO: smart_devices/third_party/gecko_sdk/protocol/zigbee/stack/include/ember.h +    - EMBER_AF_API_STACK: smart_devices/third_party/gecko_sdk/protocol/zigbee/stack/include/ember.h + +- source_filter: "^smart_devices/third_party/gecko_sdk" +  includes: +    - SL_RAIL_UTIL_PA_CURVE_HEADER: smart_devices/third_party/gecko_sdk/platform/radio/rail_lib/plugin/pa-conversions/pa_curves_efr32.h +    - SL_RAIL_UTIL_PA_CURVE_TYPES: smart_devices/third_party/gecko_sdk/platform/radio/rail_lib/plugin/pa-conversions/pa_curve_types_efr32.h | 
