Scott Lahteine
e1942715ce
HAL_STM32F1_EEPROM_SIZE => HAL_EEPROM_SIZE
пре 6 година
Scott Lahteine
fd945d1070
More generic EEPROM data array name
пре 6 година
Tanguy Pruvot
3334163e73
STM32F1: Align SD EEPROM data for SDIO (#14809 )
пре 6 година
Tanguy Pruvot
202d3ab3c9
Define STM32F1 GPIO for the preprocessor (#14785 )
пре 6 година
pinchies
d98b9d54f1
JGAurora A5S & A1 touch support (#14768 )
пре 6 година
Scott Lahteine
e5d73f68c8
HAL folder organization (#14763 )
пре 6 година
Tanguy Pruvot
dca0c3d02a
Fix SPI comments, clean up U20 pins (#14700 )
пре 6 година
Scott Lahteine
7501e40e0b
APB comment correction
пре 6 година
BigTreeTech
a38b9da672
STM32F1 SPI1 bugfix (#14679 )
пре 6 година
Tanguy Pruvot
977cfa4494
Fix a few recent (STM32F1 DOGM, SPI) warnings (#14669 )
пре 6 година
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 година