mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-08-08 22:34:59 -06:00
STM32duino - Use SDIO for onboard SD (#16756)
This commit is contained in:
parent
38a9706e16
commit
0268c1d02c
21 changed files with 485 additions and 460 deletions
|
@ -195,7 +195,7 @@ extern "C" {
|
|||
#define PIN_SERIAL2_RX PD6
|
||||
#define PIN_SERIAL2_TX PD5
|
||||
#else
|
||||
#error'Invaqlid setting for SERIAL_UART_INSTANCE'
|
||||
#error'Invalid setting for SERIAL_UART_INSTANCE'
|
||||
#endif
|
||||
|
||||
// Timer Definitions
|
||||
|
|
|
@ -10,7 +10,7 @@ set -e
|
|||
# Build with the default configurations
|
||||
#
|
||||
restore_configs
|
||||
opt_set MOTHERBOARD BOARD_BIGTREE_BTT002_V1_0
|
||||
opt_set MOTHERBOARD BOARD_BTT_BTT002_V1_0
|
||||
opt_set SERIAL_PORT 1
|
||||
exec_test $1 $2 "BigTreeTech BTT002 Default Configuration"
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ set -e
|
|||
# Build with the default configurations
|
||||
#
|
||||
restore_configs
|
||||
opt_set MOTHERBOARD BOARD_BIGTREE_SKR_PRO_V1_1
|
||||
opt_set MOTHERBOARD BOARD_BTT_SKR_PRO_V1_1
|
||||
opt_set SERIAL_PORT 1
|
||||
exec_test $1 $2 "BigTreeTech SKR Pro Default Configuration"
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ set -e
|
|||
# Build with the default configurations
|
||||
#
|
||||
restore_configs
|
||||
opt_set MOTHERBOARD BOARD_BIGTREE_SKR_MINI_V1_1
|
||||
opt_set MOTHERBOARD BOARD_BTT_SKR_MINI_V1_1
|
||||
opt_set SERIAL_PORT 1
|
||||
opt_set SERIAL_PORT_2 -1
|
||||
exec_test $1 $2 "BigTreeTech SKR Mini v1.1 - Basic Configuration"
|
||||
|
|
|
@ -10,7 +10,7 @@ set -e
|
|||
# Build with the default configurations
|
||||
#
|
||||
restore_configs
|
||||
opt_set MOTHERBOARD BOARD_BIGTREE_SKR_E3_DIP
|
||||
opt_set MOTHERBOARD BOARD_BTT_SKR_E3_DIP
|
||||
opt_set SERIAL_PORT 1
|
||||
opt_set SERIAL_PORT_2 -1
|
||||
exec_test $1 $2 "BigTreeTech SKR E3 DIP v1.0 - Basic Configuration"
|
||||
|
|
|
@ -10,7 +10,7 @@ set -e
|
|||
# Build with the default configurations
|
||||
#
|
||||
restore_configs
|
||||
opt_set MOTHERBOARD BOARD_BIGTREE_SKR_E3_DIP
|
||||
opt_set MOTHERBOARD BOARD_BTT_SKR_E3_DIP
|
||||
opt_set SERIAL_PORT 1
|
||||
opt_set SERIAL_PORT_2 -1
|
||||
exec_test $1 $2 "BigTreeTech SKR E3 DIP v1.0 - Basic Configuration"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue