Makefile: add systick example to smoke tests
This makes sure future changes will at least keep the example code compiling.
Этот коммит содержится в:
родитель
388d11eecf
коммит
8dc0deaf46
1 изменённых файлов: 2 добавлений и 0 удалений
2
Makefile
2
Makefile
|
@ -171,6 +171,8 @@ smoketest:
|
||||||
@$(MD5SUM) test.hex
|
@$(MD5SUM) test.hex
|
||||||
$(TINYGO) build -size short -o test.hex -target=pca10040 examples/serial
|
$(TINYGO) build -size short -o test.hex -target=pca10040 examples/serial
|
||||||
@$(MD5SUM) test.hex
|
@$(MD5SUM) test.hex
|
||||||
|
$(TINYGO) build -size short -o test.hex -target=pca10040 examples/systick
|
||||||
|
@$(MD5SUM) test.hex
|
||||||
$(TINYGO) build -size short -o test.hex -target=pca10040 examples/test
|
$(TINYGO) build -size short -o test.hex -target=pca10040 examples/test
|
||||||
@$(MD5SUM) test.hex
|
@$(MD5SUM) test.hex
|
||||||
# test all targets/boards
|
# test all targets/boards
|
||||||
|
|
Загрузка…
Создание таблицы
Сослаться в новой задаче