Skip to content

Commit dbcc3fc

Browse files
authored
Update README.md
1 parent 8a992d8 commit dbcc3fc

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
@@ -6,3 +6,8 @@ This repostiory contains the first version of a possible RTEMS CMake build auppo
66

77
Include the `RTEMSGeneric.cmake` file in CMake and call the `rtems_generic_config` function, passing the RTEMS installation path (also commonly called prefix)
88
and the RTEMS BSP (e.g. sparc/erc32) to this function.
9+
10+
## Example
11+
12+
See https://github.com/rmspacefish/rtems-demo/tree/master/applications/hello for an example. This is the Hello World project taken from the RTEMS quick start guide,
13+
but compiled using RTEMS. The repository also contains instructions on how to build the RTEMS tools if required and all specific steps to build with CMake.

0 commit comments

Comments
 (0)