diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-07-05 11:16:06 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-07-05 11:16:06 +0200 |
commit | 42502fc14501d7726b4f96b58326be035db324c4 (patch) | |
tree | 7487c12d255277889892aab18afa4e71e3d0d027 /src/README.md | |
parent | 1a5b10d91cdb36a521c7affa300f30bca679a90f (diff) | |
download | glutte-o-matic-42502fc14501d7726b4f96b58326be035db324c4.tar.gz glutte-o-matic-42502fc14501d7726b4f96b58326be035db324c4.tar.bz2 glutte-o-matic-42502fc14501d7726b4f96b58326be035db324c4.zip |
Stats: add QSO duration, avoid calling build_text all the time
Diffstat (limited to 'src/README.md')
-rw-r--r-- | src/README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/README.md b/src/README.md index 188bd89..f6733e7 100644 --- a/src/README.md +++ b/src/README.md @@ -41,6 +41,12 @@ Debug avec OpenOCD et GDB load continue +Debug simulateur avec GDB +========================= + + handle SIGUSR1 nostop noignore noprint + handle SIG34 nostop noignore noprint + Analyse statique avec clang =========================== |