Home
last modified time | relevance | path

Searched +full:chgin +full:- +full:to +full:- +full:sys +full:- +full:current +full:- +full:limit +full:- +full:microamp (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/dts/bindings/charger/
Dmaxim,max20335-charger.yaml2 # SPDX-License-Identifier: Apache-2.0
8 compatible: "maxim,max20335-charger"
11 constant-charge-voltage-max-microvolt:
14 - 4050000
15 - 4100000
16 - 4150000
17 - 4200000
18 - 4250000
19 - 4300000
20 - 4350000
[all …]
/Zephyr-latest/tests/drivers/build_all/charger/
Di2c.dtsi3 * SPDX-License-Identifier: Apache-2.0
15 constant-charge-current-max-microamp = <1000000>;
16 constant-charge-voltage-max-microvolt = <4208000>;
18 ce-gpios = <&test_gpio 0 0>;
27 compatible = "maxim,max20335-charger";
29 chgin-to-sys-current-limit-microamp = <100000>;
30 constant-charge-voltage-max-microvolt = <4050000>;
31 system-voltage-min-threshold-microvolt = <3600000>;
32 re-charge-threshold-microvolt = <170000>;
33 thermistor-monitoring-mode = "JEITA-2";
[all …]
/Zephyr-latest/doc/releases/
Drelease-notes-3.7.rst8 We are pleased to announce the release of Zephyr version 3.7.0.
10 This release is the last non-maintenance 3.x release and, as such, will be the next
18 * A long-awaited :ref:`HTTP Server <http_server_interface>` library, and associated service API,
19 allow to easily implement HTTP/1.1 and HTTP/2 servers in Zephyr. Resources can be registered
21 * :ref:`POSIX support <posix_support>` has been extended, with most Options of the IEEE 1003-2017
25 * Bluetooth Host has been extended with support for the Nordic UART Service (NUS), Hands-free Audio
28 * Sensor abstraction model has been overhauled to adopt a
29 :ref:`read-then-decode approach <sensor-read-and-decode>` that enables more types of sensors and
31 * A new :ref:`LLEXT Extension Developer Kit (EDK) <llext_build_edk>` makes it easier to develop and
34 without having to rely on a complex setup of the host environment.
[all …]