Browse Source

Added mbed Blog Entry

Thomas Buck 10 years ago
parent
commit
31f43aeb4b

+ 35
- 0
input/blog/2013/2013_08_09_mbed.md View File

@@ -0,0 +1,35 @@
1
+title: Blog
2
+post: mbed
3
+date: 2013-08-09
4
+comments: true
5
+---
6
+
7
+## {{ page["post"] }}
8
+<!--%
9
+from datetime import datetime
10
+date = datetime.strptime(page["date"], "%Y-%m-%d").strftime("%B %d, %Y")
11
+print "*Posted at %s.*" % date
12
+%-->
13
+
14
+[Langer Rede][previous] kurzer Sinn: Ich habe mir einen [mbed NXP LPC1768][mbed] gekauft.
15
+
16
+Mir gefällt die Idee, auch im Embedded-Bereich objektorientiert zu programmieren. C++ zählt jetzt zwar nicht unbedingt zu meinen Stärken, aber die [ähnlichkeit zu C][c2cpp] scheint mir hinreichend groß zu sein um schnell zu Ergebnissen zu kommen... :)
17
+
18
+Der Standard in Sachen vorkompilierter ARM GCC Toolchain scheint [GCC-ARM Embedded][gcc-arm] zu sein. Allerdings kam ich damit, dank kaputter Symlinks, nicht weiter. Schlussendlich hat [gcc4mbed][gcc4mbed] dann völlig Problemlos zum Ziel geführt: Eine GCC Toolchain und die mbed Library auf dem eigenen Rechner. Der zum mbed gehörige [Online-Compiler][online] ist mir nämlich nicht wirklich geheuer...
19
+
20
+[![Foto mbed][small]][big]
21
+[![Foto Breadboard 1][small2]][big2]
22
+[![Foto Breadboard 2][small1]][big1]
23
+
24
+ [previous]: 2013_07_27_quad.html
25
+ [mbed]: https://mbed.org/handbook/mbed-NXP-LPC1768
26
+ [c2cpp]: http://triptico.com/docs/c2cpp.html
27
+ [gcc-arm]: https://launchpad.net/gcc-arm-embedded
28
+ [gcc4mbed]: https://github.com/adamgreen/gcc4mbed
29
+ [online]: http://mbed.org/handbook/mbed-Compiler
30
+ [small]: img/mbed_small.jpg
31
+ [big]: img/mbed.jpg
32
+ [small1]: img/mbed1_small.jpg
33
+ [big1]: img/mbed1.jpg
34
+ [small2]: img/mbed2_small.jpg
35
+ [big2]: img/mbed2.jpg

BIN
static/img/mbed.jpg View File


BIN
static/img/mbed1.jpg View File


BIN
static/img/mbed1_small.jpg View File


BIN
static/img/mbed2.jpg View File


BIN
static/img/mbed2_small.jpg View File


BIN
static/img/mbed_small.jpg View File


Loading…
Cancel
Save