first
This commit is contained in:
13
extras/tests/esp32_hw_based/test_all.sh
Normal file
13
extras/tests/esp32_hw_based/test_all.sh
Normal file
@@ -0,0 +1,13 @@
|
||||
#!/bin/sh
|
||||
|
||||
# arduino idf4 based test
|
||||
make compile
|
||||
make M1.test M7.test
|
||||
|
||||
# idf4 based test
|
||||
make compile_idf4
|
||||
make M1.test M7.test
|
||||
|
||||
# idf5 only rmt-module supporting 8 steppers
|
||||
make compile_idf5
|
||||
make M1.test
|
||||
Reference in New Issue
Block a user