Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Klipper3d/klipper.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-08armcm_reset: Introduce Kconfig FLASH_BOOT_ADDRESS valueKevin O'Connor
2022-09-05serial_irq: Support side channel for entering bootloaderKevin O'Connor
2022-07-29canserial: Fix typo in canserial.hKevin O'Connor
2022-07-29mcu: Delay reset signaling for usb to canbus bridge nodesKevin O'Connor
2022-07-29canserial: Request bootloader via bootloader_request()Kevin O'Connor
2022-07-29usb_cdc: Rename usb_request_bootloader() to bootloader_request()Kevin O'Connor
2022-07-29serialqueue: Improve canbus timingKevin O'Connor
2022-06-27usb_canbus: Initial support for USB to CAN bridge modeKevin O'Connor
2022-06-27canserial: Rename canbus.c to canserial.cKevin O'Connor
2022-06-27usb_cdc_ep: Change default endpoint numbersKevin O'Connor
2022-06-16canbus: Move canbus uuid calculation to canbus.cKevin O'Connor
2022-06-16stm32: Support passing through RTR and EFF canbus framesKevin O'Connor
2022-06-16canbus: Use single method for reading canbus messagesKevin O'Connor
2022-06-16canbus: Move global variables into a structKevin O'Connor
2022-06-04armcm_reset: Add a armcm_reset.h header file for try_request_canboot()Kevin O'Connor
2022-06-03canbus: use "try_request_canboot" methodEric Callahan
2022-06-03armcm_reset: support canboot detectionEric Callahan
2022-05-13misc: Import misc.h in all files defining console_sendf()Kevin O'Connor
2022-05-10canbus: Rename CANBUS_CMD_SET_NODEID to CANBUS_CMD_SET_KLIPPER_NODEIDKevin O'Connor
2022-05-10canbus: send 8 bytes in the id responseEric Callahan
2022-05-10canbus: add bootloader supportEric Callahan
2021-10-07armc_boot: Support cortex-m7 chipsD4SK
2021-10-07armcm_irq: Support cortex-m7 chipsD4SK
2021-08-30usb_cdc: Increase USB transmit sizeKevin O'Connor
2021-07-04usb_cdc: Add comments on debugging USB connections via UARTKevin O'Connor
2021-03-18canbus: Support reading CAN packets directly from IRQ handlerKevin O'Connor
2021-03-13canbus: Rework CAN command protocolKevin O'Connor
2021-03-09armcm_boot: Improve ARM Cortex-M control transfer from bootloaders (#4024)Matt Baker
2021-02-10canbus: Call can_notify_rx() at startup so low-level code does not need toKevin O'Connor
2021-02-10canbus: Rename canbus_set_dataport() to canbus_set_filter() and simplifyKevin O'Connor
2021-02-02canbus: Move high-level CAN code to new src/generic/canbus.cKevin O'Connor
2020-10-30command: Fix handling of buffer passing in args[] on 64bit mcuKevin O'Connor
2020-10-30command: Add command_decode_ptr() helperKevin O'Connor
2020-06-08generic: Minor header cleanup to generic/irq.hKevin O'Connor
2020-03-05armcm_boot: Additional code for broken bootloadersclearchris
2020-03-05stm32: Add support for a bootloader on stm32f0Kevin O'Connor
2019-11-26usb_cdc: Report MCU type on all boardsKevin O'Connor
2019-11-26usb_cdc: Add a usb_fill_serial() helper functionKevin O'Connor
2019-11-21usb_cdc: Report the MCU name instead of "Klipper firmware"Kevin O'Connor
2019-11-21lpc176x: read chip id and use as usb serial. (#2184)Matt Baker
2019-10-24armcm_boot: Use armcm_main() instead of main() to start board codeKevin O'Connor
2019-09-18armcm_boot: Export MCU definition from armcm_bootKevin O'Connor
2019-09-18armcm_reset: Add a new helper file defining command_reset()Kevin O'Connor
2019-08-22armcm_link: Rename armcm_boot.lds.S to armcm_link.lds.SKevin O'Connor
2019-08-22ctr: Add support for multiple integers in DECL_CTR_INTKevin O'Connor
2019-08-22armcm_boot: Add generic code for early board init on armcm machinesKevin O'Connor
2019-08-21armcm_timer: Fix typo in comment in armcm_timer.hKevin O'Connor
2019-07-28armcm_timer: Improve comments on wrap_timer codeKevin O'Connor
2019-07-24armcm_timer: Support micro-controllers faster than 160MhzKevin O'Connor
2019-06-10armcm_timer: Unify udelay() implementationKevin O'Connor