Scott Lahteine
e1587da228
Clean up HAL_spi_Due.cpp (#13087 )
6 yıl önce
Scott Lahteine
48a581ba2e
Tweak some HAL Due code
6 yıl önce
Scott Lahteine
a5911765c3
Tweak some spacing
6 yıl önce
Scott Lahteine
424aa05cc2
Fix some file endings
6 yıl önce
Scott Lahteine
ce563d7c2e
Various general cleanups
Mostly from the L6470-oriented PR
6 yıl önce
InsanityAutomation
a403d9a50c
Improve menu pause / resume (#12876 )
6 yıl önce
Scott Lahteine
c986239837
A single SERIAL_ECHO macro type (#12557 )
6 yıl önce
Marcio Teixeira
7109dadd21
Additional pin definitions for Archim 2 (#12500 )
- Added GPIO pins to Archim 2
- Added new 108 pin to `fastio_Due.h`
6 yıl önce
Scott Lahteine
66580f32c2
Make CardReader class static (#12451 )
* Make CardReader a static class
* Make CardReader flags into bitfields
6 yıl önce
Ryan
052d102ded
UltiMachine Archim 1 support (#12404 )
6 yıl önce
Scott Lahteine
0ee1a92971
Group status methods, share reset_status with Extensible UI (#12414 )
* Group status methods, share reset_status with Extensible UI
* Move common DOGM code to headers
6 yıl önce
Scott Lahteine
4e0c935959
Update HAL and libs formatting
6 yıl önce
Scott Lahteine
e0956bb572
Drop 'register' storage specifier
6 yıl önce
Scott Lahteine
f5eab912ed
Apply #pragma once, misc cleanup (#12322 )
* Apply #pragma once in headers
* Adjust some thermistors formatting
* Misc cleanup and formatting
6 yıl önce
Scott Lahteine
3583e2b449
Followup to Menu Refactor (#12275 )
6 yıl önce
Scott Lahteine
5580773191
Use FastIO, sanity-check LPC SD options, apply formatting (#12231 )
6 yıl önce
Scott Lahteine
d015f746cc
Fix some compile warnings (#12220 )
6 yıl önce
Scott Lahteine
7a04eb3a8b
Fix some comment formatting
6 yıl önce
Scott Lahteine
c6a5c74208
Add parentheses to SD macros
6 yıl önce
Marcio Teixeira
5b7dd553d3
Fix sd_mmc_spi_mem capacity; clean up USB code (#12134 )
- Fix an error in the return value of `sd_mmc_spi_read_capacity` which was causing the host OS to read beyond the last sector in the card.
- Clean up the USB flashdrive code and add better debugging.
6 yıl önce
Scott Lahteine
bc75eb2c64
Cleanup for HAL_spi_Due.cpp
6 yıl önce
Scott Lahteine
0bd54392b7
Use uint8_t in EEPROM code
6 yıl önce
Marcio Teixeira
ec9aa4f468
[2.0.x] Miscellaneous fixes (#12039 )
* Allow override of soft SPI pins in `pins_*.h`
* Add default case to avoid compiler warning.
* Additional pin definitions for Archim 2.
* Einsy Retro has same timings as Einsy Rambo.
6 yıl önce
Scott Lahteine
33056046a3
STM32 non-generic PWM_PIN and USEABLE_HARDWARE_PWM (#12016 )
6 yıl önce
Scott Lahteine
d5141c4e03
Fix up leading/trailing whitespace
6 yıl önce
AnoNymous
001f26b642
Template struct simplification for serial (#11990 )
6 yıl önce
Eduardo José Tagle
d6955f25b2
Expand serial support in DUE/AVR hals exploiting the templated MarlinSerial classes (#11988 )
6 yıl önce
Eduardo José Tagle
f6f2246f59
Templatized serial classes (#11982 )
6 yıl önce
Scott Lahteine
ee53f7d813
Revert header reorg.
6 yıl önce
Scott Lahteine
0dedb3e139
Reorganize some core headers (#11983 )
6 yıl önce
Scott Lahteine
ad21a4f07b
Tweaks to HAL format and order
7 yıl önce
Marcio Teixeira
ccbd045f02
Fixed warning about comparing signed to unsigned (#11909 )
7 yıl önce
Marcio Teixeira
c411e7eb0d
[2.0.x] Squelch compiler warnings seen with -Wall (#11889 )
7 yıl önce
Holger Müller
1a6f2b29b8
Add support for Triple-Z steppers/endstops
7 yıl önce
Scott Lahteine
2a61c9a939
Various fixups to configs, spacing, etc.
7 yıl önce
Scott Lahteine
6a3207391f
Remove obsolete HAL_timer_restrain
7 yıl önce
Dave Johnson
0456caf0ad
Consolidate shared HALs and isolate HAL compile (#11552 )
7 yıl önce
Chris Pepper
5573ef62c6
[2.0.x] PersistentStore update followup (#11549 )
7 yıl önce
Scott Lahteine
834ea7fcea
Remove 'const' from PersistentStore::capacity
7 yıl önce
Dave Johnson
c64199941e
Compile only selected PIO environment (#11519 )
7 yıl önce
Scott Lahteine
865ee5985f
Followup persistent store with heading, const
7 yıl önce
Chris Pepper
66d2b48b59
Update PersistentStore api (#11538 )
- Clean up the API to use a `static` class instance to adhere to Marlin convention
- Add `const` position data access for read/write
- Add Storage capacity to the interface
7 yıl önce
Andy Shaw
624986d423
Ensure ADC conversion is complete before reading (#11336 )
The current Marlin implementation relies on a timer interrupt to start the ADC conversion and read it. However in some circumstances the interrupt can be delayed resulting in insufficient time being available for the ADC conversion. This results in a bad reading and false temperature fluctuations. These changes make sure that the conversion is complete (by checking the ADC hardware via the HAL) before reading a value.
See: https://github.com/MarlinFirmware/Marlin/issues/11323
7 yıl önce
teemuatlut
fbcdf5eaeb
Simplify stepper driver per-axis selection
7 yıl önce
Scott Lahteine
d05e832f29
Add STM32F1 support for SD-based EEPROM
7 yıl önce
etagle
e7e896e7d7
More tweaks to fastio_Due.h
7 yıl önce
Scott Lahteine
8a8eae8d97
Implement more fastio_Due macros (#11165 )
7 yıl önce
Scott Lahteine
fc10101b06
Tweaks to fastio_Due.h
7 yıl önce
Scott Lahteine
99591dc20c
Filter endstops state at all times (#11066 )
7 yıl önce
etagle
a215725df6
Fix stepper pulse timing
Always honor minimum period on stepper pulse generation, and fix timing calculations
Signed-off-by: etagle <ejtagle@hotmail.com >
7 yıl önce