aboutsummaryrefslogtreecommitdiffstats
path: root/test/configs
Commit message (Collapse)AuthorAgeFilesLines
* rp2040: Rename CONFIG_RP2040_yyy Kconfig symbols to CONFIG_RPXXXX_yyyKevin O'Connor2024-11-131-1/+1
| | | | | | | Rename the Kconfig symbols. This is in preparation to adding support for the rp2350 mcu. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* ads1220: Add ADS1220 bulk sensor to load_cellGareth Farrington2024-07-312-0/+2
| | | | | | Add support for the ADS1220 as an alternative to HX71x that supports SPI and higher sample rates. Signed-off-by: Gareth Farrington <gareth@waves.ky>
* hx71x: Load Cell Skeleton and HX71x bulk ADCGareth Farrington2024-07-312-0/+2
| | | | | | | * Create the load_cell host module skeleton to create the sensors and start taking samples. * Add support for the HX717 and HX711 ADC sensors. Signed-off-by: Gareth Farrington <gareth@waves.ky>
* stm32: STM32F031 updates (#6607)Elias Bakken2024-05-251-2/+6
| | | | | | | Add support for STM32F031x6 which is the 32 KB version of the STM32F031 MCU. Add new I2C bus variant. Signed-off by: Elias Bakken <elias@iagent.no>
* test: Disable ldc1612 on stm32f042 build to reduce sizeKevin O'Connor2024-05-211-0/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* stm32: Add STM32G474 chip to KconfigDropeffect GmbH2024-05-141-0/+3
| | | | Signed-off-by: Amr Elsayed from Dropeffect GmbH <code@dropeffect.com>
* config: Add HC32F460 variant of Ender 2 Pro (#6334)JamesH19782023-09-101-0/+3
| | | | | | | PR to add the newer version of the Ender 2 Pro with the CR-FDM-v2.5.54.170 motherboard with the HC3232F460 chip. Confirmed as working with discord member NyftHeart and using configs from Steve Gotthardt, with his permission to use and submit. Signed-off-by: James Hartley <james@hartleyns.com>
* Kconfig: Support Enable/Disable lis2dw on chips with small flash sizebigtreetech2023-08-212-0/+2
| | | | Signed-off-by: Alan.Ma from BigTreeTech tech@biqu3d.com
* test: Add stm32f042 regression build testKevin O'Connor2023-06-081-0/+4
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* Kconfig: Support selecting optional features on chips with small flash sizeKevin O'Connor2023-06-083-0/+7
| | | | | | | | | | | | | Add a new HAVE_LIMITED_CODE_SIZE symbol that enables a menu to select optional features. This symbol is enabled on chips with small build sizes. Replace the HAVE_GPIO_BITBANGING with four new symbols: WANT_GPIO_BITBANGING, WANT_DISPLAYS, WANT_SENSORS, WANT_SOFTWARE_SPI, and WANT_SOFTWARE_I2C. This allows users a little more flexibility when selecting features they need. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* stm32f7: add support for stm32f7 and remram boardFrederic Morin2023-05-071-0/+3
| | | | Signed-off-by: Frederic Morin <frederic.morin.8@gmail.com>
* config: Add Anycubic Kobra Plus (#6084)Derek Kaser2023-03-141-0/+3
| | | Signed-off-by: Derek Kaser <derek.kaser@gmail.com>
* ar100: Support for ar100 (#6054)Elias Bakken2023-02-201-0/+2
| | | | | Add files to support AR100 Signed-off-by: Elias Bakken <elias@iagent.no>
* config: Add BigTreeTech EBB V1.2 / EBB SB V1.0 / E3EZ / M5P / M8P V1.1 / ↵bigtreetech2023-02-033-0/+0
| | | | | | | Octopus Max EZ Signed-off-by: Alan.Ma from BigTreeTech tech@biqu3d.com Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* test: Add compile test builds for stm32g431, stm32h723, stm32l412Kevin O'Connor2022-12-153-0/+9
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Add Artillery Sidewinder X2 2022 stock printer.cfg (#5810)freakyDude2022-10-211-0/+3
| | | | | | | | | | Works for unmodified stock Artillery Sidewinder X2, year 2022 with Artillery Ruby v1.2 mainboard. All by default connected things are working fine. Build firmware with architecture STM32F401 with "No bootloader". Other settings keep ther defaults Signed-off-by: Frank Roth <developer@freakydu.de>
* config:Create configuration file for Fly-Gemini-v1 motherboard (#5474)kluoyun2022-05-141-0/+3
| | | | | | | Create configuration file for Fly-Gemini-v1 motherboard Add stm32f405 and generic-mellow-fly-gemini-v1.cfg to test cases Signed-off-by: Xiaokui Zhao <xiaok@zxkxz.cn>
* atsam: Add support for SAM E70Alex Maclean2022-03-261-0/+3
| | | | Signed-off-by: Alex Maclean <monkeh@monkeh.net>
* config: Add BIQU BX printer config (#4950)adelyser2022-01-291-0/+3
| | | Signed-off-by: Aaron DeLyser <bluwolf@gmail.com>
* test: Add stm32g0 and generic-bigtreetech-skr-mini-e3-v3.0.cfg to test casesKevin O'Connor2021-12-241-0/+3
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* rp2040: Add initial support for the rp2040 mcuKevin O'Connor2021-07-041-0/+2
| | | | | | | Support the rp2040 (as tested on a Raspberry Pi Pico board). This adds basic uart, timer, gpio, and watchdog support. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* test: Fix typos related to STM32F446 (#4444)charlespick2021-06-301-1/+1
| | | Signed-off-by: Charles Pickering <charles.pickering@live.com>
* config: Add generic-duet3-mini.cfgLuke's Lab2021-06-041-0/+4
| | | | | | | Adds Duet3 Mini Config with support for expansion header Signed-off-by: Luke Ashley <Luke@Lukeslab.online> Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* stm32: Simplify USB/Serial/CANbus Kconfig selectionKevin O'Connor2021-03-182-2/+1
| | | | | | | Combine the various communication options into a single "make menuconfig" menu item. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* stm32: Add STM32F429 variant (#3926)Arek2021-02-181-0/+3
| | | | | | | * Add F429 variant; add CAN on PD0,PD1; add 25Mhx clock; move CAN1_RX from PI8 to correct position (PI9) * Add test for STM32F429 Signed-off-by: Arkadiusz Raj <arek.raj@gmail.com>
* stm32: Adding support for STM32F031x6 (#3871)Elias Bakken2021-02-031-0/+4
| | | | | | | Add support for alt usart 1 Do not select all functions on 16 K mcu Signed-off-by: Elias Bakken <elias@iagent.no>
* test: Add generic-simulavr.cfg to printers.testKevin O'Connor2020-01-231-0/+4
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* test: Add printer-monoprice-mini-delta-2017.cfg to printers.testKevin O'Connor2020-01-231-0/+3
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* stm32f0: Remove hal based stm32f0 implementationEug Krashtan2020-01-141-2/+0
| | | | | Signed-off-by: Eug Krashtan <eug.krashtan@gmail.com> Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* test: Use more descriptive mcu chip namesKevin O'Connor2019-12-184-1/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* test: Add generic-fysetc-s6.cfg to printer config test casesKevin O'Connor2019-12-181-0/+3
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* stm32f0: Rename internal build symbol from MACH_STM32F0 to MACH_STM32F0_HALKevin O'Connor2019-10-231-1/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Add example generic-bigtreetech-skr-pro.cfg configKevin O'Connor2019-09-051-0/+3
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Add example config files for the Fysetc Cheetah boardsKevin O'Connor2019-08-311-0/+4
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* stm32: Rename stm32f4/ directory to stm32/Kevin O'Connor2019-08-051-1/+2
| | | | | | | Now that the code in stm32f4/ can handle both stm32f1 and stm32f4 chips, rename the directory to just "stm32". Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Add generic-printrboard-g2.cfg config fileKevin O'Connor2019-06-211-0/+3
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* stm32f0: New target STM32F0 added.Eugene Krashtan2019-03-241-0/+2
| | | | Signed-off-by: Eugene Krashtan <Eugene.Krashtan@opensynergy.com>
* test: Rename atmega2560-16mhz.config to atmega2560.configKevin O'Connor2019-03-222-0/+0
| | | | | | | There's no need to include the 16mhz as basically all atmega chips are run at 16mhz. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* src: Rename source folders for atsam and atsamd architecturesFlorian Heilmann2019-01-124-3/+4
| | | Signed-off-by: Florian Heilmann <Florian.Heilmann@gmx.net>
* sam3: Add support for sam4s8c chipsKevin O'Connor2019-01-071-0/+3
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* sam3: Merge sam4e8e support into sam3 codeKevin O'Connor2019-01-072-0/+2
| | | | | | | Most of the peripherals on the sam4e8e are similar to the ones on the sam3x8e mcu. Merge the code together and use just one code directory. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Add a generic-minitronics1.cfg example config fileKevin O'Connor2018-12-201-0/+4
| | | | | | Information provided by @BKLronin. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* sam4e8e: Add the SAM4e8e portFlorian Heilmann2018-08-081-0/+2
| | | | | | | | This can be flashed to e.g. the duet wifi using bossac. It requires a later version as is currently included in the klipper repo (1.8 vs. 1.2). Comms are currently via UART0 only, USB serial is still TBD Signed-off-by: Florian Heilmann <Florian.Heilmann@gmx.net>
* test: Add SAMD21 compile test caseKevin O'Connor2018-08-071-0/+2
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* test: Add a build test case for the PRUKevin O'Connor2018-06-281-0/+2
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* test: Add LPC176x compile test caseKevin O'Connor2018-05-251-0/+2
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* test: Add STM32F1 compile test caseKevin O'Connor2018-04-091-0/+2
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* test: Add compile tests for at90usb1286 and atmega1284p chipsKevin O'Connor2018-02-262-0/+8
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* test: Update travis build to include a basic klippy host testKevin O'Connor2018-02-261-2/+0
| | | | | | | | | | | | | | | | | Move the travis installation steps from the travis-build.sh script to a new script (scripts/travis-install.sh). Move the travis-build.sh script to the scripts/ directory as well. The data dictionaries built in the compile tests are useful during host software testing, so run all the compile tests sequentially in a single VM and save the data dictionaries after each build. Also, build all the config files found in the test/configs/ directory. Create the python virtualenv environment during the install phase and invoke the klippy.py host software in the build phase to perform a basic host software sanity check. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* test: Add travis CISebastian Meyer2018-02-256-0/+16
Signed-off-by: Sebastian Meyer <ich@sebmeyer.de> Signed-off-by: Kevin O'Connor <kevin@koconnor.net>