Tanguy Pruvot
977cfa4494
Fix a few recent (STM32F1 DOGM, SPI) warnings ( #14669 )
6 years ago
Scott Lahteine
056efaba91
Clean up section comments
6 years ago
Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
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
3DSmitty
66d51272af
Fix SPI, SD for BIGTREETECH SKR Mini ( #14287 )
6 years ago
Tanguy Pruvot
c3e5225531
Add SPI EEPROM to STM32F1 ( #14239 )
6 years ago
Scott Lahteine
0feeef2604
Update copyright in headers
6 years ago
Scott Lahteine
d9a3fea022
Comments in HAL_spi_STM32F1.cpp
6 years ago
Scott Lahteine
3e867008f0
Fix some HAL_STM32F1 type declarations
6 years ago
jmz52
c4237b529f
Fix MKS Mini and SD card conflct over SPI mode ( #12783 )
6 years ago
Reece Kibble
7557f8d68c
Rename all Stm32f1 to STM32F1 ( #12639 )
6 years ago
jmz52
0b2d686160
Fix "SD init fail" problem for STM32F1 ( #11579 )
Fix "SD init fail" problem for STM32F1 caused by incorrect SS pin state and incorrect SPI mode. Issue #11225
7 years ago
Dave Johnson
c64199941e
Compile only selected PIO environment ( #11519 )
7 years ago
Karl Andersson
e0276d2f32
Official STMicroelectronics Arduino Core STM32F4 HAL compatibility ( #11006 )
7 years ago
Chris Pepper
cc6d41e1d3
Use a macro for HAL header redirection ( #10380 )
7 years ago
Alexey Shvetsov
cbdc78ec0f
Fix STM32 compilation with PlatformIO ( #10245 )
7 years ago
xC0000005
7dc256432f
Restore STM32F1 series to working order. ( #10229 )
The `_O2` attribute is no longer needed on the malyanlcd function, and the macros have broken timer numbers - reset this to a function to return the right device. Also fix the bit order cast in SPI.
7 years ago
Scott Lahteine
90fa423737
Preliminary cleanup of #include structure ( #9763 )
7 years ago
Scott Lahteine
1c41de16d4
Trailing whitespace clean
7 years ago
revilor
959a2d2527
Add beginTransaction to HAL SPI ( #9019 )
7 years ago
victorpv
2ec4113cb2
Changes to STM32F1 HAL ( #8833 )
Some to correct missing files from previous PR to completely avoid
HardwareTimer Class (reduce overhead). Some changes to formatting.
Changes to DMA ADC to work correctly.
Change to F1 sanity check.
7 years ago
victorpv
4feffca178
fix for issue #8585
As reported in this issue:
https://github.com/MarlinFirmware/Marlin/issues/8585
I have it working fine in my local copy like that change.
7 years ago
Scott Lahteine
c2fc78c3a8
#ifndef => #if !PIN_EXISTS
7 years ago
Scott Lahteine
60af705e6d
Relocate SPI.h to the HAL folder
8 years ago
victorpv
e9acb63290
STM32F1 HAL
Adding files for STM32F1 HAL based on libmaple/stm32duino core.
Current persistent_store uses cardreader changes to be sent in separate
commit, but could be changed to use i2c eeprom.
8 years ago