Skip to content

Commit 8a992d8

Browse files
authored
Update README.md
better readme
1 parent db188cf commit 8a992d8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
# rtems-cmake
22

33
This repostiory contains the first version of a possible RTEMS CMake build aupport. The intention is to export the RTEMS specific configuration of the cross compiler toolchain and the flags to external `*.cmake` files so the application `CMakeLists.txt` can stay clean, similarly to the `rtems_waf` support.
4+
5+
## How to use
6+
7+
Include the `RTEMSGeneric.cmake` file in CMake and call the `rtems_generic_config` function, passing the RTEMS installation path (also commonly called prefix)
8+
and the RTEMS BSP (e.g. sparc/erc32) to this function.

0 commit comments

Comments
 (0)