Skip to content

Commit 44cda6c

Browse files
author
Peter Wegmann
committed
2 parents 748c234 + e83b994 commit 44cda6c

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,17 @@ Before first compiling the project in Microchip Studio the submodule of the avr-
1717
git submodule update --init
1818
```
1919

20-
### Build configurations:
20+
### Choosing a Release
21+
In order to generate a executable Firmware of a specific release, `git tag` will list all available releases and
22+
```git checkout --recurse-submodules vX.XXX```
23+
will load the release specified by `vX.XXX` (for example `v2.213`).
24+
25+
### Build configurations (from v2.212):
26+
Build configurations are used to generate firmware binarys that are meant for the same device Type, but with varying Hardware, for example the display that is used. Build configuration names for gascounter modules have the following Format `'DisplayType'-'NetworkInterface'`, and can be set via the dropdown menu depicted in the screenshot below.
27+
28+
![build_configurations](https://user-images.githubusercontent.com/85115389/198265129-1811f6dd-a333-4995-9eb3-8800d6aded16.png)
29+
2130

22-
Buildconfigurations have the following Format:
23-
```'DisplayType'-'NetworkInterface'```
2431

2532
| Display Type | Description |
2633
|--------------|--------------------------------------------------------|

0 commit comments

Comments
 (0)