Kai Ren / client
Committer:
krenbluetoothsig
Date:
Mon May 28 13:15:31 2018 +0000
Revision:
16:64e0ae95d4f1
Parent:
1:fb4893064dd4
1. update for code publish testing.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
krenbluetoothsig 0:876e59f87d50 1 set(QEMU_EXTRA_FLAGS -s)
krenbluetoothsig 0:876e59f87d50 2
krenbluetoothsig 0:876e59f87d50 3 include($ENV{ZEPHYR_BASE}/cmake/app/boilerplate.cmake NO_POLICY_SCOPE)
krenbluetoothsig 0:876e59f87d50 4 project(NONE)
krenbluetoothsig 0:876e59f87d50 5
krenbluetoothsig 0:876e59f87d50 6 target_sources(app PRIVATE src/main.c)
krenbluetoothsig 1:fb4893064dd4 7
krenbluetoothsig 1:fb4893064dd4 8 if(NODE_ADDR)
krenbluetoothsig 1:fb4893064dd4 9 zephyr_compile_definitions(NODE_ADDR=${NODE_ADDR})
krenbluetoothsig 1:fb4893064dd4 10 endif()