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>
14 lines
234 B
Plaintext
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>;
|
|
};
|
|
};
|