more build info
This commit is contained in:
parent
c9a6729ba7
commit
76d464c8cc
1 changed files with 8 additions and 0 deletions
|
@ -26,6 +26,14 @@ _Hinweis_: Die ältere Python-Implementierung ist zu Dokumentationszwecken noch
|
||||||
Für die Ansteuerung des LCD wird `rpi-pico-i2c-lcd` von _T-622_ ([Github](https://github.com/t-622/rpi-pico-i2c-lcd)) verwendet, das wiederum auf `python_lcd` von _dhylands_ ([Github](https://github.com/dhylands/python_lcd)) basiert. Die entspechenden Dateien liegen der Einfachheit halber im `lib` Unterverzeichnis.
|
Für die Ansteuerung des LCD wird `rpi-pico-i2c-lcd` von _T-622_ ([Github](https://github.com/t-622/rpi-pico-i2c-lcd)) verwendet, das wiederum auf `python_lcd` von _dhylands_ ([Github](https://github.com/dhylands/python_lcd)) basiert. Die entspechenden Dateien liegen der Einfachheit halber im `lib` Unterverzeichnis.
|
||||||
|
|
||||||
### Installation
|
### Installation
|
||||||
|
Zunächst wird das Repository geklont sowie die Submodules initialisiert:
|
||||||
|
```
|
||||||
|
$ git clone https://git.rustysoft.de/martin/gbmanager.git
|
||||||
|
$ cd gbmanager
|
||||||
|
$ git submodule init
|
||||||
|
$ git submodule update
|
||||||
|
```
|
||||||
|
|
||||||
Mit den folgenden Kommandos wird die Firmware compiliert:
|
Mit den folgenden Kommandos wird die Firmware compiliert:
|
||||||
```
|
```
|
||||||
$ mkdir build && cd build
|
$ mkdir build && cd build
|
||||||
|
|
Loading…
Reference in a new issue