785 Commits (711703dcd1ffe7675f12598681de5d3a10ac5e3b)

Author SHA1 Message Date
Tanguy Pruvot 2435c6082a STM32F1: AUTO_BED_LEVELING_UBL build fixes (#15240) 5 years ago
Tanguy Pruvot 5bf635cec2 STM32F1: Only include USBComposite if flagged (#15243) 5 years ago
Tanguy Pruvot f1162243f6 STM32F1: No USBSerial without USB-serial bridge (#15242) 5 years ago
reloxx13 05cd483413 STM32F1: Support M997 - Reset and begin flash (#15209) 5 years ago
Ludy 3c3a956a17 Fix compiling error BIGTREE_SKR_MINI (#15197)
Let's get STM32F1 working again!
5 years ago
Scott Lahteine 565a0e11ed Prevent 'current' name conflict, if needed 5 years ago
Scott Lahteine dbea6f0022 STM32F1 USB cdc/msc composite device (#15180)
Co-Authored-By: bigtreetech <38851044+bigtreetech@users.noreply.github.com>
5 years ago
Jamie dbee0e9c54 Analog joystick jogging control (#14648) 5 years ago
Scott Lahteine 8d036e94bf Combine channel-based SPI headers 5 years ago
Ludy beffcd856b Update German language, (c) (#15164) 5 years ago
Scott Lahteine 75efa3cdac
Reorganize HAL (#14832) 5 years ago
Giuliano Zaro 12c595c61f SAMD51 LCD support (#15113) 5 years ago
Scott Lahteine 34b73426e5 Apply #ifdef/#ifndef where possible 5 years ago
Scott Lahteine 586b334c2a
Split up stepper indirection (#15111) 5 years ago
Scott Lahteine 0f4d3e1bca Fix ESP32 "DISABLED" name conflict 5 years ago
Tanguy Pruvot c014f8dc78 Fix STM32F1 SPI warning (gcc 8.2.1) (#15104) 5 years ago
Tanguy Pruvot d068470e18 Prevent Linux min/max error (#15107) 5 years ago
Scott Lahteine d25231aea8 Spacing, defined(), #include tweaks 5 years ago
Karl Andersson 7ebfae27e3 Fix HAL_STM32 SPI regression (#15093)
Reference: 0b47558
5 years ago
Scott Lahteine a61c91ae9e Use 'bugfix' branch of U8glib-HAL 5 years ago
Scott Lahteine 1d8ad7cf71 Safe changes from HAL cleanup 5 years ago
BigTreeTech 848dd740ba Fix STM32F1 ADC read temperature error (#15026)
…after USB CDC connect.
5 years ago
Tanguy Pruvot 012f577bb0 STM32F1: Import (rogerclarkmelbourne) SPI class (#15002) 5 years ago
chzj333 0b47558a09 New board STM32F407 (#14994) 5 years ago
Scott Lahteine 29c12905f5 Minor HAL patches 5 years ago
Scott Lahteine 3f678b0be5 Remove some extra F4 conditions 5 years ago
Scott Lahteine 4d1a662571 Fix STM32F7 STEPPER_ENABLE_PIN 5 years ago
Bob Kuhn 66bfad3ced Fix missing U8glib.h include (#14966) 5 years ago
Marcio Teixeira 274934ad81 Add LULZBOT_TOUCH_UI (#14967) 5 years ago
Giuliano Zaro af4bcb629a SAMD51 typo fix (#14885) 5 years ago
Johnny Eshak 03dbe16ccc Compiling M43 on invalid conversion (#14897) 5 years ago
Giuliano Zaro d78086ccdc SAMD51: Neopixel pin mapping (#14913) 5 years ago
Eric Ptak 9c5086e6af [STM32F1] Simpler Flash EEPROM (#14829) 5 years ago
Tanguy Pruvot 5d2519ed50 Allow use of Fysetc SoftwareSerialM (#14893) 5 years ago
Chris Pepper 2971b48a12 Use PlatformIO 4 default dir structure (#14879) 5 years ago
Scott Lahteine 9624c90cfb Remove HAL.h dependency in SoftwareSerial.h 5 years ago
Tanguy Pruvot 535018ef0e STM32F1: Dummy SoftwareSerial (as TMCStepper fallback) (#14861) 5 years ago
Tanguy Pruvot 92c35d14a4 Non-fatal error from ps::access_start (#14845) 5 years ago
Giuliano Zaro 535eeace5f Fix Bed, Chamber ADC condition (#14866) 5 years ago
Tanguy Pruvot eecfcd124d Finish STM32F4 SD-based settings storage (#14844) 5 years ago
Scott Lahteine fd9f067a48 Robin FSMC / SPI pins 5 years ago
Scott Lahteine 579e4396e2 Reduce STM32_F4_F7 pin warnings 5 years ago
Scott Lahteine fb579212ea Reduce unused function warnings 5 years ago
Robby Candra 5bc2fb022c THERMAL_PROTECTION_GRACE_PERIOD is obsolete (#14798) 5 years ago
Giuliano Zaro d493cafc4a Fix a memset pointer cast (#14823) 5 years ago
Tanguy Pruvot 4bd1e55093 STM32F1: Init EEPROM SPI pin modes (#14810) 5 years ago
Scott Lahteine 18c9182903 Match up write_data signatures 5 years ago
Ludy 337361d588 Update German language, (c) (#14804) 5 years ago
yangwenxiong 6132cf900b STM32F4x SD-based settings storage (#14808) 5 years ago
Giuliano Zaro 21993b75f4 SAMD51 Servo class (#14781) 5 years ago
Scott Lahteine e85eca2630 HAL cleanup, Teensy 3.1 platform 5 years ago
Scott Lahteine e1942715ce HAL_STM32F1_EEPROM_SIZE => HAL_EEPROM_SIZE 5 years ago
Scott Lahteine fd945d1070 More generic EEPROM data array name 5 years ago
Tanguy Pruvot 3334163e73 STM32F1: Align SD EEPROM data for SDIO (#14809) 5 years ago
Scott Lahteine 5e2582a31b Comment spacing 5 years ago
Scott Lahteine c2b319360d Remove extra pragmas 5 years ago
Tanguy Pruvot 202d3ab3c9 Define STM32F1 GPIO for the preprocessor (#14785) 5 years ago
pinchies d98b9d54f1 JGAurora A5S & A1 touch support (#14768) 5 years ago
rafaljot e44fccf3d2 Add support for M575 (#14757) 5 years ago
Scott Lahteine 1165c26ab4 Trailing whitespace 5 years ago
Scott Lahteine e5d73f68c8
HAL folder organization (#14763) 5 years ago
Giuliano Zaro 290466578f Adafruit Grand Central M4 (#14749) 5 years ago
Marcio Teixeira 1c3df51f87 vsnprintf patch redux (#14725) 5 years ago
Chris Pepper b6095fd084
Reduce default LPC176x ADC lowpass filtering 5 years ago
Marcio Teixeira 585a8a96b4 Fix extraneous redefine of vsnprintf_P in Marduino.h (#14712) 6 years ago
Marcio Teixeira 369fb2806d Fix compilation warnings, errors (#14704) 6 years ago
Giuliano Zaro 1005f225f3 Remove unused defines, fix typo (#14699) 6 years ago
Tanguy Pruvot dca0c3d02a Fix SPI comments, clean up U20 pins (#14700) 6 years ago
Scott Lahteine 7501e40e0b APB comment correction 6 years ago
BigTreeTech a38b9da672 STM32F1 SPI1 bugfix (#14679) 6 years ago
Scott Lahteine 93adb7e944 Some comment patches 6 years ago
Tanguy Pruvot 977cfa4494 Fix a few recent (STM32F1 DOGM, SPI) warnings (#14669) 6 years ago
Scott Lahteine 4cc83b6330 Allow THERMAL_PROTECTION_GRACE_PERIOD override
Co-Authored-By: MarcelMo <marcelmo@users.noreply.github.com>
6 years ago
Scott Lahteine ec13aa0dc1 Misc. whitespace 6 years ago
Scott Lahteine 06324df072 Apply some #ifndef 6 years ago
Simon Jouet f0de56a797 ESP32 HAL - Dynamic ADC attenuation (#14623) 6 years ago
Tanguy Pruvot 81d629bc47 Robin & Longer3D SPI TFT driver (#14595) 6 years ago
Scott Lahteine d4be970c8b Update DOGLCD conditions 6 years ago
Ringel e139c1d9d9 Fix ESP32 i2s stream, add PWM to extended pins (#14592) 6 years ago
Ludy 6dcb85927a Update German language, &c. (#14613) 6 years ago
Scott Lahteine d3add3c34f Init servo macro, j/b 6 years ago
InsanityAutomation f1eaed7e98 Only init servo pins used for servos (#14589) 6 years ago
Giuliano Zaro cd36809c06 Fix STM32F7 compile error (#14583) 6 years ago
Ludy 70586d3a6c Update (c) comments (#14584) 6 years ago
Scott Lahteine ad1c061e7b Bring STM32F4/F7 together 6 years ago
Scott Lahteine cf9ac4c847 Move vsnprintf_P to Marduino.h 6 years ago
Scott Lahteine f7de453da8 More general 'stm32_timer_t' 6 years ago
Scott Lahteine 828cc71847 Tweaks to STM32 headers 6 years ago
Scott Lahteine 4e479caf61 Fix mis-use of LIMIT 6 years ago
Tanguy Pruvot 881e5a48bc Fix M43 warning, XL density timers (#14555) 6 years ago
Scott Lahteine ed0e6afacb Apply LIMIT macro 6 years ago
Scott Lahteine f990ebfb09
Tweak STM32F4/7 eeprom emulation (#14563) 6 years ago
Scott Lahteine 056efaba91 Clean up section comments 6 years ago
Scott Lahteine 3ae3bf5d33 Get E2END from pins, fix Linux buffer 6 years ago
Scott Lahteine 01e8813286 EEPROM_EMULATED_WITH_SRAM => SRAM_EEPROM_EMULATION 6 years ago
Scott Lahteine c0e917ea83 DUE/usb should use platform min/max 6 years ago
gmarsh ab99a80793 GMARSH X6 board support (#14550) 6 years ago
Scott Lahteine a2ba0aaaac
HAL include and other adjustments (#14525) 6 years ago
Msq001 439e28783b BigTree SKR Pro V1.1 board support (#14523) 6 years ago
Bob Kuhn dc02d0720d Pins Debugging for STM32 — NEEDS TESTING (#14309) 6 years ago