Tanguy Pruvot
81d629bc47
Robin & Longer3D SPI TFT driver (#14595 )
6年前
Scott Lahteine
ad1c061e7b
Bring STM32F4/F7 together
6年前
Scott Lahteine
cf9ac4c847
Move vsnprintf_P to Marduino.h
6年前
Scott Lahteine
828cc71847
Tweaks to STM32 headers
6年前
Scott Lahteine
056efaba91
Clean up section comments
6年前
Scott Lahteine
3ae3bf5d33
Get E2END from pins, fix Linux buffer
6年前
Scott Lahteine
a2ba0aaaac
HAL include and other adjustments (#14525 )
6年前
Bob Kuhn
dc02d0720d
Pins Debugging for STM32 — NEEDS TESTING (#14309 )
6年前
Tanguy Pruvot
052aa23efe
STM32F1: ignore output check for analogWrite() (#14498 )
6年前
Scott Lahteine
750a16ad38
Fix MIN/MAX function collision with macros
6年前
Scott Lahteine
b6546ea33a
Add include guards to some headers
6年前
Scott Lahteine
de462f2b8a
Revert "Sort out settings.load with SD EEPROM emulation (#14458 )"
This reverts commit 108d0df565 .
6年前
Giuliano Zaro
b7573c6e69
Remove unused WRITE_VAR, etc. (#14493 )
6年前
Tanguy Pruvot
108d0df565
Sort out settings.load with SD EEPROM emulation (#14458 )
6年前
Tanguy Pruvot
19aafb9050
Fix STM32F1 motor shocks (stepper timer issue) (#14030 )
6年前
Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
6年前
Scott Lahteine
d7d80418ae
Singleton for cutting tools (#14429 )
6年前
Scott Lahteine
6664b90bbb
Init servo pins in HAL_init (#14425 )
6年前
Eric Ptak
8934b32f1b
Fysetc AIO II / Cheetah STM32F1 (#14407 )
6年前
Tanguy Pruvot
07dac315a9
Up-to-date STM32F1 README (#14386 )
6年前
Tanguy Pruvot
be69ec5b32
Fix PLR/M43 warnings (#14333 )
6年前
Tanguy Pruvot
52383633e7
STM32F1: M43 PINS_DEBUGGING (#14072 )
6年前
Tanguy Pruvot
ed0c70f0a0
SKRmini followup - Fysetc config updates (#14327 )
6年前
Tanguy Pruvot
75aeb41ab7
SKRmini support for Fysetc Mini Panel (#14319 )
6年前
Tanguy Pruvot
391250b04f
STM32F1: Don't toggle EEPROM SPI SS (#14299 )
6年前
3DSmitty
5b13abcacb
Fix SPI_SD Outside of HAL_STM32F1 (#14306 )
6年前
Scott Lahteine
651f3eeed0
Clean up trailing whitespace
6年前
Tanguy Pruvot
287df7a61f
STM32F1: various small changes
- init the led pin as output (like other HALs)
- reduce sdio dma priority to normal.. highest is never the best...
- allow fsmc only on compatible STM32F1 (like HAL fsmc)
- fsmc: remove an useless C style cast
6年前
3DSmitty
66d51272af
Fix SPI, SD for BIGTREETECH SKR Mini (#14287 )
6年前
Tanguy Pruvot
7d1eafc80a
STM32F1: C++14 for static_assert, etc. (#14278 )
6年前
Msq001
26e7e33698
Fix bug in STM32F1 WRITE macro (#14275 )
6年前
Tanguy Pruvot
c3e5225531
Add SPI EEPROM to STM32F1 (#14239 )
6年前
Tanguy Pruvot
764f0d9c1c
STM32F1: Servo "soft" PWM via timer interrupt (#14187 )
6年前
Tanguy Pruvot
e3a468f2cd
STM32F1: FSMC only on chips with 100/144 pins (#14180 )
6年前
Tanguy Pruvot
24b1818245
Secure STM32F1 servo code and M280 detach (#14085 )
6年前
Giuliano Zaro
a74aad3b4a
Clean up HALs / FastIO (#14082 )
6年前
Tanguy Pruvot
402f1f7307
STM32F1: STM32_HIGH_DENSITY is auto defined in HAL (#14057 )
- Fix the `fsmc` and `sdio` units which required hard defines for use.
6年前
Tanguy Pruvot
256f810df2
Add open-drain output mode to STM32F1 FastIO (#14050 )
- This mode is often used/preferred to drive printer boards' MOSFETs.
- Can generally boost the allowed output power (for hotbed,nozzle and fans).
6年前
Scott Lahteine
0b056970c6
Fix file.open in STM32 eeprom emu
6年前
Tanguy Pruvot
d7b0369e39
STM32: Fix SD EEPROM emulation conflict (#14012 )
6年前
Tanguy Pruvot
8075893352
STM32: fix sdcard filename conversion
6年前
Tanguy Pruvot
93dd097b1c
Use E2END, if defined, for STM32F1 (SD) (#13981 )
6年前
Tanguy Pruvot
62b36d1b98
Fix STM32 timer warnings (#13946 )
6年前
Scott Lahteine
ad4ffa1d2f
Use C++ language supported 'nullptr' (#13944 )
6年前
Tanguy Pruvot
e53d7e5517
STM32: ADC warning fix (#13933 )
6年前
Tanguy Pruvot
a4c24511f7
STM32: Fix Marduino SBI/CBI redefine (#13912 )
6年前
Scott Lahteine
e7682eea42
Use Arduino.h include wrapper (#13877 )
6年前
Scott Lahteine
c8a83fb122
SPINDLE_LASER_ENABLE => SPINDLE_LASER_ENA
6年前
Alexander Gavrilenko
6d9aaca082
Fix compilation error for MKS Robin (#13506 )
6年前
Alexander Amelkin
e40636a7c1
Replace digitalPinHasPWM with HAS_TIMER (#13520 )
6年前