File tree 1 file changed +16
-0
lines changed
1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,25 @@ before_install:
5
5
- docker pull grumpycoders/uc-sdk-build-env
6
6
env :
7
7
matrix :
8
+ - TARGET=inemom1/accelero
9
+ - TARGET=inemom1/gyro
8
10
- TARGET=inemom1/leds
11
+ - TARGET=inemom1/pwm
12
+ - TARGET=stm32f4discovery/accel
13
+ - TARGET=stm32f4discovery/audio
14
+ - TARGET=stm32f4discovery/leds
9
15
- TARGET=stm32f4discovery/skel
16
+ - TARGET=stm32f4discovery/timerirq
17
+ - TARGET=stm32f429discovery/adcdma
18
+ - TARGET=stm32f429discovery/adcpolling
19
+ - TARGET=stm32f429discovery/button
20
+ - TARGET=stm32f429discovery/charlcd
21
+ - TARGET=stm32f429discovery/gyro
10
22
- TARGET=stm32f429discovery/leds
23
+ - TARGET=stm32f429discovery/spimaster
24
+ - TARGET=stm32f429discovery/spislave
25
+ - TARGET=stm32f429discovery/timerirq
26
+ - TARGET=stm32f429discovery/timerpwm
11
27
- TARGET=mbed-lpc1768/leds
12
28
script :
13
29
- docker run -v `pwd`:/uC-sdk grumpycoders/uc-sdk-build-env make -C /uC-sdk/examples/$TARGET
You can’t perform that action at this time.
0 commit comments