mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-18 21:27:56 +00:00
Minor doc fixes in the release notes
This commit is contained in:
parent
bde3be787e
commit
a5c9830706
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user