Home
last modified time | relevance | path

Searched +full:gnss +full:- +full:nmea +full:- +full:generic (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/dts/bindings/gnss/
Dgnss-nmea-generic.yaml2 # SPDX-License-Identifier: Apache-2.0
5 Generic GNSS NMEA receiver
7 Implement a generic NMEA based GNSS device.
12 current-speed = <9600>;
14 gnss: gnss-nmea-generic {
15 compatible = "gnss-nmea-generic";
19 compatible: "gnss-nmea-generic"
22 - uart-device.yaml
/Zephyr-latest/drivers/gnss/
DKconfig.generic2 # SPDX-License-Identifier: Apache-2.0
5 bool "Generic GNSS NMEA device"
7 depends on GNSS
17 Generic NMEA based GNSS device.
27 the GNSS device. This does not affect the number of devices that the
/Zephyr-latest/tests/drivers/build_all/gnss/
Dapp.overlay4 * SPDX-License-Identifier: Apache-2.0
9 #address-cells = <1>;
10 #size-cells = <1>;
17 gnss_nmea_generic: gnss-nmea-generic {
18 compatible = "gnss-nmea-generic";
27 pps-mode = "GNSS_PPS_MODE_ENABLED";
31 compatible = "u-blox,m8";
/Zephyr-latest/boards/bytesatwork/bytesensi_l/
Dbytesensi_l.dts4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
12 #include <zephyr/dt-bindings/gpio/gpio.h>
16 compatible = "bytesatwork,bytesensi-l";
22 zephyr,code-partition = &slot0_partition;
28 /* Alias for gnss samples */
29 gnss = &gnss;
35 compatible = "fixed-partitions";
36 #address-cells = <1>;
37 #size-cells = <1>;
[all …]
/Zephyr-latest/doc/releases/
Drelease-notes-3.6.rst12 * New :ref:`GNSS subsystem <gnss_api>` added, enabling geo-awareness in Zephyr applications.
13 * New API and drivers introduced for interfacing with :ref:`keyboard matrices <gpio-kbd>`.
16 * Integrated Trusted Firmware-M (TF-M) 2.0, including an update to Mbed TLS 3.5.2.
23 * Over 30 new supported boards, spanning all Zephyr-supported architectures.
37 * CVE-2023-5779 `Zephyr project bug tracker GHSA-7cmj-963q-jj47
38 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-7cmj-963q-jj47>`_
40 * CVE-2023-6249 `Zephyr project bug tracker GHSA-32f5-3p9h-2rqc
41 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-32f5-3p9h-2rqc>`_
43 * CVE-2023-6749 `Zephyr project bug tracker GHSA-757h-rw37-66hw
44 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-757h-rw37-66hw>`_
[all …]
Dmigration-guide-3.7.rst22 out-of-tree SoCs and boards to be ported to the new model. See the
25 * The following build-time generated headers:
27 .. list-table::
28 :header-rows: 1
30 * - Affected header files
31 * - ``app_version.h``
32 * - ``autoconf.h``
33 * - ``cmake_intdef.h``
34 * - ``core-isa-dM.h``
35 * - ``devicetree_generated.h``
[all …]