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
2020-10-30command: Fix handling of buffer passing in args[] on 64bit mcuKevin O'Connor
2019-02-27simulator: Wrap code to 80 columnsKevin O'Connor
2019-01-26simulator: Fix simulator buildKevin O'Connor
2019-01-26Kconfig: Move SERIAL_BAUD to src/Kconfig and show with LOW_LEVEL_OPTIONSKevin O'Connor
2018-08-27simulator: Add support for gpio_x_reset()Kevin O'Connor
2018-07-11simulator: Rework dummy simulator code to user timer_irq / serial_irqKevin O'Connor
2018-07-08SPI: introduce spi_prepare functionGrigori Goronzy
2018-05-16stepper: Introduce and use gpio_out_toggle_noirq()Kevin O'Connor
2018-05-07spicmds: Rework SPI message transmissionKevin O'Connor
2017-08-08avr: Implement internal avr specific timer to handle 16bit overflowsKevin O'Connor
2017-08-08sched: Support adding timers to the start of timer_listKevin O'Connor
2017-07-20build: Allow boards to disable digital input/output supportKevin O'Connor
2017-07-17irq: Support sleeping when mcu is idleKevin O'Connor
2017-06-29command: Move low-level sendf transmission into board codeKevin O'Connor
2017-06-29command: Move command_task() to board specific codeKevin O'Connor
2017-05-26build: Use compile_time_request system for init, tasks, and shutdownKevin O'Connor
2017-05-15irq: Add an irq_poll() stub for board codeKevin O'Connor
2017-03-30sched: Move timer dispatch loop to board codeKevin O'Connor
2017-03-27sched: Be explicit with loading of the waketime variableKevin O'Connor
2017-03-27timer: Allow board code to define its own timer_is_before implementationKevin O'Connor
2017-03-11sched: Avoid rescheduling the currently active timerKevin O'Connor
2016-11-03gpio: Merge gpio_adc_sample_time() into gpio_adc_sample()Kevin O'Connor
2016-06-14irq: Allow boards to define the return type of irq_save()Kevin O'Connor
2016-06-14Makefile: Move listing of directories to create to board makefilesKevin O'Connor
2016-06-14generic: Move simulator/gpio.h to generic/gpio.hKevin O'Connor
2016-06-14generic: Move simulator/irq.h to new file generic/irq.hKevin O'Connor
2016-06-14generic: Move board timer.h files into generic/misc.hKevin O'Connor
2016-06-14generic: Create generic board infrastructure and move misc.h to itKevin O'Connor
2016-06-03sched: Change sched_from_ms() to sched_from_us()Kevin O'Connor
2016-05-25Initial commit of source code.v0.2.0Kevin O'Connor