v1.7.0 #91

Merged
muellerr merged 64 commits from develop into main 2021-09-02 09:29:49 +02:00
35 changed files with 396 additions and 173 deletions
Showing only changes of commit 95b49ca49d - Show all commits

View File

@@ -932,6 +932,10 @@ All content will be printed with
````
cat file.bin | hexdump -v
````
To print only the first X bytes of a file
````
cat file.bin | hexdump -v -n X
````
## Preparation of a fresh rootfs and SD card

View File

@@ -41,7 +41,7 @@ debugging. */
#define ADD_PLOC_SUPERVISOR 1
#define ADD_PLOC_MPSOC 0
#define BOARD_TE0720 1
#define BOARD_TE0720 0
#define TE0720_HEATER_TEST 0
#define P60DOCK_DEBUG 0

2
tmtc

Submodule tmtc updated: c125a62612...ce5596f566