diff options
| author | Marti Bolivar <mbolivar@leaflabs.com> | 2011-03-30 08:06:42 -0400 |
|---|---|---|
| committer | Marti Bolivar <mbolivar@leaflabs.com> | 2011-03-30 13:57:33 -0400 |
| commit | b20009edddcbad0eb51e6f0bcd4683b9eab874fc (patch) | |
| tree | 95f4b41483c728a00cb4087dca92ce1103772c06 /support/scripts | |
| parent | 6cf31789965b87efe9c51c9b1acc91c7cc9cb463 (diff) | |
Hacks to get things to compile in the IDE.
Diffstat (limited to 'support/scripts')
| -rwxr-xr-x | support/scripts/copy-to-ide | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/support/scripts/copy-to-ide b/support/scripts/copy-to-ide index 5254974..674615e 100755 --- a/support/scripts/copy-to-ide +++ b/support/scripts/copy-to-ide @@ -23,6 +23,8 @@ LMAPLE_SRC="LICENSE ./wirish/*.cpp ./wirish/comm/*.cpp ./wirish/comm/*.h + ./wirish/boards/*.h + ./wirish/boards/*.cpp ./support/ld/common_ram.inc ./support/ld/common_rom.inc ./support/ld/libcs3_stm32_high_density.a @@ -52,6 +54,10 @@ cp -R $LMAPLE_SRC $DEST_CORES echo Copying over libraries cp -R libraries/* $DEST_LIBS +# libmaple version +echo Creating libmaple-version.txt +git show-ref HEAD | cut -c 1-10 > $DEST/libmaple-version.txt + # docs echo Deleting old reference directory contents rm -rf $DEST_REF/* @@ -62,5 +68,4 @@ echo Rebuilding documentation echo Copying over documentation cp -R $LMAPLE_DOCS_BUILD/* $DEST_REF - echo Done. |
