92
92
platformio run -d Projects/l0/Gate_SerialCom
93
93
platformio run -d Projects/l0/Gpio
94
94
platformio run -d Projects/l0/Imu
95
+ platformio run -d Projects/l0/Inspector_SerialCom
95
96
platformio run -d Projects/l0/Led
96
97
platformio run -d Projects/l0/Led_strip
97
98
platformio run -d Projects/l0/Light_sensor
@@ -102,26 +103,35 @@ jobs:
102
103
platformio run -d Projects/l0/Stepper
103
104
platformio run -d Projects/l0/Bike_alarm/Alarm_controller
104
105
platformio run -d Projects/l0/Bike_alarm/Start_controller
106
+
105
107
# arduino
106
108
platformio run -d Projects/Arduino/Button
107
109
platformio run -d Projects/Arduino/Gate_SerialCom
110
+ platformio run -d Projects/Arduino/Inspector_SerialCom
111
+
108
112
# NUCLEO-L432KC
109
113
platformio run -d Projects/NUCLEO-L432KC/Button
110
114
platformio run -d Projects/NUCLEO-L432KC/Gate_SerialCom
115
+ platformio run -d Projects/NUCLEO-L432KC/Inspector_SerialCom
111
116
platformio run -d Projects/NUCLEO-L432KC/Led
112
117
# STM32F4-discovery
113
118
platformio run -d Projects/STM32F4-discovery/Button
114
119
platformio run -d Projects/STM32F4-discovery/Gate_SerialCom
120
+ platformio run -d Projects/NUCLEO-F401RE/Inspector_SerialCom
121
+
115
122
# NUCLEO-F401RE
116
123
platformio run -d Projects/NUCLEO-F401RE/Button
117
124
platformio run -d Projects/NUCLEO-F401RE/Gate_SerialCom
125
+ platformio run -d Projects/NUCLEO-F410RB/Inspector_SerialCom
118
126
platformio run -d Projects/NUCLEO-F401RE/Led
119
127
# NUCLEO-F401RB
120
128
platformio run -d Projects/NUCLEO-F410RB/Button
121
129
platformio run -d Projects/NUCLEO-F410RB/Gate_SerialCom
130
+
122
131
# NUCLEO-G431KB
123
132
platformio run -d Projects/NUCLEO-G431KB/Button
124
133
platformio run -d Projects/NUCLEO-G431KB/Gate_SerialCom
134
+ platformio run -d Projects/NUCLEO-G431KB/Inspector_SerialCom
125
135
126
136
- name : Run PlatformIO Unit Tests
127
137
env :
@@ -134,8 +144,10 @@ jobs:
134
144
platformio run -t clean -c .\test\msg_alloc\config\platformio.ini
135
145
platformio run -t clean -c .\test\luos\config\platformio.ini
136
146
platformio run -t clean -c .\test\routing_table\config\platformio.ini
147
+ platformio run -t clean -c .\test\timestamp\config\platformio.ini
137
148
138
149
# Run Unit tests
139
150
platformio test -e native -c .\test\msg_alloc\config\platformio.ini -f msg_alloc --verbose
140
151
platformio test -e native -c .\test\luos\config\platformio.ini -f luos --verbose
141
152
platformio test -e native -c .\test\routing_table\config\platformio.ini -f routing_table --verbose
153
+ platformio test -e native -c .\test\timestamp\config\platformio.ini -f timestamp --verbose
0 commit comments