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-11-04fdcan: Remove spurious executable flag on fdcan.cKevin O'Connor
2022-10-13atsamd: Add support CANbus on ATSAME5x chipsKevin O'Connor
2022-10-13atsamd: Move bootloader_request() from usbserial.c to main.cKevin O'Connor
2022-10-13atsamd: Add Kconfig definitions for same51j19 and same54p20 chipsKevin O'Connor
2022-10-13lib: Add atmel same51 and same54 build definitionsKevin O'Connor
2022-10-13lib: Remove unused gcc/ directories from samd21 and samd51 directoriesKevin O'Connor
2022-09-12samd21: fix erroneous register bit reference.Matt Baker
2022-08-17atsamd: Use CONFIG_USB instead of CONFIG_USBSERIAL during clock initKevin O'Connor
2022-07-29usb_cdc: Rename usb_request_bootloader() to bootloader_request()Kevin O'Connor
2022-06-27usb_cdc_ep: Change default endpoint numbersKevin O'Connor
2022-06-16Kconfig: Move SERIAL, USBSERIAL, and CANSERIAL definitions to src/KconfigKevin O'Connor
2021-11-04stepper: Add support for stepping on both edges of a step pulseKevin O'Connor
2021-10-30atsamd: Remove gcc -mfpu=fpv4-sp-d16 floating point optionKevin O'Connor
2021-10-07atsamd: Add i2c_read() implementationSimon Kühling
2021-06-05atsamd: Add support for 25Mhz crystalsKevin O'Connor
2021-06-05atsamd: Fix pll reference in samd51 config_dpll()Kevin O'Connor
2021-03-18atsamd: Use "communication interface" menu option in KconfigKevin O'Connor
2021-02-01atsamd: Fix bug in sercom_pads mapping on samd21 in sercom.cKevin O'Connor
2020-10-29atsamd: Support reading chip based temperature sensorKevin O'Connor
2020-05-31Kconfig: Add a new CONFIG_HAVE_STRICT_TIMING build definitionKevin O'Connor
2019-11-26atsamd: Enable chipid as usb serial numberKevin O'Connor
2019-11-18atsamd: Add support for SAMD51 overclockingLars R. Hansen
2019-10-27flash_usb: Pass -t $CONFIG_MCU to flash_usb on all targetsKevin O'Connor
2019-10-27flash_usb: Use "-s" option to specify flash offset on atsamdKevin O'Connor
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-22atsamd: Update code to use armcm_boot mechanismKevin O'Connor
2019-08-22atsamd: Move irq handler code above irq setupKevin O'Connor
2019-08-21Makefile: Add generic rule for precompiling linker scriptsKevin O'Connor
2019-08-07spicmds: Rework spi config commandsKevin O'Connor
2019-07-25atsamd: Fix comment typo in serial.cKevin O'Connor
2019-06-01atsamd: Add build support for SAMD21E15 chipKevin O'Connor
2019-05-30atsamd: Reduce the compile size of the hard_pwm pin listKevin O'Connor
2019-04-05atsamd: Minor whitespace changes to sercom.cKevin O'Connor
2019-04-05atsamd: Use enumerations for buses and reserve pinsKevin O'Connor
2019-03-18atsamd: Use enumerations for pin mappingsKevin O'Connor
2019-03-18command: Always pass a string to the DECL_CONSTANT() macroKevin O'Connor
2019-03-09atsamd: Add support to "make flash" to automatically enter the bootloaderKevin O'Connor
2019-03-02Makefile: Reduce use of $^ in build rulesKevin O'Connor
2019-03-02atsamd: Reduce memory for have_run_init in spi/i2cKevin O'Connor
2019-03-02atsamd: Add definitions for SAMD21E18 chipKevin O'Connor
2019-03-02atsamd: Implement custom memory allocation functionsKevin O'Connor
2019-03-02atsamd: Use CONFIG_MCU in MakefileKevin O'Connor
2019-03-02atsamd: Use the full micro-controller name for CONFIG_MCUKevin O'Connor
2019-03-02atsamd: Use local linker scriptKevin O'Connor
2019-03-01atsamd: Add support for programming SERCOM pinsKevin O'Connor
2019-02-27atsamd: Wrap code to 80 columnsKevin O'Connor