📌 PandaPi V2.9 – Standalone mode (#23908)

This commit is contained in:
Mark
2022-03-18 12:49:47 +08:00
committed by Scott Lahteine
parent cc8e485e1c
commit 7e88ee8c5c
4 changed files with 236 additions and 0 deletions

View File

@ -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