aboutsummaryrefslogtreecommitdiff
path: root/playground.h
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2016-01-02 20:53:42 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2016-01-02 20:53:42 +0100
commit9129af503c8211d713c8a160a3b6f3f86b328639 (patch)
tree3cd9ff26f4d323fc553b2a99d56be9b81a57a4c4 /playground.h
parentaae314fead54dab7b258f3a6c7ac1615833f9987 (diff)
downloadstm32f103-playground-9129af503c8211d713c8a160a3b6f3f86b328639.tar.gz
stm32f103-playground-9129af503c8211d713c8a160a3b6f3f86b328639.tar.bz2
stm32f103-playground-9129af503c8211d713c8a160a3b6f3f86b328639.tar.xz
stm32f103-playground-9129af503c8211d713c8a160a3b6f3f86b328639.zip
o Adding a utility to dump segment sizes from the generated ELF files.
o Adding os2 with support for critical sections. More to come. o Adding dma1 to test DMA + SPI.
Diffstat (limited to 'playground.h')
-rw-r--r--playground.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/playground.h b/playground.h
deleted file mode 100644
index 824157b..0000000
--- a/playground.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#ifndef PLAYGROUND_H
-#define PLAYGROUND_H
-
-extern "C" void halt();
-
-#endif