From 1d43e777fbefe13d0b365c3568bbdb7341b32bd1 Mon Sep 17 00:00:00 2001 From: zhanglinjing Date: Wed, 12 Nov 2025 11:06:26 +0100 Subject: [PATCH 1/3] extras/: Update arduino-core-test. Signed-off-by: zhanglinjing --- extras/arduino-core-tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/arduino-core-tests b/extras/arduino-core-tests index 39fc65c8..65b0d15f 160000 --- a/extras/arduino-core-tests +++ b/extras/arduino-core-tests @@ -1 +1 @@ -Subproject commit 39fc65c89189e43307491188564a294815e832cc +Subproject commit 65b0d15f31a0252890edd6e711d97d8dd21f4c09 From 468440f0ebabc65011a63076e995aed0d033d607 Mon Sep 17 00:00:00 2001 From: zhanglinjing Date: Wed, 12 Nov 2025 11:10:13 +0100 Subject: [PATCH 2/3] tests/: Modify test config. Signed-off-by: zhanglinjing --- tests/test_config.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/test_config.h b/tests/test_config.h index b60cf0ab..11a07678 100644 --- a/tests/test_config.h +++ b/tests/test_config.h @@ -34,4 +34,7 @@ // Forward declarations for SPI instances extern SPIClassPSOC SPI1; +// Test PWM Frequencies +static const float test_pwm_frequencies[] = {1, 50, 5000, 50000}; + #endif // TEST_CONFIG_H \ No newline at end of file From ada75977d319945a9150568ee6bb1c4fa43385a8 Mon Sep 17 00:00:00 2001 From: zhanglinjing Date: Thu, 13 Nov 2025 00:40:28 +0100 Subject: [PATCH 3/3] extras/: Checkout main of arduino-core-test. Signed-off-by: zhanglinjing --- extras/arduino-core-tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/arduino-core-tests b/extras/arduino-core-tests index 65b0d15f..aa5f86c1 160000 --- a/extras/arduino-core-tests +++ b/extras/arduino-core-tests @@ -1 +1 @@ -Subproject commit 65b0d15f31a0252890edd6e711d97d8dd21f4c09 +Subproject commit aa5f86c103cd165c9cdc4bc4f07af9ae0ec56eb9