Commit Graph

  • 2a25733cd8
    screws_tilt_adjust: Add get_status() method (#5921) theophile 2022-12-17 10:39:25 -0600
  • 3c1ed3bb27 initial_pins: Add check to reduce compile time size when not in use Kevin O'Connor 2022-12-16 22:46:47 -0500
  • 0c43ae1fd4 stm32: Just clean dcache instead of disabling on stm32h7 dfu reboot Kevin O'Connor 2022-12-16 17:29:45 -0500
  • 02b45c91fb armcm_reset: Flush dcache before rebooting into canboot Kevin O'Connor 2022-12-16 12:30:22 -0500
  • b0d9cbfb4b stm32: Fix usb build on stm32g0b0 Kevin O'Connor 2022-12-15 18:42:31 -0500
  • 7d1df81e5e stm32: Fix USB support on stm32g0b1 Kevin O'Connor 2022-12-15 11:44:12 -0500
  • 41c7bb818f test: Add compile test builds for stm32g431, stm32h723, stm32l412 Kevin O'Connor 2022-12-13 12:51:41 -0500
  • ac090d9d52 stm32: Fix stm32l4 build Kevin O'Connor 2022-12-15 11:14:46 -0500
  • f31540b357 stm32: Minor changes to stm32g0b0 ifdefs Kevin O'Connor 2022-12-15 10:23:37 -0500
  • e33b41abaa stm32g0: add stm32g0b0 support Alex Voinea 2022-12-12 22:14:09 +0100
  • 9d668d63a7 stm32: Rework usb_reboot_for_dfu_bootloader() so it works on stm32h723 Kevin O'Connor 2022-12-12 22:54:17 -0500
  • f6199ef613 config: Update generic-bigtreetech-octopus.cfg for f429 and h723 chips Kevin O'Connor 2022-12-12 21:45:58 -0500
  • fe0fc29616 rp2040: Move watchdog code to new watchdog.c file Kevin O'Connor 2022-12-14 19:21:25 -0500
  • 9b342c65c8 armcm_link: Rename CONFIG_FLASH_START to CONFIG_FLASH_APPLICATION_ADDRESS Kevin O'Connor 2022-12-14 18:44:07 -0500
  • dc94a35752 lpc176x: Fix lpc176x build Kevin O'Connor 2022-12-14 14:50:31 -0500
  • d40ebdab06 canbus: Rename canserial_send() to canbus_send() Kevin O'Connor 2022-12-14 14:25:21 -0500
  • 52a6bed24e canbus: Rename canbus_send() to canhw_send() Kevin O'Connor 2022-12-14 14:15:14 -0500
  • e16a693b1e rp2040: Fix copy-paste error in Kconfig comment Kevin O'Connor 2022-12-14 13:34:15 -0500
  • 6ba2c3e1d1 lpc176x: Use "Bootloader offset" prompt in "make menuconfig" Kevin O'Connor 2022-12-14 13:29:39 -0500
  • 347dfa58ea
    gcode_arcs: Allow either one of I, J, K to be default-zero on G2/G3 (#5939) maze 2022-12-14 18:06:11 +0100
  • 69f76b3b66 stm32: Apply race fixes to stm32h7_adc.c Kevin O'Connor 2022-11-25 13:20:16 -0500
  • 201f715b55 save_variables: Verify filename path is writeable at startup Justin Schuh 2022-12-05 15:29:31 -0800
  • ba365aff96 gcode_arcs: No need to import gcode module to access Coord() Kevin O'Connor 2022-12-11 20:59:02 -0500
  • 0c5c87d7c0 gcode_arcs: support XY, XZ and YZ planes Andrew Mirsky 2022-11-22 23:22:46 -0500
  • c7f323e863 stm32g0: Do not disable SWD by accident Alex Voinea 2022-12-09 19:09:23 +0100
  • 0972561783 stm32g4: Do not disable SWD by accident Alex Voinea 2022-12-03 15:17:32 +0100
  • 516fdae2b7
    linux: add 'GPIOI' for linux process (#5926) BIGTREETECH 2022-12-12 09:07:58 +0800
  • 03006f5ca3 config: printer-artillery-sidewinder-x2-2022.cfg Frank Roth 2022-12-07 17:02:42 +0100
  • 7d679fb056 merge with upstream Tomasz Kwiatkowski 2022-12-11 11:33:54 +0000
  • 336cc92a0a parsedump: Support running on both python2 and python3 Kevin O'Connor 2022-12-07 14:31:03 -0500
  • a42f615881 stm32: add STM32H723 support bigtreetech 2022-11-23 11:29:44 +0800
  • 50b2e2e67e lib: update lib/stm32h7 to v1.9.0 for stm32h723 bigtreetech 2022-11-23 11:16:43 +0800
  • c5d56f4438 stm32g4: implement build,usb,can,i2c,spi,serial,adc. Matt Baker 2022-09-21 21:45:51 -0700
  • 9ab367d813 stm32g4: add lib from stm32cubeg4 v1.4.0 Matt Baker 2022-09-21 21:20:16 -0700
  • a1de69e39b corexz: Multiple steppers per axis on CoreXZ Allowing multiple steppers per axis. Neko-vecter 2022-11-08 22:00:44 -0500
  • e02b725602 docs: Note the release of v0.11.0 Kevin O'Connor 2022-11-28 21:23:28 -0500
  • 817339a4ef docs: Add a note about hardware independence to Features.md Kevin O'Connor 2022-11-19 10:12:37 -0500
  • a9495d8e4f docs: Updates to Features.md Kevin O'Connor 2022-11-28 20:59:31 -0500
  • 1b56a63abf lib: Update to latest can2040 code Kevin O'Connor 2022-11-23 11:59:24 -0500
  • 9727f00e50 docs: Minor update to safe_z_home change description in Config_Changes.md Kevin O'Connor 2022-11-22 18:57:15 -0500
  • 14eec15267
    safe_z_home: Fix final z hop to use relative z coordinates (#5879) redstone99 2022-11-22 18:55:43 -0500
  • c51f169c06 lib: Update to latest can2040 code Kevin O'Connor 2022-11-21 09:36:30 -0500
  • cfb633a0ec lib: Update to latest can2040 code Kevin O'Connor 2022-11-19 10:30:11 -0500
  • 8977c4e764 rp2040: Fix watchdog enable Kevin O'Connor 2022-11-17 18:42:14 -0500
  • b9a378c1ca rp2040: Fix boundary check for max gpio pin Kevin O'Connor 2022-11-17 14:38:41 -0500
  • d17ef95a3c
    mpu9250: add MPU6500 (#5767) Yifei Ding 2022-11-19 06:58:24 -0800
  • 8a06528747 .github: Minor update to github issue chooser Kevin O'Connor 2022-11-12 11:01:02 -0500
  • 5339d138e6 .github: Remove custom issue template Kevin O'Connor 2022-11-12 10:57:43 -0500
  • d2a1dcbbf3 docs: Update Contacts.md with improved github issue tracker description Kevin O'Connor 2022-11-08 13:06:46 -0500
  • 3fb984e152
    config: Create printer-anet-a8-2019.cfg (#5902) Bradley Methorst 2022-11-15 19:56:14 +0100
  • d883c57d77 config: Rename printer-geeetech-301.cfg to printer-geeetech-301-2019.cfg Kevin O'Connor 2022-11-14 11:30:27 -0500
  • 5e34b45063 bed_mesh: disallow null profile names Eric Callahan 2022-11-04 06:16:41 -0400
  • 6be0ba78ae config: Remove filament specific settings from printer-geeetech-301.cfg Kevin O'Connor 2022-11-11 14:09:48 -0500
  • 0233dd32cc
    config: create config for Geeetech 301 (#5830) Peter Gruber 2022-11-11 20:08:19 +0100
  • 5b1a667659
    linux: use correct gpio bias flags (#5878) Eric Callahan 2022-11-08 09:56:52 -0500
  • 6485ff800b rp2040: Support CanBoot as bootloader Kevin O'Connor 2022-10-21 21:50:21 -0400
  • 42e9adcfc9 armcm_reset: Introduce Kconfig FLASH_BOOT_ADDRESS value Kevin O'Connor 2022-11-03 12:41:28 -0400
  • 11dd273b34 fdcan: Remove spurious executable flag on fdcan.c Kevin O'Connor 2022-11-04 11:14:27 -0400
  • 342d3f1414 menu: Conditional display of common Control utils Grigi 2022-10-23 15:03:51 +0100
  • 762e2c49c7 stm32: Use consistent memory position/size on stm32h743 Kevin O'Connor 2022-10-21 20:50:09 -0400
  • 972ae4ab7c stm32: Use stm32f0_serial.c on stm32h7 chips Kevin O'Connor 2022-10-31 13:13:32 -0400
  • 26e6ade175 stm32: fix USART ORE status flag handling Alex Voinea 2022-10-31 18:03:11 +0100
  • 96ea871b35 adxl345: Apply correct scaling for X,Y and Z axes Dmitry Butyugin 2022-10-17 19:28:41 +0200
  • d46c95b758 docs: Add a note about fixing underlying bugs in CONTRIBUTING.md Kevin O'Connor 2022-10-20 11:56:55 -0400
  • ebc3b0def3
    config: Add Artillery Sidewinder X2 2022 stock printer.cfg (#5810) freakyDude 2022-10-22 03:03:57 +0200
  • a65e04aff7 docs: Add step rate benchmark for stm32h7 D4SK 2022-10-20 22:10:36 +0200
  • 00191b5cc4 stm32: Enable instruction and data cache on stm32h7 D4SK 2022-10-20 21:59:38 +0200
  • 0d9b2cc1fa toolhead: Capture current junction_deviation in a Move class Dmitry Butyugin 2022-10-10 01:07:04 +0200
  • e4c8a24711 stm32: Remove incorrect "spi3" definition from stm32h7 Kevin O'Connor 2022-10-17 11:01:05 -0400
  • bd9fd732f2
    t5uid1: Fix STM32 constant names dgus-reloaded-221016 Desuuuu 2022-10-16 13:51:14 +0200
  • 638303b396
    spi_flash: Update to fix SKR-3 config (#5827) JamesH1978 2022-10-14 00:35:07 +0100
  • 2bffa925c8 workflows: Lock comments on old PRs (no activity in a year) Kevin O'Connor 2022-10-13 17:26:12 -0400
  • 6cc104677e lib: Update to latest can2040 code Kevin O'Connor 2022-10-13 17:11:57 -0400
  • eb9cda91b5 config: Update duet3 mini config to recommend compiling for SAME54P20 Kevin O'Connor 2022-10-13 11:32:43 -0400
  • 4b77f29c1b atsamd: Add support CANbus on ATSAME5x chips Kevin O'Connor 2022-09-30 18:03:21 -0400
  • 0a9becc391 atsamd: Move bootloader_request() from usbserial.c to main.c Kevin O'Connor 2022-09-30 17:36:42 -0400
  • bdf79caac4 atsamd: Add Kconfig definitions for same51j19 and same54p20 chips Kevin O'Connor 2022-09-29 12:37:29 -0400
  • 69bd26b757 lib: Add atmel same51 and same54 build definitions Kevin O'Connor 2022-09-29 12:17:20 -0400
  • 960fd0b1f3 lib: Remove unused gcc/ directories from samd21 and samd51 directories Kevin O'Connor 2022-10-05 20:59:55 -0400
  • 2c6671d8e1 stm32: Protect message ram with barrier() calls instead of voltaile in fdcan.c Kevin O'Connor 2022-10-04 11:36:12 -0400
  • ef98cd9aba stm32: No need for fdcan_ram global pointer in fdcan.c Kevin O'Connor 2022-10-04 11:28:25 -0400
  • 465aaf383f stm32: Minor code movement in fdcan.c Kevin O'Connor 2022-10-04 11:25:57 -0400
  • 2d4ce1b9b1 test: Add btt manta config files to printers.test Kevin O'Connor 2022-10-13 11:16:59 -0400
  • c51e87c11c
    config: Add BigTreeTech Manta M4P & M8P board (#5812) BIGTREETECH 2022-10-13 23:08:44 +0800
  • 140dca1f68
    t5uid1: Improve STM32 support Desuuuu 2022-10-09 19:11:29 +0200
  • 7290c14531
    config: Update generic-th3d-ezboard-lite-v2.0.cfg (#5785) Apulo 2022-10-06 11:16:13 -0400
  • 5fad485b13
    spi_flash: Add SKR2, SKR3 and Creality 4.2.2/7 to spi_flash (#5807) JamesH1978 2022-10-05 20:05:58 +0100
  • b0ffb269d2
    print_stats: add `SET_PRINT_STATS_INFO` G-Code for pass slicer variables to Klipper (#5726) Stefan Dej 2022-10-05 21:02:28 +0200
  • a2482d4f95 z_thermal_adjust: get_temp hotfix alchemyEngine 2022-09-29 19:44:04 +0100
  • 6288da13ac rp2040: Suppress spurious gcc v12 array bounds warning Kevin O'Connor 2022-09-29 11:03:22 -0400
  • 34870d3e2a
    z_thermal_adjust: Add Z thermal adjuster module (#4157) alchemyEngine 2022-09-25 18:39:14 +0200
  • 51da02b7f8 thermocouple: Only shutdown on multiple consecutive sensor errors Kevin O'Connor 2022-09-19 14:20:18 -0400
  • ec5719585e spi_temperature: Separate out fault handling from temperature calculation Kevin O'Connor 2022-09-19 14:04:18 -0400
  • 4e930294b8 thermocouple: Report fault information in fault field Kevin O'Connor 2022-09-19 13:28:45 -0400
  • ddb59440a8 logextract: Improve detection of clock and tmc uart parameters Kevin O'Connor 2022-09-20 11:08:54 -0400
  • 7527e57e5a
    config: Add Ender 3 S1 Plus (#5705) Fisheiyy 2022-09-16 11:06:49 -0500
  • d9c917b950 stm32l4: add stm32l412 support with adc,i2c,spi,usb Matt Baker 2021-04-22 13:44:39 -0700
  • 57b0eb5d43 stm32l4: copy libs from STM32CubeL4 v1.17.0 Matt Baker 2021-04-22 13:25:45 -0700
  • 8cdb2278d7 docs: Add an example corexy homing macro to TMC_Drivers.md Kevin O'Connor 2022-09-14 17:49:25 -0400
  • 79be427757 docs: Reword sensorless homing high sensitivity test in TMC_Drivers.md Kevin O'Connor 2022-09-14 17:13:48 -0400