📌 PandaPi V2.9 – Standalone mode (#23908)
This commit is contained in:
@ -73,6 +73,17 @@ build_flags = ${env:STM32F103RC_btt.build_flags}
|
||||
-DUSBD_USE_CDC_MSC
|
||||
build_unflags = ${common_stm32.build_unflags} -DUSBD_USE_CDC
|
||||
|
||||
#
|
||||
# Panda Pi V2.9 - Standalone (STM32F103RC)
|
||||
# Headless, without direct Pi control, but potentially hosting OctoPrint, stepdaemon, etc.
|
||||
#
|
||||
[env:PANDA_PI_V29]
|
||||
extends = common_STM32F103RC_variant
|
||||
build_flags = ${common_STM32F103RC_variant.build_flags}
|
||||
-DTIMER_SERVO=TIM1
|
||||
board_build.offset = 0x5000
|
||||
board_upload.offset_address = 0x08005000
|
||||
|
||||
#
|
||||
# MKS Robin (STM32F103ZET6)
|
||||
# Uses HAL STM32 to support Marlin UI for TFT screen with optional touch panel
|
||||
|
Reference in New Issue
Block a user