150 Commits (90121047d971ea7bb85718dd1ec0c32d6cef54f7)

Author SHA1 Message Date
Andy Shaw 624986d423 Ensure ADC conversion is complete before reading (#11336) 6 years ago
teemuatlut fbcdf5eaeb Simplify stepper driver per-axis selection 6 years ago
Scott Lahteine d05e832f29 Add STM32F1 support for SD-based EEPROM 6 years ago
etagle 1367df2875 Replace double with float, optimize calculation 6 years ago
Scott Lahteine 99591dc20c
Filter endstops state at all times (#11066) 6 years ago
Scott Lahteine c1269c2ec1 Tweak AVR critical section defines 6 years ago
Scott Lahteine 19d4c7c1cd Tweak HAL header comments 6 years ago
etagle a215725df6 Fix stepper pulse timing 6 years ago
Scott Lahteine a9861a780e Tweak HAL heading 6 years ago
Scott Lahteine 4dbec774b5 HAL_*_TIMER_RATE => *_TIMER_RATE 6 years ago
Eduardo José Tagle 5590c8ffd0 Fix MarlinSerial (AVR) (#10991) 6 years ago
etagle 99af086cea Add hidden Serial overflow debug options 6 years ago
etagle d90e8fcad9 Fix XON/XOFF implementation 6 years ago
Scott Lahteine 3701869e6c Add HAL_timer_start for AVR, use stepper timer to time pulses 6 years ago
Giuliano c9d1a620d4 [2.0.x] fix indentations (#10934) 6 years ago
Eduardo José Tagle d3c02410a8 [2.0.x] Small assorted collection of fixes and improvements (#10911) 6 years ago
Scott Lahteine 9b9b62b218 delay(SERVO_DELAY) => safe_delay(servo_delay[servo_index]) 6 years ago
Eduardo José Tagle 6f330f397e [2.0.x] Buffer overflow and scroll fix, UTF8 cleanup (#10844) 6 years ago
Scott Lahteine 4118199ddd Tweaks to core headers 6 years ago
etagle 569df3fc0c Fix interrupt-based endstop detection 6 years ago
Scott Lahteine c2fb2f54a1 Use assembly for AVR ISR vectors 6 years ago
Scott Lahteine c173a31060 Fix some compile warnings 6 years ago
Scott Lahteine 37b15fe4cf Reorder HAL timer header items 6 years ago
Scott Lahteine 883b0c9880
Convert custom maths to inlines (#10728) 6 years ago
Scott Lahteine 0436e16fb2 Apply shorthand Assembler macros 6 years ago
Scott Lahteine 3f68203324 Modify FastIO error message 6 years ago
Scott Lahteine a474a7e675 Correct AVR_ATmega328_FAMILY macro 6 years ago
Scott Lahteine 2578996631
[2.0.x] Emergency parser for multiple serial ports (#10524) 6 years ago
Chris Pepper 2242b98248 [LPC176x] Emergency Parser Feature (#10516) 6 years ago
Eduardo José Tagle c1e5ebbc1e [2.0.x] AVR: Atomic bit set and clear of upper pin ports without critical section (#10502) 6 years ago
Eduardo José Tagle 0c428a66d9 Proper AVR preemptive interrupt handling (#10496) 6 years ago
GMagician 20772492aa Fix compile warnings in AVR fastio.h (#10440) 6 years ago
Chris Pepper cc6d41e1d3 Use a macro for HAL header redirection (#10380) 6 years ago
Lenbok 0e8242180d Chamber temperature monitoring and auto fan control. 6 years ago
Bob-the-Kuhn 785dbfc72d [2.0.x] FASTIO consistency (#10164) 6 years ago
Scott Lahteine b858c638ad Fix compiler warning for HAL_ANALOG_SELECT 6 years ago
Scott Lahteine 98d48fc731 Followup to HAL_timer_restrain 6 years ago
Scott Lahteine 224688cc3b Fix for unicode-ignorant gcc preprocessor 6 years ago
Chris Pepper a1a88ebabc HAL function to ensure min stepper interrupt interval (#9985) 6 years ago
Scott Lahteine 649f375494
Fix: M112 calling kill from interrupt (#9923) 6 years ago
Ben Lye 461c8ef834 Fix DIGITAL_PIN_TO_ANALOG_PIN macro for Atmega1284p (#9881) 6 years ago
Bob-the-Kuhn c1f4112bdc [2.0.x] Add 1284 support & misc. bug fixes (#9864) 6 years ago
Scott Lahteine 0bc4c216ac Patch up pinsDebug pins 6 years ago
Scott Lahteine a810e585db Drop HAL_timer_set_count 6 years ago
Scott Lahteine 03d790451f
[2.0.x] HAL timer set/get count => set/get compare (#9581) 6 years ago
Scott Lahteine 38c7d53bf7 Repair some spacing 6 years ago
Scott Lahteine db031d5d76 Add missing SoftwareSerial begin for TMC2208 7 years ago
Scott Lahteine 7d6c009104 Add thermistor 15 tuned for JGAurora A5 7 years ago
Bob-the-Kuhn 0ea9cdf4f2 TMC2208 sanity check 7 years ago
Roxy-3D bfd9728cf4
Serial buffer over run work around for v2.0.0 (#9236) 7 years ago