mirror of
https://github.com/QIDITECH/klipper.git
synced 2026-02-01 16:38:41 +03:00
plus4的klipper版本
This commit is contained in:
6
test/configs/ar100.config
Normal file
6
test/configs/ar100.config
Normal file
@@ -0,0 +1,6 @@
|
||||
# Base config file for the ar100 CPU
|
||||
CONFIG_MACH_AR100=y
|
||||
CONFIG_WANT_DISPLAYS=n
|
||||
CONFIG_WANT_SOFTWARE_I2C=n
|
||||
CONFIG_WANT_SOFTWARE_SPI=n
|
||||
CONFIG_WANT_LIS2DW=n
|
||||
3
test/configs/hc32f460-serial-PA3PA2.config
Normal file
3
test/configs/hc32f460-serial-PA3PA2.config
Normal file
@@ -0,0 +1,3 @@
|
||||
# Base config file for boards using HC32F460
|
||||
CONFIG_MACH_HC32F460=y
|
||||
CONFIG_HC32F460_SERIAL_PA3_PA2=y
|
||||
3
test/configs/hc32f460-serial-PA7PA8.config
Normal file
3
test/configs/hc32f460-serial-PA7PA8.config
Normal file
@@ -0,0 +1,3 @@
|
||||
# Base config file for boards using HC32F460
|
||||
CONFIG_MACH_HC32F460=y
|
||||
CONFIG_HC32F460_SERIAL_PA7_PA8=y
|
||||
@@ -1,2 +1,4 @@
|
||||
# Base config file for the Beaglebone PRU
|
||||
CONFIG_MACH_PRU=y
|
||||
CONFIG_WANT_GPIO_BITBANGING=n
|
||||
CONFIG_WANT_DISPLAYS=n
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
# Base config file for STM32F031 boards
|
||||
CONFIG_MACH_STM32=y
|
||||
CONFIG_MACH_STM32F031=y
|
||||
CONFIG_WANT_GPIO_BITBANGING=n
|
||||
CONFIG_WANT_DISPLAYS=n
|
||||
|
||||
5
test/configs/stm32f042.config
Normal file
5
test/configs/stm32f042.config
Normal file
@@ -0,0 +1,5 @@
|
||||
# Base config file for STM32F042 ARM processor
|
||||
CONFIG_MACH_STM32=y
|
||||
CONFIG_MACH_STM32F042=y
|
||||
CONFIG_WANT_SOFTWARE_I2C=n
|
||||
CONFIG_WANT_LIS2DW=n
|
||||
3
test/configs/stm32f401.config
Normal file
3
test/configs/stm32f401.config
Normal file
@@ -0,0 +1,3 @@
|
||||
# Base config file for STM32F401 ARM processor
|
||||
CONFIG_MACH_STM32=y
|
||||
CONFIG_MACH_STM32F401=y
|
||||
3
test/configs/stm32f765.config
Normal file
3
test/configs/stm32f765.config
Normal file
@@ -0,0 +1,3 @@
|
||||
# Base config file for STM32F765 ARM processor
|
||||
CONFIG_MACH_STM32=y
|
||||
CONFIG_MACH_STM32F765=y
|
||||
3
test/configs/stm32g431.config
Normal file
3
test/configs/stm32g431.config
Normal file
@@ -0,0 +1,3 @@
|
||||
# Base config file for STM32G431 ARM processor
|
||||
CONFIG_MACH_STM32=y
|
||||
CONFIG_MACH_STM32G431=y
|
||||
3
test/configs/stm32h723.config
Normal file
3
test/configs/stm32h723.config
Normal file
@@ -0,0 +1,3 @@
|
||||
# Base config file for STM32H723 ARM processor
|
||||
CONFIG_MACH_STM32=y
|
||||
CONFIG_MACH_STM32H723=y
|
||||
3
test/configs/stm32l412.config
Normal file
3
test/configs/stm32l412.config
Normal file
@@ -0,0 +1,3 @@
|
||||
# Base config file for STM32L412 ARM processor
|
||||
CONFIG_MACH_STM32=y
|
||||
CONFIG_MACH_STM32L412=y
|
||||
Reference in New Issue
Block a user