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:
parent
3e76406b8c
commit
2da993220e
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
Loading…
Reference in New Issue