Voxelab Aquila N32 (via Maple) (#26470)

Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
This commit is contained in:
Andrew
2023-12-06 00:11:41 -05:00
committed by GitHub
parent 425af4240b
commit a41e16ffee
19 changed files with 1831 additions and 213 deletions

View File

@@ -50,7 +50,6 @@ build_flags =
-D __PANIC_SHORT_FILENAMES # Use short filenames in core panic output
-D __OMIT_PANIC_MESSAGE # Omit panic messages in core panic output
# Drivers and Middleware required by the HC32 HAL
board_build.ddl.ots = true
board_build.ddl.sdioc = true
@@ -80,7 +79,7 @@ extends = HC32F460_base
board_build.ld_args.flash_size = 512K
#
# Aquila V1.0.1 Mainboard, as found in the Voxelab Aquila X2
# Voxelab Aquila V1.0.0/V1.0.1/V1.0.2/V1.0.3 as found in the Voxelab Aquila X2 & C2
#
[env:HC32F460C_aquila_101]
extends = HC32F460C_base

View File

@@ -142,6 +142,29 @@ extends = env:STM32F103RE_creality_maple
board_build.address = 0x08010000
board_build.ldscript = crealityPro.ld
#
# Voxelab Aquila V1.0.1
#
# GD32F103RC_voxelab_maple ........ GD32F103RCT6 with 256K
# N32G455RE_voxelab_maple ......... N32G455REL7 - Requires ICSP to flash over 256K
#
[env:GD32F103RC_voxelab_maple]
extends = env:STM32F103RC_maple
build_flags = ${env:STM32F103RC_maple.build_flags} -DTEMP_TIMER_CHAN=4
board_build.address = 0x08007000
board_build.ldscript = creality256k.ld
debug_tool = jlink
upload_protocol = jlink
[env:N32G455RE_voxelab_maple]
extends = env:STM32F103RE_maple
build_flags = ${env:STM32F103RE_maple.build_flags} -DTEMP_TIMER_CHAN=4
-DVOXELAB_N32 -DSDCARD_FLASH_LIMIT_256K
board_build.address = 0x08007000
board_build.ldscript = creality.ld
debug_tool = jlink
upload_protocol = jlink
#
# BigTreeTech SKR Mini E3 V2.0 & DIP / SKR CR6 (STM32F103RET6 ARM Cortex-M3)
#