78f7340266
* [WIP] update manifest to zephyr v3.6.0
* [WIP] Deprecated ZTEST_NEW_API adjustments
Zephyr v3.6.0 removed Kconfig ZTEST_NEW_API.
The old ZTEST API is still used by non-Zephyr builds,
so the config setting is moved from `prj.conf` to
the test's CMakeLists.txt as `add_compile_definitions()`.
Verified by:
1. make clean all test
2. ./zephyr/scripts/twister -p unit_testing \
-T bacnet-stack/zephyr/tests/
---------
Co-authored-by: Gregory Shue <gregory.shue@legrand.com>
12 lines
183 B
Plaintext
12 lines
183 B
Plaintext
CONFIG_ZTEST=y
|
|
CONFIG_BACNETSTACK=y
|
|
|
|
# BIP Options
|
|
CONFIG_BACDL_BIP=y
|
|
CONFIG_BACDL_BIP_PORT=47808
|
|
CONFIG_BACDL_BIP_ADDRESS_INDEX=0
|
|
|
|
# networking
|
|
CONFIG_NETWORKING=y
|
|
CONFIG_NET_IPV4=y
|