Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
CMakeLists.txt@16:64e0ae95d4f1, 2018-05-28 (annotated)
- 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?
| User | Revision | Line number | New 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() |