Skip to content

Commit 9d6503f

Browse files
committed
Fixing tests for EFR32 (Exclude from general arduino uno tests)
1 parent bf74c7c commit 9d6503f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/arduino.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,15 @@ jobs:
2525
- arduino-boards-fqbn: arduino:avr:uno # arudino uno - compiling almost all examples
2626
sketch-names: '**.ino'
2727
required-libraries: PciManager
28-
sketches-exclude: align_current_sense, measure_inductance_and_resistance, teensy4_current_control_low_side, full_control_serial, angle_control, bluepill_position_control, esp32_position_control, esp32_i2c_dual_bus_example, stm32_i2c_dual_bus_example, magnetic_sensor_spi_alt_example, osc_esp32_3pwm, osc_esp32_fullcontrol, nano33IoT_velocity_control, smartstepper_control,esp32_current_control_low_side, stm32_spi_alt_example, esp32_spi_alt_example, B_G431B_ESC1, odrive_example_spi, odrive_example_encoder, single_full_control_example, double_full_control_example, stm32_current_control_low_side, open_loop_velocity_6pwm
28+
sketches-exclude: align_current_sense, measure_inductance_and_resistance,
29+
teensy4_current_control_low_side, full_control_serial, angle_control,
30+
bluepill_position_control, esp32_position_control, esp32_i2c_dual_bus_example,
31+
stm32_i2c_dual_bus_example, magnetic_sensor_spi_alt_example, osc_esp32_3pwm,
32+
osc_esp32_fullcontrol, nano33IoT_velocity_control, smartstepper_control,
33+
esp32_current_control_low_side, stm32_spi_alt_example, esp32_spi_alt_example,
34+
B_G431B_ESC1, odrive_example_spi, odrive_example_encoder, single_full_control_example,
35+
double_full_control_example, stm32_current_control_low_side, open_loop_velocity_6pwm,
36+
efr32_hall_sensor_velocity_6pwm, efr32_open_loop_velocity_6pwm, efr32_torque_velocity_6pwm
2937

3038
- arduino-boards-fqbn: arduino:sam:arduino_due_x # arduino due - one full example
3139
sketch-names: single_full_control_example.ino

0 commit comments

Comments
 (0)