zephyr/tests/drivers/adc
Mathieu Choplain 1fd9dc85b2 tests: drivers: adc_api: use proper printf format
This commit changes the adc_api test to use the proper printf
format specifier when printing the ADC samplings. This ensures
that all values are printed on 16-bit. Without this specifier,
negative values are sign-extended and printed on full integer
size (e.g., 0x8000 -> "0xFFFF8000").

Signed-off-by: Mathieu Choplain <mathieu.choplain@st.com>
2024-07-09 17:23:30 -04:00
..
adc_accuracy_test tests/driver/adc: Add ADC accuracy test 2024-03-26 10:38:01 -05:00
adc_api tests: drivers: adc_api: use proper printf format 2024-07-09 17:23:30 -04:00
adc_emul tests/drivers/adc: Switch to native_sim 2023-11-22 09:53:20 +01:00
adc_rescale tests adc/adc_rescale: Add missing overlays for native_sim 2024-04-18 12:20:14 +02:00