summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2013-04-25 22:22:50 -0700
committerKeith Packard <keithp@keithp.com>2013-04-25 22:22:50 -0700
commitcef4e3ee95037050ae859fb2fdc0a57373764bd8 (patch)
tree0da0043a3618b04aa45a45b4d15ad0e746e9fe1a
parentfefc021045089ffd00d03e4c4e6cf42a13692828 (diff)
parentf3ee7deb6b2fbae7e3c66fe0af0cba36378793f1 (diff)
Merge remote-tracking branch 'origin/master'
-rw-r--r--Releasing2
-rw-r--r--debian/README.build7
2 files changed, 9 insertions, 0 deletions
diff --git a/Releasing b/Releasing
index 973cb01f..ce4df7c2 100644
--- a/Releasing
+++ b/Releasing
@@ -1,5 +1,7 @@
These are Bdale's notes on how to do a release.
+ - make sure there's a suitable ARM Cortex toolchain in /opt/cortex!
+
git checkout master
- make sure there is a doc/release-notes-<version>.xsl
diff --git a/debian/README.build b/debian/README.build
new file mode 100644
index 00000000..1162d579
--- /dev/null
+++ b/debian/README.build
@@ -0,0 +1,7 @@
+The firmware for the various target microcontrollers will only be built if
+suitable compilers are present. All of these are specified in the build
+dependencies *except* for the ARM Cortex targets which currently require a
+bare-metal toolchain which is not yet packaged for Debian.
+
+See http://altusmetrum.org/AltOS/building for details on how to build and
+install a suitable toolchaing for ARM Cortex M0 and M3 hardware targets.