zephyr/tests/kernel/timer/timer_behavior/boards/esp32s3_devkitm.overlay
Ederson de Souza 5c65a60eab tests/kernel/timer/timer_behavior: Add support for Saleae Logic 2
This patch shows an example of how to use the timer behavior external
tool testing, using the Saleae Logic 2 application.

Also, some board overlays were added as examples.

Finally, testcase.yaml updated with parameters for the Saleae sample.

Signed-off-by: Ederson de Souza <ederson.desouza@intel.com>
2023-09-27 20:25:09 -04:00

14 lines
234 B
Plaintext

/*
* Copyright (c) 2023 Intel Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
/ {
resources {
compatible = "test-kernel-timer-behavior-external";
timerout-gpios = <&gpio0 4 GPIO_ACTIVE_LOW>;
};
};