Updated Firmware selbst ändern und kompilieren (markdown)
@@ -1,3 +1,4 @@
|
|||||||
|
# !!! WORK IN PROGRESS !!!
|
||||||
# Firmware selbst ändern und kompilieren
|
# Firmware selbst ändern und kompilieren
|
||||||
|
|
||||||
## Inhalt:
|
## Inhalt:
|
||||||
@@ -13,7 +14,7 @@ Das hat den Vorteil, dass man nur eine Code-Basis pflegen muss und sich alle Än
|
|||||||
|
|
||||||
Aus dem Grund verwende ich eigene Profile und [Compiler Direktiven](https://en.wikipedia.org/wiki/Directive_(programming)) und eine [IDE (Entwicklungsumgebung)](https://de.wikipedia.org/wiki/Integrierte_Entwicklungsumgebung), welche dies unterstützt. Ich habe mich hierbei für das kostenlose [Visual Studio Code](https://code.visualstudio.com) von Microsoft mit der zugehörigen Erweiterung [PlatformIO](https://platformio.org) entschieden.
|
Aus dem Grund verwende ich eigene Profile und [Compiler Direktiven](https://en.wikipedia.org/wiki/Directive_(programming)) und eine [IDE (Entwicklungsumgebung)](https://de.wikipedia.org/wiki/Integrierte_Entwicklungsumgebung), welche dies unterstützt. Ich habe mich hierbei für das kostenlose [Visual Studio Code](https://code.visualstudio.com) von Microsoft mit der zugehörigen Erweiterung [PlatformIO](https://platformio.org) entschieden.
|
||||||
|
|
||||||
## 2. Installation von PlatfomIO
|
## 2. Installation von PlatformIO
|
||||||
|
|
||||||
PlatformIO ist keine eigenständige Entwicklungsumgebung, sondern ein Aufsatz/Zusatz, um mit Visual Studio Code einfach und bequem für eine Vielzahl von Mikrocontrollern zu entwickeln.
|
PlatformIO ist keine eigenständige Entwicklungsumgebung, sondern ein Aufsatz/Zusatz, um mit Visual Studio Code einfach und bequem für eine Vielzahl von Mikrocontrollern zu entwickeln.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user