96 Commits (10d855cb2130d44dd90079ea6812d560c0562c38)

Author SHA1 Message Date
Scott Lahteine 8f9b246d0e Tweak some formatting, replace tabs 6 years ago
Scott Lahteine 3e867008f0 Fix some HAL_STM32F1 type declarations 6 years ago
InsanityAutomation a403d9a50c Improve menu pause / resume (#12876) 6 years ago
jmz52 d372e7e477 SDIO support for STM32F1 (#12782) 6 years ago
jmz52 813a4ea107 Add support for Mks Robin TFT display (#12706) 6 years ago
jmz52 c4237b529f Fix MKS Mini and SD card conflct over SPI mode (#12783) 6 years ago
Phr3d13 01f75591c6 Fix GTM32_PRO_VB Serial and HAL via watchdog (#12753) 6 years ago
Reece Kibble 7557f8d68c Rename all Stm32f1 to STM32F1 (#12639) 6 years ago
jmz52 33abb86b7e Add support for MKS Robin board (#12650) 6 years ago
Scott Lahteine 66580f32c2
Make CardReader class static (#12451) 6 years ago
Scott Lahteine b3b4e6dc45
Change Marlin debug flag names to fix conflicts (#12340) 6 years ago
Scott Lahteine f5eab912ed
Apply #pragma once, misc cleanup (#12322) 6 years ago
Scott Lahteine 0bd54392b7 Use uint8_t in EEPROM code 6 years ago
Nils Hasenbanck 191df5e17d Correct PWM_PIN behavior for STM32 HALs (#12027) 6 years ago
Scott Lahteine 33056046a3
STM32 non-generic PWM_PIN and USEABLE_HARDWARE_PWM (#12016) 6 years ago
Alexander Amelkin 2ecfda80ac Improve support for JTAG/SWD pins reuse (#11963) 6 years ago
Scott Lahteine ad21a4f07b Tweaks to HAL format and order 6 years ago
Alexander Amelkin 84926b1d5a HAL general support for DISABLE_JTAG option (#11211) 6 years ago
Holger Müller 1a6f2b29b8 Add support for Triple-Z steppers/endstops 6 years ago
Alexander Amelkin f417408df1 [STM32F1] Fix HAL for new PlatformIO (#11749) 6 years ago
Scott Lahteine 6a3207391f Remove obsolete HAL_timer_restrain 6 years ago
jmz52 a77f8c6dd5 Implement servo support for STM32F1 (#11580) 6 years ago
jmz52 dfe18ac633 Fix compilation error for STM32F1 with U8GLIB_SSD1306 or U8GLIB_SH1106 enabled (#11583) 6 years ago
jmz52 0b2d686160 Fix "SD init fail" problem for STM32F1 (#11579) 6 years ago
Scott Lahteine 834ea7fcea Remove 'const' from PersistentStore::capacity 6 years ago
Dave Johnson c64199941e Compile only selected PIO environment (#11519) 6 years ago
Scott Lahteine 865ee5985f Followup persistent store with heading, const 6 years ago
Chris Pepper 66d2b48b59 Update PersistentStore api (#11538) 6 years ago
Andy Shaw 624986d423 Ensure ADC conversion is complete before reading (#11336) 6 years ago
Scott Lahteine d05e832f29 Add STM32F1 support for SD-based EEPROM 6 years ago
Alexander Amelkin ffdbc1f42c STM32F1: Fix SD card persistent store API (#11090) 6 years ago
Scott Lahteine 99591dc20c
Filter endstops state at all times (#11066) 6 years ago
etagle a215725df6 Fix stepper pulse timing 6 years ago
Scott Lahteine cf53e502a2 No need to set input after attachInterrupt 6 years ago
Karl Andersson e0276d2f32 Official STMicroelectronics Arduino Core STM32F4 HAL compatibility (#11006) 6 years ago
Scott Lahteine 4dbec774b5 HAL_*_TIMER_RATE => *_TIMER_RATE 6 years ago
Scott Lahteine 9b945c13a1 Fix STM32F1 ISR_ENABLED 6 years ago
Alexey Shvetsov 2ddba201c0 STM32F1 HAL Fixes (#10999) 6 years ago
Scott Lahteine a426986df8
Ensure pins set to INPUT after attachInterrupt (#10928) 6 years ago
Eduardo José Tagle d3c02410a8 [2.0.x] Small assorted collection of fixes and improvements (#10911) 6 years ago
Scott Lahteine cbcb284f4a Allow libServo::attach to work on Teensy 3.5/3.6 6 years ago
Scott Lahteine 9b9b62b218 delay(SERVO_DELAY) => safe_delay(servo_delay[servo_index]) 6 years ago
etagle 569df3fc0c Fix interrupt-based endstop detection 6 years ago
Scott Lahteine 37b15fe4cf Reorder HAL timer header items 6 years ago
Scott Lahteine 99ecdf59af Smarter MIN, MAX, ABS macros 6 years ago
Scott Lahteine 81b632c255 Additional temp-oriented improvements 6 years ago
nightdemonx e911635fb1 Add thermocouple with AD8495 support 6 years ago
Scott Lahteine 456cf971af HAL FastIO cleanup and fixes 6 years ago
J.C. Nelson 5b5e322356 Set Interrupt Priorities and Grouping for STM32F103. (#10517) 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