mirror of
https://github.com/QIDITECH/klipper.git
synced 2026-01-30 23:48:43 +03:00
Add files via upload
This commit is contained in:
4
test/configs/at90usb1286.config
Normal file
4
test/configs/at90usb1286.config
Normal file
@@ -0,0 +1,4 @@
|
||||
# Base config file for atmega at90usb1286
|
||||
CONFIG_MACH_AVR=y
|
||||
CONFIG_MACH_at90usb1286=y
|
||||
CONFIG_CLOCK_FREQ=16000000
|
||||
4
test/configs/atmega1280.config
Normal file
4
test/configs/atmega1280.config
Normal file
@@ -0,0 +1,4 @@
|
||||
# Base config file for atmega1280
|
||||
CONFIG_MACH_AVR=y
|
||||
CONFIG_MACH_atmega1280=y
|
||||
CONFIG_CLOCK_FREQ=16000000
|
||||
4
test/configs/atmega1284p.config
Normal file
4
test/configs/atmega1284p.config
Normal file
@@ -0,0 +1,4 @@
|
||||
# Base config file for atmega1284p
|
||||
CONFIG_MACH_AVR=y
|
||||
CONFIG_MACH_atmega1284p=y
|
||||
CONFIG_CLOCK_FREQ=16000000
|
||||
4
test/configs/atmega2560.config
Normal file
4
test/configs/atmega2560.config
Normal file
@@ -0,0 +1,4 @@
|
||||
# Base config file for atmega2560
|
||||
CONFIG_MACH_AVR=y
|
||||
CONFIG_MACH_atmega2560=y
|
||||
CONFIG_CLOCK_FREQ=16000000
|
||||
4
test/configs/atmega328.config
Normal file
4
test/configs/atmega328.config
Normal file
@@ -0,0 +1,4 @@
|
||||
# Base config file for atmega328
|
||||
CONFIG_MACH_AVR=y
|
||||
CONFIG_MACH_atmega328=y
|
||||
CONFIG_CLOCK_FREQ=16000000
|
||||
4
test/configs/atmega644p.config
Normal file
4
test/configs/atmega644p.config
Normal file
@@ -0,0 +1,4 @@
|
||||
# Base config file for atmega644p
|
||||
CONFIG_MACH_AVR=y
|
||||
CONFIG_MACH_atmega644p=y
|
||||
CONFIG_CLOCK_FREQ=16000000
|
||||
2
test/configs/hostsimulator.config
Normal file
2
test/configs/hostsimulator.config
Normal file
@@ -0,0 +1,2 @@
|
||||
# Base config file for host simulator
|
||||
CONFIG_MACH_SIMU=y
|
||||
2
test/configs/linuxprocess.config
Normal file
2
test/configs/linuxprocess.config
Normal file
@@ -0,0 +1,2 @@
|
||||
# Base config file for linux process
|
||||
CONFIG_MACH_LINUX=y
|
||||
2
test/configs/lpc176x.config
Normal file
2
test/configs/lpc176x.config
Normal file
@@ -0,0 +1,2 @@
|
||||
# Base config file for LPC176x boards
|
||||
CONFIG_MACH_LPC176X=y
|
||||
2
test/configs/pru.config
Normal file
2
test/configs/pru.config
Normal file
@@ -0,0 +1,2 @@
|
||||
# Base config file for the Beaglebone PRU
|
||||
CONFIG_MACH_PRU=y
|
||||
2
test/configs/rp2040.config
Normal file
2
test/configs/rp2040.config
Normal file
@@ -0,0 +1,2 @@
|
||||
# Base config file for rp2040 boards
|
||||
CONFIG_MACH_RP2040=y
|
||||
3
test/configs/sam3x8c.config
Normal file
3
test/configs/sam3x8c.config
Normal file
@@ -0,0 +1,3 @@
|
||||
# Base config file for Atmel SAM3x8e ARM processor
|
||||
CONFIG_MACH_ATSAM=y
|
||||
CONFIG_MACH_SAM3X8C=y
|
||||
3
test/configs/sam3x8e.config
Normal file
3
test/configs/sam3x8e.config
Normal file
@@ -0,0 +1,3 @@
|
||||
# Base config file for Atmel SAM3x8e ARM processor
|
||||
CONFIG_MACH_ATSAM=y
|
||||
CONFIG_MACH_SAM3X8E=y
|
||||
3
test/configs/sam4e8e.config
Normal file
3
test/configs/sam4e8e.config
Normal file
@@ -0,0 +1,3 @@
|
||||
# Base config file for Atmel SAM4E8E ARM processor
|
||||
CONFIG_MACH_ATSAM=y
|
||||
CONFIG_MACH_SAM4E8E=y
|
||||
3
test/configs/sam4s8c.config
Normal file
3
test/configs/sam4s8c.config
Normal file
@@ -0,0 +1,3 @@
|
||||
# Base config file for Atmel SAM4S8C ARM processor
|
||||
CONFIG_MACH_ATSAM=y
|
||||
CONFIG_MACH_SAM4S8C=y
|
||||
3
test/configs/samd21g18.config
Normal file
3
test/configs/samd21g18.config
Normal file
@@ -0,0 +1,3 @@
|
||||
# Base config file for SAMD21 boards
|
||||
CONFIG_MACH_ATSAMD=y
|
||||
CONFIG_MACH_SAMD21G18=y
|
||||
4
test/configs/samd51p20.config
Normal file
4
test/configs/samd51p20.config
Normal file
@@ -0,0 +1,4 @@
|
||||
# Base config file for Atmel SAMD51P20 ARM processor
|
||||
CONFIG_MACH_ATSAMD=y
|
||||
CONFIG_MACH_SAMD51P20=y
|
||||
CONFIG_CLOCK_REF_X25M=y
|
||||
3
test/configs/same70q20b.config
Normal file
3
test/configs/same70q20b.config
Normal file
@@ -0,0 +1,3 @@
|
||||
# Base config file for Atmel SAME70Q20B ARM processor
|
||||
CONFIG_MACH_ATSAM=y
|
||||
CONFIG_MACH_SAME70Q20B=y
|
||||
3
test/configs/stm32f031.config
Normal file
3
test/configs/stm32f031.config
Normal file
@@ -0,0 +1,3 @@
|
||||
# Base config file for STM32F031 boards
|
||||
CONFIG_MACH_STM32=y
|
||||
CONFIG_MACH_STM32F031=y
|
||||
3
test/configs/stm32f070.config
Normal file
3
test/configs/stm32f070.config
Normal file
@@ -0,0 +1,3 @@
|
||||
# Base config file for STM32F070 ARM processor
|
||||
CONFIG_MACH_STM32=y
|
||||
CONFIG_MACH_STM32F070=y
|
||||
4
test/configs/stm32f103-serial.config
Normal file
4
test/configs/stm32f103-serial.config
Normal file
@@ -0,0 +1,4 @@
|
||||
# Base config file for STM32F1 ARM processor using serial communication
|
||||
CONFIG_MACH_STM32=y
|
||||
CONFIG_MACH_STM32F103=y
|
||||
CONFIG_STM32_SERIAL_USART1=y
|
||||
3
test/configs/stm32f103.config
Normal file
3
test/configs/stm32f103.config
Normal file
@@ -0,0 +1,3 @@
|
||||
# Base config file for STM32F1 ARM processor
|
||||
CONFIG_MACH_STM32=y
|
||||
CONFIG_MACH_STM32F103=y
|
||||
3
test/configs/stm32f405.config
Normal file
3
test/configs/stm32f405.config
Normal file
@@ -0,0 +1,3 @@
|
||||
# Base config file for STM32F405 ARM processor
|
||||
CONFIG_MACH_STM32=y
|
||||
CONFIG_MACH_STM32F405=y
|
||||
3
test/configs/stm32f407.config
Normal file
3
test/configs/stm32f407.config
Normal file
@@ -0,0 +1,3 @@
|
||||
# Base config file for STM32F407 ARM processor
|
||||
CONFIG_MACH_STM32=y
|
||||
CONFIG_MACH_STM32F407=y
|
||||
3
test/configs/stm32f429.config
Normal file
3
test/configs/stm32f429.config
Normal file
@@ -0,0 +1,3 @@
|
||||
# Base config file for STM32F429 ARM processor
|
||||
CONFIG_MACH_STM32=y
|
||||
CONFIG_MACH_STM32F429=y
|
||||
3
test/configs/stm32f446.config
Normal file
3
test/configs/stm32f446.config
Normal file
@@ -0,0 +1,3 @@
|
||||
# Base config file for STM32F446 ARM processor
|
||||
CONFIG_MACH_STM32=y
|
||||
CONFIG_MACH_STM32F446=y
|
||||
3
test/configs/stm32g0b1.config
Normal file
3
test/configs/stm32g0b1.config
Normal file
@@ -0,0 +1,3 @@
|
||||
# Base config file for STM32G0B1 ARM processor
|
||||
CONFIG_MACH_STM32=y
|
||||
CONFIG_MACH_STM32G0B1=y
|
||||
3
test/configs/stm32h743.config
Normal file
3
test/configs/stm32h743.config
Normal file
@@ -0,0 +1,3 @@
|
||||
# Base config file for STM32H743 ARM processor
|
||||
CONFIG_MACH_STM32=y
|
||||
CONFIG_MACH_STM32H743=y
|
||||
Reference in New Issue
Block a user