From a5c9830706cb3256c4b6d7994494e246b9d8f1f6 Mon Sep 17 00:00:00 2001 From: Norman Feske Date: Sat, 12 Mar 2022 11:53:55 +0100 Subject: [PATCH] Minor doc fixes in the release notes --- doc/release_notes/18-02.txt | 5 +++-- doc/release_notes/22-02.txt | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/release_notes/18-02.txt b/doc/release_notes/18-02.txt index 7f89e7998e..577455f3d7 100644 --- a/doc/release_notes/18-02.txt +++ b/doc/release_notes/18-02.txt @@ -219,8 +219,9 @@ Base framework and OS-level infrastructure Increased default warning level =============================== -For building Genode components written in C++, the compiler flags -Wextra, --Weffc++, and -Werror are now enabled in addition to -Wall by default. +For building Genode components written in C++, the compiler +flags -Wextra, -Weffc++, and -Werror are now enabled in addition +to -Wall by default. If this strict warning level is inapplicable for a given component or library, it is possible to explicitly disable the strictness in the diff --git a/doc/release_notes/22-02.txt b/doc/release_notes/22-02.txt index a43dcc9484..9bcbfc1f21 100644 --- a/doc/release_notes/22-02.txt +++ b/doc/release_notes/22-02.txt @@ -884,7 +884,7 @@ Pinephone modem access On our way towards a Genode-based phone, we enabled the low-level access of the Quectel-EG25 modem as found in the Pinephone. This line of work is hosted in the [https://github.com/genodelabs/genode-allwinner - genode-allwinner] -repository and consists of parts. First, the modem driver at +repository and consists of two parts. First, the modem driver at _src/drivers/modem/pinephone/_ takes care of the powering and initialization of the modem. It works in tandem with the power and reset controls of the A64 platform driver and the GPIO controls of the PIO driver. The second part @@ -894,7 +894,7 @@ described in [https://wiki.pine64.org/wiki/File:Quectel_EC2x%26EG9x%26EG2x-G%26EM05_Series_AT_Commands_Manual_V2.0.pdf - Quectel documentation]. A first example scenario is provided by the -[https://github.com/genodelabs/genode-allwinner/blob/22.02/run/modem_pinephone.run modem_pinephone.run] +[https://github.com/genodelabs/genode-allwinner/blob/22.02/run/modem_pinephone.run - modem_pinephone.run] script. It comprises the modem driver and two instances of the UART driver. One UART driver is connected to the modem's control channel whereas the other is connected to the default serial interface of the Pinephone. By bridging