aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gcode_arcs: Allow either one of I, J, K to be default-zero on G2/G3 (#5939)maze2022-12-142-1/+19
* stm32: Apply race fixes to stm32h7_adc.cKevin O'Connor2022-12-121-19/+18
* save_variables: Verify filename path is writeable at startupJustin Schuh2022-12-111-0/+2
* gcode_arcs: No need to import gcode module to access Coord()Kevin O'Connor2022-12-111-6/+8
* gcode_arcs: support XY, XZ and YZ planesAndrew Mirsky2022-12-113-31/+98
* stm32g0: Do not disable SWD by accidentAlex Voinea2022-12-111-2/+5
* stm32g4: Do not disable SWD by accidentAlex Voinea2022-12-111-1/+1
* linux: add 'GPIOI' for linux process (#5926)BIGTREETECH2022-12-112-3/+4
* config: printer-artillery-sidewinder-x2-2022.cfgFrank Roth2022-12-111-2/+2
* parsedump: Support running on both python2 and python3Kevin O'Connor2022-12-072-14/+12
* stm32: add STM32H723 supportbigtreetech2022-12-025-61/+119
* lib: update lib/stm32h7 to v1.9.0 for stm32h723bigtreetech2022-12-0223-401/+149374
* stm32g4: implement build,usb,can,i2c,spi,serial,adc.Matt Baker2022-12-0212-20/+320
* stm32g4: add lib from stm32cubeg4 v1.4.0Matt Baker2022-12-0214-0/+147028
* corexz: Multiple steppers per axis on CoreXZNeko-vecter2022-12-021-7/+6
* docs: Note the release of v0.11.0Kevin O'Connor2022-11-281-0/+25
* docs: Add a note about hardware independence to Features.mdKevin O'Connor2022-11-281-1/+8
* docs: Updates to Features.mdKevin O'Connor2022-11-281-6/+11
* lib: Update to latest can2040 codeKevin O'Connor2022-11-232-1/+3
* docs: Minor update to safe_z_home change description in Config_Changes.mdKevin O'Connor2022-11-221-2/+2
* safe_z_home: Fix final z hop to use relative z coordinates (#5879)redstone992022-11-222-1/+10
* lib: Update to latest can2040 codeKevin O'Connor2022-11-212-62/+76
* lib: Update to latest can2040 codeKevin O'Connor2022-11-193-82/+99
* rp2040: Fix watchdog enableKevin O'Connor2022-11-191-0/+3
* rp2040: Fix boundary check for max gpio pinKevin O'Connor2022-11-191-2/+2
* mpu9250: add MPU6500 (#5767)Yifei Ding2022-11-195-18/+106
* .github: Minor update to github issue chooserKevin O'Connor2022-11-151-1/+1
* .github: Remove custom issue templateKevin O'Connor2022-11-151-6/+0
* docs: Update Contacts.md with improved github issue tracker descriptionKevin O'Connor2022-11-151-39/+31
* config: Create printer-anet-a8-2019.cfg (#5902)Bradley Methorst2022-11-152-0/+93
* config: Rename printer-geeetech-301.cfg to printer-geeetech-301-2019.cfgKevin O'Connor2022-11-142-1/+1
* bed_mesh: disallow null profile namesEric Callahan2022-11-111-0/+6
* config: Remove filament specific settings from printer-geeetech-301.cfgKevin O'Connor2022-11-111-9/+5
* config: create config for Geeetech 301 (#5830)Peter Gruber2022-11-112-0/+164
* linux: use correct gpio bias flags (#5878)Eric Callahan2022-11-081-3/+3
* rp2040: Support CanBoot as bootloaderKevin O'Connor2022-11-083-14/+41
* armcm_reset: Introduce Kconfig FLASH_BOOT_ADDRESS valueKevin O'Connor2022-11-088-6/+26
* fdcan: Remove spurious executable flag on fdcan.cKevin O'Connor2022-11-042-0/+0
* menu: Conditional display of common Control utilsGrigi2022-11-031-3/+24
* stm32: Use consistent memory position/size on stm32h743Kevin O'Connor2022-11-021-3/+1
* stm32: Use stm32f0_serial.c on stm32h7 chipsKevin O'Connor2022-10-313-110/+36
* stm32: fix USART ORE status flag handlingAlex Voinea2022-10-313-3/+8
* adxl345: Apply correct scaling for X,Y and Z axesDmitry Butyugin2022-10-251-3/+4
* docs: Add a note about fixing underlying bugs in CONTRIBUTING.mdKevin O'Connor2022-10-251-0/+4
* config: Add Artillery Sidewinder X2 2022 stock printer.cfg (#5810)freakyDude2022-10-213-0/+163
* docs: Add step rate benchmark for stm32h7D4SK2022-10-212-0/+21
* stm32: Enable instruction and data cache on stm32h7D4SK2022-10-211-0/+3
* toolhead: Capture current junction_deviation in a Move classDmitry Butyugin2022-10-171-3/+4
* stm32: Remove incorrect "spi3" definition from stm32h7Kevin O'Connor2022-10-171-4/+0
* spi_flash: Update to fix SKR-3 config (#5827)JamesH19782022-10-131-2/+3