diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2018-01-09 21:32:28 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2018-01-12 19:57:43 +0100 |
commit | a5a60ae7133fc9b893f3d44c793ccc322fd913d3 (patch) | |
tree | 6b538263b066e1780dee5d19ed5acaa56ae5456a /scripts | |
parent | 9ca35e7ead58b872cca3ff9d7e3976863f8f8715 (diff) |
add basic rtems support as a new playground
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/create-menu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/create-menu b/scripts/create-menu index f4b7184b5..7ba854c8a 100755 --- a/scripts/create-menu +++ b/scripts/create-menu @@ -98,7 +98,7 @@ config ADK_TARGET_CHOOSE_ARCH bool "choose architecture" EOD -for os in linux frosted zephyr baremetal; do +for os in linux frosted rtems zephyr baremetal; do for arch in $(cat $topdir/target/$os/arch.lst);do OS=$(echo $os | tr '[:lower:]' '[:upper:]') ARCH=$(echo $arch | tr '[:lower:]' '[:upper:]') |