Skip to content

Commit

Permalink
Update example_tester.sh to disable I2C and UART_DMA
Browse files Browse the repository at this point in the history
  • Loading branch information
JC-282-AD authored Jun 28, 2024
1 parent 365ac2c commit 3af2634
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/scripts/example_tester.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ function test_UART() {
fi

printf "Test result for UART_INTERRUPT: $result_UART_INTERRUPT\n"

<<"TEMPDISABLE"
init UART DMA
# start testing the output
Expand All @@ -140,7 +140,7 @@ function test_UART() {
fi
printf "Test result for UART_DMA: $result_UART_DMA\n"

TEMPDISABLE
}
function test_TRNG() {
Expand Down Expand Up @@ -468,7 +468,7 @@ function main() {
test_Hello_World
test_Hello_World_Cpp
test_TRNG
test_I2C
#test_I2C
test_SPI
if [[ $boardVersion = max32690 ]]
then
Expand Down

0 comments on commit 3af2634

Please sign in to comment.