Клиппер
Go to file
Kevin O'Connor 88325b6c93 stm32: Rework register access on stm32f0_adc.c
Avoid read-modify-write operations where possible.  The register
values are in a known state so prefer absolute writes.

Improve handling of race conditions with hardware updates.

Remove the adc reference from "struct gpio_adc" as it is a constant.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2021-12-23 22:15:26 -05:00
.github workflows: Lock issues that have been closed for 6+ months 2021-11-22 19:06:03 -05:00
config config: Add configuration for Modix Big60 printer (#4986) 2021-12-15 14:06:29 -05:00
docs docs: Provide details on review process for new submissions 2021-12-18 17:27:49 -05:00
klippy statistics: Improve Python3 compatibility 2021-12-15 11:27:08 -05:00
lib lib: Add cmsis libraries for stm32g0 2021-12-23 22:15:25 -05:00
scripts motan: Fix comment copy-and-paste error in readlog.py 2021-12-01 20:09:25 -05:00
src stm32: Rework register access on stm32f0_adc.c 2021-12-23 22:15:26 -05:00
test config: Add configuration for Modix Big60 printer (#4986) 2021-12-15 14:06:29 -05:00
.gitignore
COPYING
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.