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 e3d33fc commit 452c67aCopy full SHA for 452c67a
scripts/README.txt
@@ -0,0 +1,22 @@
1
+
2
+Publish to SourceForge
3
+======================
4
5
+Double click on publish-updates-test.command or publish-updates.command
6
7
8
+Vectors
9
+=======
10
11
+Always use the sed script to get the vectors from the assembly file:
12
13
+$ sed -f vectors.sed startup_stm32f411xe.s >x.s
14
15
16
+Copy from µOS++
17
+===============
18
19
+$ cd .../scripts
20
+$ bash copy-from-micro-os.sh
21
22
scripts/copy-from-micro-os.sh
@@ -1,6 +1,8 @@
#! /bin/bash
# This script must be executed in the scripts folder, paths are relative to it.
+# $ cd .../gnuarmeclipse-se-git/scripts
+# $ bash copy-from-micro-os.sh
src=../../../uOS/micro-os-plus-iii.git/packages
0 commit comments