STM32F411: add CNC Shield V3 for Nucleo to the series of regression tests.

Now Nucleo F411RE based boards are covered as well :-)
This commit is contained in:
Nico Tonnhofer 2015-11-19 19:31:09 +01:00
parent 3e76406b8c
commit 2da993220e
2 changed files with 9 additions and 0 deletions

View File

@ -161,6 +161,9 @@ regressiontests:
# Config scenario: ACCELERATION_RAMPING without LOOKAHEAD
$(MAKE) -f Makefile-AVR USER_CONFIG=testcases/config.regtest-no-lookahead.h \
MCU=atmega644 F_CPU=20000000UL EXTRA_CFLAGS=-Werror all
# Continue with ARM based boards, a Nucleo-F411RE based board.
$(MAKE) -f Makefile-ARM USER_CONFIG=testcases/config.regtest-cnc-shield-stm32.h \
MCU=stm32f411 EXTRA_CFLAGS=-Werror all
# Don't forget the hostside simulator.
$(MAKE) -f Makefile-SIM USER_CONFIG=testcases/config.regtest-gen7-avr.h \
MCU=atmega644 F_CPU=20000000UL EXTRA_CFLAGS=-Werror all

View File

@ -0,0 +1,6 @@
// Configuration for controller board.
#include "../config/board.cnc-shield-v3-nucleo.h"
// Configuration for printer board.
#include "../config/printer.wolfstrap.h"