Scott Lahteine
ad1c061e7b
Bring STM32F4/F7 together
6 years ago
Scott Lahteine
cf9ac4c847
Move vsnprintf_P to Marduino.h
6 years ago
Scott Lahteine
828cc71847
Tweaks to STM32 headers
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
a2ba0aaaac
HAL include and other adjustments (#14525 )
6 years ago
Bob Kuhn
dc02d0720d
Pins Debugging for STM32 — NEEDS TESTING (#14309 )
6 years ago
Tanguy Pruvot
052aa23efe
STM32F1: ignore output check for analogWrite() (#14498 )
6 years ago
Scott Lahteine
750a16ad38
Fix MIN/MAX function collision with macros
6 years ago
Scott Lahteine
b6546ea33a
Add include guards to some headers
6 years ago
Scott Lahteine
de462f2b8a
Revert "Sort out settings.load with SD EEPROM emulation (#14458 )"
This reverts commit 108d0df565 .
6 years ago
Giuliano Zaro
b7573c6e69
Remove unused WRITE_VAR, etc. (#14493 )
6 years ago
Tanguy Pruvot
108d0df565
Sort out settings.load with SD EEPROM emulation (#14458 )
6 years ago
Tanguy Pruvot
19aafb9050
Fix STM32F1 motor shocks (stepper timer issue) (#14030 )
6 years ago
Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
6 years ago
Scott Lahteine
d7d80418ae
Singleton for cutting tools (#14429 )
6 years ago
Scott Lahteine
6664b90bbb
Init servo pins in HAL_init (#14425 )
6 years ago
Eric Ptak
8934b32f1b
Fysetc AIO II / Cheetah STM32F1 (#14407 )
6 years ago
Tanguy Pruvot
07dac315a9
Up-to-date STM32F1 README (#14386 )
6 years ago
Tanguy Pruvot
be69ec5b32
Fix PLR/M43 warnings (#14333 )
6 years ago
Tanguy Pruvot
52383633e7
STM32F1: M43 PINS_DEBUGGING (#14072 )
6 years ago
Tanguy Pruvot
ed0c70f0a0
SKRmini followup - Fysetc config updates (#14327 )
6 years ago
Tanguy Pruvot
75aeb41ab7
SKRmini support for Fysetc Mini Panel (#14319 )
6 years ago
Tanguy Pruvot
391250b04f
STM32F1: Don't toggle EEPROM SPI SS (#14299 )
6 years ago
3DSmitty
5b13abcacb
Fix SPI_SD Outside of HAL_STM32F1 (#14306 )
6 years ago
Scott Lahteine
651f3eeed0
Clean up trailing whitespace
6 years ago
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 years ago
3DSmitty
66d51272af
Fix SPI, SD for BIGTREETECH SKR Mini (#14287 )
6 years ago
Tanguy Pruvot
7d1eafc80a
STM32F1: C++14 for static_assert, etc. (#14278 )
6 years ago
Msq001
26e7e33698
Fix bug in STM32F1 WRITE macro (#14275 )
6 years ago
Tanguy Pruvot
c3e5225531
Add SPI EEPROM to STM32F1 (#14239 )
6 years ago
Tanguy Pruvot
764f0d9c1c
STM32F1: Servo "soft" PWM via timer interrupt (#14187 )
6 years ago
Tanguy Pruvot
e3a468f2cd
STM32F1: FSMC only on chips with 100/144 pins (#14180 )
6 years ago
Tanguy Pruvot
24b1818245
Secure STM32F1 servo code and M280 detach (#14085 )
6 years ago
Giuliano Zaro
a74aad3b4a
Clean up HALs / FastIO (#14082 )
6 years ago
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 years ago
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 years ago
Scott Lahteine
0b056970c6
Fix file.open in STM32 eeprom emu
6 years ago
Tanguy Pruvot
d7b0369e39
STM32: Fix SD EEPROM emulation conflict (#14012 )
6 years ago
Tanguy Pruvot
8075893352
STM32: fix sdcard filename conversion
6 years ago
Tanguy Pruvot
93dd097b1c
Use E2END, if defined, for STM32F1 (SD) (#13981 )
6 years ago
Tanguy Pruvot
62b36d1b98
Fix STM32 timer warnings (#13946 )
6 years ago
Scott Lahteine
ad4ffa1d2f
Use C++ language supported 'nullptr' (#13944 )
6 years ago
Tanguy Pruvot
e53d7e5517
STM32: ADC warning fix (#13933 )
6 years ago
Tanguy Pruvot
a4c24511f7
STM32: Fix Marduino SBI/CBI redefine (#13912 )
6 years ago
Scott Lahteine
e7682eea42
Use Arduino.h include wrapper (#13877 )
6 years ago
Scott Lahteine
c8a83fb122
SPINDLE_LASER_ENABLE => SPINDLE_LASER_ENA
6 years ago
Alexander Gavrilenko
6d9aaca082
Fix compilation error for MKS Robin (#13506 )
6 years ago
Alexander Amelkin
e40636a7c1
Replace digitalPinHasPWM with HAS_TIMER (#13520 )
6 years ago
Chris Pepper
ffc2c2d7c5
Move FAST_PWM_FAN code to HALs (#13491 )
6 years ago