Skip to content

Commit 452c67a

Browse files
committed
parent: add documentation for scripts
1 parent e3d33fc commit 452c67a

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

scripts/README.txt

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#! /bin/bash
22

33
# This script must be executed in the scripts folder, paths are relative to it.
4+
# $ cd .../gnuarmeclipse-se-git/scripts
5+
# $ bash copy-from-micro-os.sh
46

57
src=../../../uOS/micro-os-plus-iii.git/packages
68

0 commit comments

Comments
 (0)