summaryrefslogtreecommitdiff
path: root/src/stm/ao_romconfig.c
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2012-03-17 00:06:59 -0700
committerKeith Packard <keithp@keithp.com>2012-03-28 21:37:02 -0700
commit8ba5344514f8ed51f6fd69ca09f6c7035c4fd0da (patch)
tree0389904daef28481f4e39830f5739b13ae097f32 /src/stm/ao_romconfig.c
parent1d1b24bb20dec09145fbaa6fe6897898d47dd16e (diff)
Add stm-demo program
This runs AltOS and talks over the serial port. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/stm/ao_romconfig.c')
-rw-r--r--src/stm/ao_romconfig.c20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/stm/ao_romconfig.c b/src/stm/ao_romconfig.c
new file mode 100644
index 00000000..bbb677e2
--- /dev/null
+++ b/src/stm/ao_romconfig.c
@@ -0,0 +1,20 @@
+/*
+ * Copyright © 2011 Keith Packard <keithp@keithp.com>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
+ */
+
+#include "ao.h"
+
+const uint16_t ao_serial_number = 0;