Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,3 @@ endif (WITH_TESTS)
if (WITH_DOC)
add_subdirectory (doc)
endif (WITH_DOC)

if (WITH_EXAMPLES)
add_subdirectory (examples)
endif (WITH_EXAMPLES)

2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ are available to help user to customize the libmetal to their own project.

* **WITH_DOC** (default ON): Build with documentation. Add -DWITH_DOC=OFF in
cmake command line to disable.
* **WITH_EXAMPLES** (default ON): Build with application examples. Add
-DWITH_DOC=OFF in cmake command line to disable the option.
* **WITH_TESTS** (default ON): Build with application tests. Add -DWITH_DOC=OFF
in cmake command line to disable the option.
* **WITH_DEFAULT_LOGGER** (default ON): Build with default trace logger. Add
Expand Down
4 changes: 0 additions & 4 deletions examples/CMakeLists.txt

This file was deleted.

4 changes: 0 additions & 4 deletions examples/system/CMakeLists.txt

This file was deleted.

4 changes: 0 additions & 4 deletions examples/system/freertos/CMakeLists.txt

This file was deleted.

18 changes: 0 additions & 18 deletions examples/system/freertos/xlnx_r5/CMakeLists.txt

This file was deleted.

28 changes: 0 additions & 28 deletions examples/system/freertos/xlnx_r5/amp_demo/CMakeLists.txt

This file was deleted.

163 changes: 0 additions & 163 deletions examples/system/freertos/xlnx_r5/amp_demo/common.h

This file was deleted.

Loading
Loading