Skip to content

Commit

Permalink
enable asr lwip lock assert; add more ASR CI (#29041)
Browse files Browse the repository at this point in the history
Co-authored-by: weicheng <[email protected]>
  • Loading branch information
2 people authored and pull[bot] committed Sep 12, 2023
1 parent 788a023 commit bed7f0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/examples-asr.yaml
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,7 @@ jobs:
--target asr-asr582x-bridge-factory \
--target asr-asr582x-temperature-measurement-rotating_id \
--target asr-asr582x-thermostat-rio \
--target asr-asr582x-dishwasher \
--target asr-asr582x-refrigerator \
build \
"
3 changes: 1 addition & 2 deletions src/inet/UDPEndPointImplLwIP.cpp
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@

static_assert(LWIP_VERSION_MAJOR > 1, "CHIP requires LwIP 2.0 or later");

#if !(CHIP_DEVICE_LAYER_TARGET_BL602 || CHIP_DEVICE_LAYER_TARGET_BL702 || CHIP_DEVICE_LAYER_TARGET_BL702L || \
CHIP_DEVICE_LAYER_TARGET_ASR)
#if !(CHIP_DEVICE_LAYER_TARGET_BL602 || CHIP_DEVICE_LAYER_TARGET_BL702 || CHIP_DEVICE_LAYER_TARGET_BL702L)
static_assert(LWIP_TCPIP_CORE_LOCKING, "CHIP requires config LWIP_TCPIP_CORE_LOCKING enabled");
#endif

Expand Down

0 comments on commit bed7f0c

Please sign in to comment.