Клиппер
Go to file
Kevin O'Connor 60ae92d143 stm32: Disable usb irqs in usbotg handlers
It appears the usbotg controller can get confused if the usb irq
handler runs while processing a usb request.  Disable usb irqs during
usb processing to avoid this.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2019-09-12 08:12:51 -04:00
config config: Note adc_voltage and pullup_resistance in adc_temperature module 2019-09-11 00:31:48 -04:00
docs docs: Add additional "no delay" benchmarks to Benchmarks.md 2019-09-08 10:37:25 -04:00
klippy filament_switch_sensor: Add a delay between dispatch of pause and execution of pause gcode 2019-09-08 20:42:43 -04:00
lib lib: No need to make lpc176x SystemInit() externally visible 2019-09-06 13:49:16 -04:00
scripts buildcommands: Match DECL_X names to the actual C macro names 2019-08-22 13:26:30 -04:00
src stm32: Disable usb irqs in usbotg handlers 2019-09-12 08:12:51 -04:00
test config: Add example generic-bigtreetech-skr-pro.cfg config 2019-09-05 22:42:48 -04:00
.gitignore util: Fix versioning when gitdir is absent (#809) 2018-10-27 10:44:38 -04:00
.travis.yml test: Update .travis.yml to list apt packages one per line 2018-08-17 09:47:57 -04:00
COPYING Initial commit of source code. 2016-05-25 11:37:40 -04:00
Makefile Makefile: Use "tr -s" in compile_time_request.txt generation 2019-08-22 11:40:02 -04:00
README.md docs: Update main README file to point to website 2019-04-20 13:43:35 -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.