87 Commits (826d5701627f4c725ab9e0c61a53643008c5dbbf)

Author SHA1 Message Date
Scott Lahteine 66580f32c2
Make CardReader class static (#12451) 6 years ago
Scott Lahteine b3b4e6dc45
Change Marlin debug flag names to fix conflicts (#12340) 7 years ago
Scott Lahteine f5eab912ed
Apply #pragma once, misc cleanup (#12322) 7 years ago
Scott Lahteine 0bd54392b7 Use uint8_t in EEPROM code 7 years ago
Nils Hasenbanck 191df5e17d Correct PWM_PIN behavior for STM32 HALs (#12027) 7 years ago
Scott Lahteine 33056046a3
STM32 non-generic PWM_PIN and USEABLE_HARDWARE_PWM (#12016) 7 years ago
Alexander Amelkin 2ecfda80ac Improve support for JTAG/SWD pins reuse (#11963) 7 years ago
Scott Lahteine ad21a4f07b Tweaks to HAL format and order 7 years ago
Alexander Amelkin 84926b1d5a HAL general support for DISABLE_JTAG option (#11211) 7 years ago
Holger Müller 1a6f2b29b8 Add support for Triple-Z steppers/endstops 7 years ago
Alexander Amelkin f417408df1 [STM32F1] Fix HAL for new PlatformIO (#11749) 7 years ago
Scott Lahteine 6a3207391f Remove obsolete HAL_timer_restrain 7 years ago
jmz52 a77f8c6dd5 Implement servo support for STM32F1 (#11580) 7 years ago
jmz52 dfe18ac633 Fix compilation error for STM32F1 with U8GLIB_SSD1306 or U8GLIB_SH1106 enabled (#11583) 7 years ago
jmz52 0b2d686160 Fix "SD init fail" problem for STM32F1 (#11579) 7 years ago
Scott Lahteine 834ea7fcea Remove 'const' from PersistentStore::capacity 7 years ago
Dave Johnson c64199941e Compile only selected PIO environment (#11519) 7 years ago
Scott Lahteine 865ee5985f Followup persistent store with heading, const 7 years ago
Chris Pepper 66d2b48b59 Update PersistentStore api (#11538) 7 years ago
Andy Shaw 624986d423 Ensure ADC conversion is complete before reading (#11336) 7 years ago
Scott Lahteine d05e832f29 Add STM32F1 support for SD-based EEPROM 7 years ago
Alexander Amelkin ffdbc1f42c STM32F1: Fix SD card persistent store API (#11090) 7 years ago
Scott Lahteine 99591dc20c
Filter endstops state at all times (#11066) 7 years ago
etagle a215725df6 Fix stepper pulse timing 7 years ago
Scott Lahteine cf53e502a2 No need to set input after attachInterrupt 7 years ago
Karl Andersson e0276d2f32 Official STMicroelectronics Arduino Core STM32F4 HAL compatibility (#11006) 7 years ago
Scott Lahteine 4dbec774b5 HAL_*_TIMER_RATE => *_TIMER_RATE 7 years ago
Scott Lahteine 9b945c13a1 Fix STM32F1 ISR_ENABLED 7 years ago
Alexey Shvetsov 2ddba201c0 STM32F1 HAL Fixes (#10999) 7 years ago
Scott Lahteine a426986df8
Ensure pins set to INPUT after attachInterrupt (#10928) 7 years ago
Eduardo José Tagle d3c02410a8 [2.0.x] Small assorted collection of fixes and improvements (#10911) 7 years ago
Scott Lahteine cbcb284f4a Allow libServo::attach to work on Teensy 3.5/3.6 7 years ago
Scott Lahteine 9b9b62b218 delay(SERVO_DELAY) => safe_delay(servo_delay[servo_index]) 7 years ago
etagle 569df3fc0c Fix interrupt-based endstop detection 7 years ago
Scott Lahteine 37b15fe4cf Reorder HAL timer header items 7 years ago
Scott Lahteine 99ecdf59af Smarter MIN, MAX, ABS macros 7 years ago
Scott Lahteine 81b632c255 Additional temp-oriented improvements 7 years ago
nightdemonx e911635fb1 Add thermocouple with AD8495 support 7 years ago
Scott Lahteine 456cf971af HAL FastIO cleanup and fixes 7 years ago
J.C. Nelson 5b5e322356 Set Interrupt Priorities and Grouping for STM32F103. (#10517) 7 years ago
Eduardo José Tagle c1e5ebbc1e [2.0.x] AVR: Atomic bit set and clear of upper pin ports without critical section (#10502) 7 years ago
Scott Lahteine a3ce8a3fcd Add sanity checks for EMERGENCY_PARSER 7 years ago
Eduardo José Tagle 0c428a66d9 Proper AVR preemptive interrupt handling (#10496) 7 years ago
Scott Lahteine cb46cb8480
Add HAS_HEATED_BED conditional (#10495) 7 years ago
Chris Pepper cc6d41e1d3 Use a macro for HAL header redirection (#10380) 7 years ago
Scott Lahteine 44a697ab04 Set STM32F1 TEMP_TIMER_FREQUENCY to 1K 7 years ago
Alexey Shvetsov cbdc78ec0f Fix STM32 compilation with PlatformIO (#10245) 7 years ago
xC0000005 7dc256432f Restore STM32F1 series to working order. (#10229) 7 years ago
Scott Lahteine 98d48fc731 Followup to HAL_timer_restrain 7 years ago
Scott Lahteine d45f19d385 Remove Unicode from var name 7 years ago