mirror of
https://github.com/QIDITECH/klipper.git
synced 2026-02-02 17:08:41 +03:00
plus4的klipper版本
This commit is contained in:
@@ -9,11 +9,11 @@ config LPC_SELECT
|
||||
select HAVE_GPIO_ADC
|
||||
select HAVE_GPIO_I2C
|
||||
select HAVE_GPIO_SPI
|
||||
select HAVE_GPIO_BITBANGING
|
||||
select HAVE_GPIO_HARD_PWM
|
||||
select HAVE_STRICT_TIMING
|
||||
select HAVE_CHIPID
|
||||
select HAVE_GPIO_HARD_PWM
|
||||
select HAVE_STEPPER_BOTH_EDGE
|
||||
select HAVE_BOOTLOADER_REQUEST
|
||||
|
||||
config BOARD_DIRECTORY
|
||||
string
|
||||
@@ -41,6 +41,10 @@ config FLASH_SIZE
|
||||
hex
|
||||
default 0x80000
|
||||
|
||||
config FLASH_BOOT_ADDRESS
|
||||
hex
|
||||
default 0x0
|
||||
|
||||
config RAM_START
|
||||
hex
|
||||
default 0x10000000
|
||||
@@ -53,15 +57,28 @@ config STACK_SIZE
|
||||
int
|
||||
default 512
|
||||
|
||||
config SMOOTHIEWARE_BOOTLOADER
|
||||
bool "Target board uses Smoothieware bootloader"
|
||||
default y
|
||||
|
||||
config FLASH_START
|
||||
######################################################################
|
||||
# Bootloader
|
||||
######################################################################
|
||||
|
||||
choice
|
||||
prompt "Bootloader offset"
|
||||
config LPC_FLASH_START_4000
|
||||
bool "16KiB bootloader (Smoothieware bootloader)"
|
||||
config LPC_FLASH_START_0000
|
||||
bool "No bootloader"
|
||||
endchoice
|
||||
config FLASH_APPLICATION_ADDRESS
|
||||
hex
|
||||
default 0x4000 if SMOOTHIEWARE_BOOTLOADER
|
||||
default 0x4000 if LPC_FLASH_START_4000
|
||||
default 0x0000
|
||||
|
||||
|
||||
######################################################################
|
||||
# Communication inteface
|
||||
######################################################################
|
||||
|
||||
choice
|
||||
prompt "Communication interface"
|
||||
config LPC_USB
|
||||
|
||||
Reference in New Issue
Block a user