Клиппер
Go to file
Kevin O'Connor 8b6753d68f stm32: Unify enable_pclock() code
Unify the handling of the enable_pclock() and is_enabled_pclock() code
across all stm32 chips.  All chips will now perform a peripheral reset
on enable_pclock() (this is a change for stm32f0 and stm32h7).  The
enable_pclock() code will now also disable irqs during the enable.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2021-12-30 12:18:05 -05:00
.github workflows: Lock issues that have been closed for 6+ months 2021-11-22 19:06:03 -05:00
config config: Minor updates to generic-bigtreetech-skr-pico-v1.0.cfg 2021-12-27 12:32:12 -05:00
docs docs: Improve filament width sensor documentation (#5058) 2021-12-27 12:41:31 -05:00
klippy stm32: Enable ADC support on stm32g0 2021-12-23 22:15:26 -05:00
lib lib: Add cmsis libraries for stm32g0 2021-12-23 22:15:25 -05:00
scripts spi_flash: Add btt-skr-mini-e3-v3 board definition 2021-12-23 22:15:26 -05:00
src stm32: Unify enable_pclock() code 2021-12-30 12:18:05 -05:00
test config: Minor updates to generic-bigtreetech-skr-pico-v1.0.cfg 2021-12-27 12:32:12 -05:00
.gitignore util: Fix versioning when gitdir is absent (#809) 2018-10-27 10:44:38 -04:00
COPYING Initial commit of source code. 2016-05-25 11:37:40 -04:00
Makefile Makefile: Include debug symbols in the .elf 2021-06-08 19:29:16 -04:00
README.md Revert "README: Fix links to www.klipper3d.org" 2021-07-27 19:00:01 -04:00

README.md

Welcome to the Klipper project!

Klipper

https://www.klipper3d.org/

Klipper is a 3d-Printer firmware. It combines the power of a general purpose computer with one or more micro-controllers. See the features document for more information on why you should use Klipper.

To begin using Klipper start by installing it.

Klipper is Free Software. See the license or read the documentation.