mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-08-10 15:25:07 -06:00
✨ Robin Nano v1 CDC (USB mod) (#24619)
This commit is contained in:
parent
20c72845a0
commit
2a1c2e26ed
13 changed files with 127 additions and 43 deletions
19
buildroot/tests/mks_robin_nano_v1v2_usbmod
Executable file
19
buildroot/tests/mks_robin_nano_v1v2_usbmod
Executable file
|
@ -0,0 +1,19 @@
|
|||
#!/usr/bin/env bash
|
||||
#
|
||||
# Build tests for MKS Robin nano
|
||||
# (STM32F1 genericSTM32F103VE)
|
||||
#
|
||||
|
||||
# exit on first failure
|
||||
set -e
|
||||
|
||||
#
|
||||
# MKS/ZNP Robin nano v1.2 Emulated DOGM FSMC and native USB mod
|
||||
#
|
||||
use_example_configs Mks/Robin
|
||||
opt_add USB_MOD
|
||||
opt_set MOTHERBOARD BOARD_MKS_ROBIN_NANO SERIAL_PORT -1
|
||||
exec_test $1 $2 "MKS/ZNP Robin nano v1.2 Emulated DOGM FSMC and native USB mod" "$3"
|
||||
|
||||
# cleanup
|
||||
restore_configs
|
Loading…
Add table
Add a link
Reference in a new issue