-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Squashed 'features/FEATURE_COMMON_PAL/mbed-trace/' changes from 31e33…
…8c23..af5f59cd2 af5f59cd2 Add CMakeLists.txt to support PAL Tools (#61) 24e16e766 Fix header documentation (#58) 23ea8f51c Update README.md (#57) 99aaa6eef Provide environment-agnostic configuration macros. (#54) da9eb9f3a Merge pull request #53 from ARMmbed/max_trace_level 0a51dcae8 Flash size can be limited by defining MBED_TRACE_MAX_LEVEL git-subtree-dir: features/FEATURE_COMMON_PAL/mbed-trace git-subtree-split: af5f59cd2cbac4064875be0c339da114d88fd5e1
- Loading branch information
Seppo Takalo
committed
Mar 16, 2017
1 parent
7a4b3d1
commit c8a16cc
Showing
7 changed files
with
160 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/*CMakeLists.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
INCLUDE(CMakeForceCompiler) | ||
|
||
cmake_minimum_required (VERSION 2.8) | ||
SET(CMAKE_SYSTEM_NAME Generic) | ||
|
||
project(mbedTrace) | ||
|
||
|
||
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/mbed-trace/) | ||
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/../nanostack-libservice/mbed-client-libservice/) | ||
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/../nanostack-libservice/) | ||
|
||
set (MBED_TRACE_SRC ${CMAKE_CURRENT_SOURCE_DIR}/source/mbed_trace.c) | ||
|
||
|
||
CREATE_LIBRARY(mbedTrace "${MBED_TRACE_SRC}" "") | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.