zephyr/samples
Aaron Massey e294b16a2f fuel_gauge: Add fuel_guage_get_props()
The fuel_gauge_get_prop() function prototype declares a function that
retrieves multiple fuel gauge properties at once. The naming suggests it
ought to fetch a singular property at a time. Moreso, some clients may just
want to fetch properties one at a time and may feel uncomfortable using a
prototype for fetching multiple properties when wanting to fetch them one
at a time.

Modify fuel_gauge_get_prop() to fetch a single property and add
fuel_gauge_get_props() to support fetching multiple properties. Modify
existing tests/drivers/samples.

This is part of #61818 work.

Signed-off-by: Aaron Massey <aaronmassey@google.com>
2023-09-27 12:07:59 +02:00
..
application_development samples: code_relocation_nocopy: Make linker script more generic 2023-09-13 16:20:34 +02:00
arch samples: arch: smp: pi: fix the stack overflow issue 2023-09-22 09:25:12 +02:00
basic samples: basic: blinky_pwm: add esp32s3_luatos_core 2023-09-22 15:58:11 +02:00
bluetooth Bluetooth: PACS: Remove CONFIG_BT_PACS_{SNK,SRC}_CONTEXT 2023-09-22 09:21:53 +02:00
boards drivers: adc: use adc_read_dt api 2023-09-25 09:52:16 +02:00
compression tests/samples: use integration_platforms more where it makes sense 2023-05-26 17:52:02 -04:00
cpp doc: fix :zephyr-app: paths 2023-07-17 16:51:16 -04:00
drivers doc: samples: Fix typos introduced by f6a4217a 2023-09-26 08:38:42 +02:00
fuel_gauge fuel_gauge: Add fuel_guage_get_props() 2023-09-27 12:07:59 +02:00
hello_world samples: hello_world: use printf 2023-08-17 10:38:26 +02:00
kernel kernel: move timeout_q.h to kernel/include 2023-09-12 12:55:36 -04:00
modules modules: lvgl: simplify sys_heap memory size configs 2023-09-27 09:54:08 +02:00
net samples: net: sockets: big_http_download: Align documentation 2023-09-27 09:53:58 +02:00
philosophers arch: arm: Remove aarch32 directory 2023-09-13 10:08:05 +01:00
posix samples: posix: uname: Set to 1cpu as shell_thread is not SMP-safe 2023-08-21 13:27:07 +02:00
sensor doc: stm32: Update all st.com links to use HTTPS 2023-09-26 16:55:08 +02:00
shields doc: stm32: Update all st.com links to use HTTPS 2023-09-26 16:55:08 +02:00
subsys samples: ipc: update esp32 board reference 2023-09-27 12:07:21 +02:00
synchronization samples: synchronization: build this sample on all platforms 2023-09-20 10:05:14 -04:00
tfm_integration doc: samples: tfm: remove extra title 2023-09-26 12:02:54 +02:00
userspace samples: userspace: exclude cy8cproto boards from sample 2023-09-25 19:42:13 +02:00
classic.rst doc: fix top samples doc index 2021-03-09 17:48:18 -05:00
index.rst doc: samples: Fix incorrect maxdepth for some toctrees 2023-09-26 12:02:54 +02:00
sample_definition_and_criteria.rst doc: use a linked reference rather than a GitHub reference. 2023-08-16 14:58:20 +02:00