Merge remote-tracking branch 'origin/master'
authorKeith Packard <keithp@keithp.com>
Fri, 26 Apr 2013 05:22:50 +0000 (22:22 -0700)
committerKeith Packard <keithp@keithp.com>
Fri, 26 Apr 2013 05:22:50 +0000 (22:22 -0700)
Releasing
debian/README.build [new file with mode: 0644]

index 973cb01f6a098c850e39d3e26292b62341f31d6d..ce4df7c279c177522437c4935271b295492af436 100644 (file)
--- 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 (file)
index 0000000..1162d57
--- /dev/null
@@ -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.