Commit Graph

  • bd2a849566 toolhead: Fix note_kinematic_activity() Kevin O'Connor 2023-01-06 13:00:05 -05:00
  • f1203d56f6 chelper: Minor declaration movement in __init__.py Kevin O'Connor 2023-01-07 23:17:37 -05:00
  • 4ea11dbb4f trapq: Minor code movement in trapq.c Kevin O'Connor 2023-01-07 14:13:00 -05:00
  • 01f90e8f28 console: No need to import pins module Kevin O'Connor 2023-01-07 11:53:09 -05:00
  • 4395ae96a7 serialhdl: Add a get_serialqueue() method Kevin O'Connor 2023-01-04 23:02:59 -05:00
  • a564824009 serialqueue: Add comment to do_write() Kevin O'Connor 2023-01-05 03:09:43 -05:00
  • cbc17a7cb6 docs: Note v0.11.0 release in Config_Changes.md Kevin O'Connor 2023-01-04 12:04:45 -05:00
  • 3cd8a72e60
    spi_flash: Add SKR2 F429 chip variant to spi_flash (#5956) JamesH1978 2023-01-04 17:01:28 +00:00
  • 448c1a1488 stm32: Reindent ifdefs in stm32f0_i2c.c Kevin O'Connor 2023-01-03 12:52:35 -05:00
  • 9c2ccceb9f
    stm32: Expand stm32g0 family (#5838) Alex Voinea 2023-01-03 19:43:46 +02:00
  • b337cc3ee8
    config: Added precise location of [bed_screws] for Ender-3-s1 (#5944) Stas Yakobov 2023-01-02 22:22:46 +02:00
  • 40d8c2ef16 palette2: Fix errors with bad handling of NoneType in a few locations Clifford Roche 2022-12-30 21:05:47 -05:00
  • 6ae6aaf711
    board_defs: Add Fysetc Cheetah V2 to spi_flash (#5952) JamesH1978 2022-12-31 23:26:30 +00:00
  • f57ff2c07e docs: Fix typo in mpu9250 documentation CODeRUS 2022-12-29 19:08:50 +03:00
  • 29ba5ab05a delta: Better delta build volume constraint check janherich 2022-11-30 23:33:24 +01:00
  • 1ff0a5494a stm32: Check for CONFIG_HAVE_BOOTLOADER_REQUEST in dfu_reboot.c Kevin O'Connor 2022-12-19 12:11:43 -05:00
  • b51b068442 avr: No need to define bootloader_request() Kevin O'Connor 2022-12-19 12:09:28 -05:00
  • c620f4836e canserial: Only call bootloader_request() if CONFIG_HAVE_BOOTLOADER_REQUEST Kevin O'Connor 2022-12-19 12:07:51 -05:00
  • 34fd3f41ea usb_cdc: Only call bootloader_request() if CONFIG_HAVE_BOOTLOADER_REQUEST Kevin O'Connor 2022-12-19 12:04:54 -05:00
  • 806cf233ec stm32: Include "misc.h" in stm32l4.c and stm32g4.c Kevin O'Connor 2022-12-19 11:57:39 -05:00
  • 4ca1e5f670 serial_irq: Rename SERIAL_BOOTLOADER_SIDECHANNEL to HAVE_BOOTLOADER_REQUEST Kevin O'Connor 2022-12-19 11:54:19 -05:00
  • 4753315601 Kconfig: No need to specify "default n" in main Kconfig file Kevin O'Connor 2022-12-19 11:51:31 -05:00
  • 9b60daf62d
    tmc: Configurable microstep lookup table (#5920) Alex Voinea 2022-12-22 03:23:23 +01:00
  • aac613bf44 scripts: support CanBoot on RP2040 in flash_usb.py Chris Lee 2022-12-19 12:30:12 -07:00
  • f078a27905 manual_probe: Add Z_OFFSET_APPLY_ENDSTOP for delta janherich 2022-11-25 13:09:56 +01:00
  • 8621ebbed2
    bed_mesh: Allow bedmeshing at 1mm spaced intervals (#5918) Keyan Mobli 2022-12-19 10:14:45 -06:00
  • 4af8786587 stm32: Move dfu reboot logic to new dfu_reboot.c file Kevin O'Connor 2022-12-15 11:23:28 -05:00
  • b6cd77f6e3 stm32: Separate out USB DFU reboot logic in stm32l4.c Kevin O'Connor 2022-12-15 11:20:37 -05:00
  • be74c72555 stm32: Separate out USB DFU reboot logic in stm32g4.c Kevin O'Connor 2022-12-15 11:04:43 -05:00
  • 2a25733cd8
    screws_tilt_adjust: Add get_status() method (#5921) theophile 2022-12-17 10:39:25 -06:00
  • 3c1ed3bb27 initial_pins: Add check to reduce compile time size when not in use Kevin O'Connor 2022-12-16 22:46:47 -05:00
  • 0c43ae1fd4 stm32: Just clean dcache instead of disabling on stm32h7 dfu reboot Kevin O'Connor 2022-12-16 17:29:45 -05:00
  • 02b45c91fb armcm_reset: Flush dcache before rebooting into canboot Kevin O'Connor 2022-12-16 12:30:22 -05:00
  • b0d9cbfb4b stm32: Fix usb build on stm32g0b0 Kevin O'Connor 2022-12-15 18:42:31 -05:00
  • 7d1df81e5e stm32: Fix USB support on stm32g0b1 Kevin O'Connor 2022-12-15 11:44:12 -05:00
  • 41c7bb818f test: Add compile test builds for stm32g431, stm32h723, stm32l412 Kevin O'Connor 2022-12-13 12:51:41 -05:00
  • ac090d9d52 stm32: Fix stm32l4 build Kevin O'Connor 2022-12-15 11:14:46 -05:00
  • f31540b357 stm32: Minor changes to stm32g0b0 ifdefs Kevin O'Connor 2022-12-15 10:23:37 -05:00
  • e33b41abaa stm32g0: add stm32g0b0 support Alex Voinea 2022-12-12 22:14:09 +01:00
  • 9d668d63a7 stm32: Rework usb_reboot_for_dfu_bootloader() so it works on stm32h723 Kevin O'Connor 2022-12-12 22:54:17 -05:00
  • f6199ef613 config: Update generic-bigtreetech-octopus.cfg for f429 and h723 chips Kevin O'Connor 2022-12-12 21:45:58 -05:00
  • fe0fc29616 rp2040: Move watchdog code to new watchdog.c file Kevin O'Connor 2022-12-14 19:21:25 -05:00
  • 9b342c65c8 armcm_link: Rename CONFIG_FLASH_START to CONFIG_FLASH_APPLICATION_ADDRESS Kevin O'Connor 2022-12-14 18:44:07 -05:00
  • dc94a35752 lpc176x: Fix lpc176x build Kevin O'Connor 2022-12-14 14:50:31 -05:00
  • d40ebdab06 canbus: Rename canserial_send() to canbus_send() Kevin O'Connor 2022-12-14 14:25:21 -05:00
  • 52a6bed24e canbus: Rename canbus_send() to canhw_send() Kevin O'Connor 2022-12-14 14:15:14 -05:00
  • e16a693b1e rp2040: Fix copy-paste error in Kconfig comment Kevin O'Connor 2022-12-14 13:34:15 -05:00
  • 6ba2c3e1d1 lpc176x: Use "Bootloader offset" prompt in "make menuconfig" Kevin O'Connor 2022-12-14 13:29:39 -05:00
  • 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 +01:00
  • 69f76b3b66 stm32: Apply race fixes to stm32h7_adc.c Kevin O'Connor 2022-11-25 13:20:16 -05:00
  • 201f715b55 save_variables: Verify filename path is writeable at startup Justin Schuh 2022-12-05 15:29:31 -08:00
  • ba365aff96 gcode_arcs: No need to import gcode module to access Coord() Kevin O'Connor 2022-12-11 20:59:02 -05:00
  • 0c5c87d7c0 gcode_arcs: support XY, XZ and YZ planes Andrew Mirsky 2022-11-22 23:22:46 -05:00
  • c7f323e863 stm32g0: Do not disable SWD by accident Alex Voinea 2022-12-09 19:09:23 +01:00
  • 0972561783 stm32g4: Do not disable SWD by accident Alex Voinea 2022-12-03 15:17:32 +01:00
  • 516fdae2b7
    linux: add 'GPIOI' for linux process (#5926) BIGTREETECH 2022-12-12 09:07:58 +08:00
  • 03006f5ca3 config: printer-artillery-sidewinder-x2-2022.cfg Frank Roth 2022-12-07 17:02:42 +01:00
  • 336cc92a0a parsedump: Support running on both python2 and python3 Kevin O'Connor 2022-12-07 14:31:03 -05:00
  • a42f615881 stm32: add STM32H723 support bigtreetech 2022-11-23 11:29:44 +08:00
  • 50b2e2e67e lib: update lib/stm32h7 to v1.9.0 for stm32h723 bigtreetech 2022-11-23 11:16:43 +08:00
  • c5d56f4438 stm32g4: implement build,usb,can,i2c,spi,serial,adc. Matt Baker 2022-09-21 21:45:51 -07:00
  • 9ab367d813 stm32g4: add lib from stm32cubeg4 v1.4.0 Matt Baker 2022-09-21 21:20:16 -07:00
  • a1de69e39b corexz: Multiple steppers per axis on CoreXZ Allowing multiple steppers per axis. Neko-vecter 2022-11-08 22:00:44 -05:00
  • e02b725602 docs: Note the release of v0.11.0 Kevin O'Connor 2022-11-28 21:23:28 -05:00
  • 817339a4ef docs: Add a note about hardware independence to Features.md Kevin O'Connor 2022-11-19 10:12:37 -05:00
  • a9495d8e4f docs: Updates to Features.md Kevin O'Connor 2022-11-28 20:59:31 -05:00
  • 1b56a63abf lib: Update to latest can2040 code Kevin O'Connor 2022-11-23 11:59:24 -05:00
  • 9727f00e50 docs: Minor update to safe_z_home change description in Config_Changes.md Kevin O'Connor 2022-11-22 18:57:15 -05:00
  • 14eec15267
    safe_z_home: Fix final z hop to use relative z coordinates (#5879) redstone99 2022-11-22 18:55:43 -05:00
  • c51f169c06 lib: Update to latest can2040 code Kevin O'Connor 2022-11-21 09:36:30 -05:00
  • cfb633a0ec lib: Update to latest can2040 code Kevin O'Connor 2022-11-19 10:30:11 -05:00
  • 8977c4e764 rp2040: Fix watchdog enable Kevin O'Connor 2022-11-17 18:42:14 -05:00
  • b9a378c1ca rp2040: Fix boundary check for max gpio pin Kevin O'Connor 2022-11-17 14:38:41 -05:00
  • d17ef95a3c
    mpu9250: add MPU6500 (#5767) Yifei Ding 2022-11-19 06:58:24 -08:00
  • 8a06528747 .github: Minor update to github issue chooser Kevin O'Connor 2022-11-12 11:01:02 -05:00
  • 5339d138e6 .github: Remove custom issue template Kevin O'Connor 2022-11-12 10:57:43 -05:00
  • d2a1dcbbf3 docs: Update Contacts.md with improved github issue tracker description Kevin O'Connor 2022-11-08 13:06:46 -05:00
  • 3fb984e152
    config: Create printer-anet-a8-2019.cfg (#5902) Bradley Methorst 2022-11-15 19:56:14 +01:00
  • d883c57d77 config: Rename printer-geeetech-301.cfg to printer-geeetech-301-2019.cfg Kevin O'Connor 2022-11-14 11:30:27 -05:00
  • 5e34b45063 bed_mesh: disallow null profile names Eric Callahan 2022-11-04 06:16:41 -04:00
  • 6be0ba78ae config: Remove filament specific settings from printer-geeetech-301.cfg Kevin O'Connor 2022-11-11 14:09:48 -05:00
  • 0233dd32cc
    config: create config for Geeetech 301 (#5830) Peter Gruber 2022-11-11 20:08:19 +01:00
  • 5b1a667659
    linux: use correct gpio bias flags (#5878) Eric Callahan 2022-11-08 09:56:52 -05:00
  • 6485ff800b rp2040: Support CanBoot as bootloader Kevin O'Connor 2022-10-21 21:50:21 -04:00
  • 42e9adcfc9 armcm_reset: Introduce Kconfig FLASH_BOOT_ADDRESS value Kevin O'Connor 2022-11-03 12:41:28 -04:00
  • 11dd273b34 fdcan: Remove spurious executable flag on fdcan.c Kevin O'Connor 2022-11-04 11:14:27 -04:00
  • 342d3f1414 menu: Conditional display of common Control utils Grigi 2022-10-23 15:03:51 +01:00
  • 762e2c49c7 stm32: Use consistent memory position/size on stm32h743 Kevin O'Connor 2022-10-21 20:50:09 -04:00
  • 972ae4ab7c stm32: Use stm32f0_serial.c on stm32h7 chips Kevin O'Connor 2022-10-31 13:13:32 -04:00
  • 26e6ade175 stm32: fix USART ORE status flag handling Alex Voinea 2022-10-31 18:03:11 +01:00
  • 96ea871b35 adxl345: Apply correct scaling for X,Y and Z axes Dmitry Butyugin 2022-10-17 19:28:41 +02:00
  • d46c95b758 docs: Add a note about fixing underlying bugs in CONTRIBUTING.md Kevin O'Connor 2022-10-20 11:56:55 -04:00
  • ebc3b0def3
    config: Add Artillery Sidewinder X2 2022 stock printer.cfg (#5810) freakyDude 2022-10-22 03:03:57 +02:00
  • a65e04aff7 docs: Add step rate benchmark for stm32h7 D4SK 2022-10-20 22:10:36 +02:00
  • 00191b5cc4 stm32: Enable instruction and data cache on stm32h7 D4SK 2022-10-20 21:59:38 +02:00
  • 0d9b2cc1fa toolhead: Capture current junction_deviation in a Move class Dmitry Butyugin 2022-10-10 01:07:04 +02:00
  • e4c8a24711 stm32: Remove incorrect "spi3" definition from stm32h7 Kevin O'Connor 2022-10-17 11:01:05 -04:00
  • 638303b396
    spi_flash: Update to fix SKR-3 config (#5827) JamesH1978 2022-10-14 00:35:07 +01:00
  • 2bffa925c8 workflows: Lock comments on old PRs (no activity in a year) Kevin O'Connor 2022-10-13 17:26:12 -04:00
  • 6cc104677e lib: Update to latest can2040 code Kevin O'Connor 2022-10-13 17:11:57 -04:00