summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorVegard Storheil Eriksen <zyp@jvnv.net>2012-09-08 15:59:41 +0200
committerVegard Storheil Eriksen <zyp@jvnv.net>2012-09-08 15:59:41 +0200
commit36928bb57ae74e96e7cd93edfd208d162e0592e1 (patch)
treee71b3d18e3b402e7150b1e02c3824f6ea8f2ccdd /SConstruct
Led matrix test.led_matrix
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct11
1 files changed, 11 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
new file mode 100644
index 0000000..ff0e6ce
--- /dev/null
+++ b/SConstruct
@@ -0,0 +1,11 @@
+import os
+
+env = Environment(
+ ENV = os.environ,
+)
+
+SConscript('laks/build_rules')
+
+env.SelectMCU('stm32f407zg')
+
+env.Firmware('demo.elf', Glob('*.cpp'))