We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff9b5a2 commit 530c666Copy full SHA for 530c666
download.sh
@@ -5,3 +5,7 @@ git clone --depth=1 https://github.com/RTEMS/rtems.git rtems/rtems
5
git clone --depth=1 https://github.com/RTEMS/rtems-tools.git rtems/tools
6
git clone --recurse-submodules --shallow-submodules https://github.com/RTEMS/rtems-libbsd.git rtems/libbsd
7
git clone --recurse-submodules --shallow-submodules https://github.com/RTEMS/rtems-examples.git rtems/examples
8
+
9
+pushd rtems/examples >> /dev/null | exit
10
+git apply ../../patch/examples.patch
11
+popd >> /dev/null | exit
0 commit comments