X-Ryl669
8d28853774
Postmortem Debugging to serial port (#20492 )
4 vuotta sitten
Arjan Mels
1e726fe405
Fix STM32F1 emergency parser (#21011 )
4 vuotta sitten
X-Ryl669
3f01b222b2
Refactor serial class with templates (#20783 )
4 vuotta sitten
Scott Lahteine
11b811820f
USB Media Host followup
Restore HAS_SHARED_MEDIA
4 vuotta sitten
Victor Oliveira
f1cdd02d4c
Improve USB Media Host conditions (#20176 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
4 vuotta sitten
Scott Lahteine
f6ffbe548c
TFT Presets, Generic options, Sanity checks (#19723 )
4 vuotta sitten
Scott Lahteine
f5bae208cc
Trailing whitespace
4 vuotta sitten
ellensp
435e98ceed
Fix TEMP_ADC_PROBE support for STM32F1 (#19582 )
Co-authored-by: ellensp <ellensp@ellensp-HP-ProBook-6470b.fritz.box >
4 vuotta sitten
Diego von Deschwanden
42fbd527f3
Fix links to secure sites (#18745 )
4 vuotta sitten
Sergey1560
9424567189
Fix passive Chamber Temp reading (#18674 )
4 vuotta sitten
Jason Smith
af8be58d92
Fix broken POWER_LOSS_RECOVERY prompt (#18557 )
Co-authored-by: Scott Lahteine <github@thinkyhead.com >
5 vuotta sitten
Giuliano Zaro
bfcf7ac2fd
Use "reset reason" defines (#18462 )
5 vuotta sitten
Scott Lahteine
424569b4c4
Power monitor and display (#17437 )
5 vuotta sitten
Scott Lahteine
adb7a88428
Fix an unused var warning
5 vuotta sitten
Scott Lahteine
6bead0c1b0
Shorter paths to HAL, ExtUI (#17156 )
5 vuotta sitten
Scott Lahteine
b9b07387d7
Minor HAL cleanup
5 vuotta sitten
Scott Lahteine
bfad23d3e2
(c) 2020
5 vuotta sitten
yangwenxiong
248b7dfa59
BigTreeTech GTR V1.0 / Support 8 extruders, heaters, temp sensors, fans (#16595 )
5 vuotta sitten
Daniel Negut
a3229b30ec
Add Zonestar/Anet LCD for SKR mini E3 (#15931 )
5 vuotta sitten
Jason Smith
9fd35c84ce
SoftwareSerialM for SKR STM32F1 boards (#15875 )
5 vuotta sitten
Jason Smith
53abfdc2c3
Fix BLTOUCH and FAN PWM conflicts on SKR E3 boards (#15547 )
5 vuotta sitten
Scott Lahteine
0322348924
Handle runout in runout.cpp
5 vuotta sitten
Scott Lahteine
f01f0d1956
Drop C-style 'void' argument
5 vuotta sitten
Tanguy Pruvot
f1162243f6
STM32F1: No USBSerial without USB-serial bridge (#15242 )
5 vuotta sitten
reloxx13
05cd483413
STM32F1: Support M997 - Reset and begin flash (#15209 )
5 vuotta sitten
Scott Lahteine
dbea6f0022
STM32F1 USB cdc/msc composite device (#15180 )
Co-Authored-By: bigtreetech <38851044 +bigtreetech@users.noreply.github.com >
5 vuotta sitten
Jamie
dbee0e9c54
Analog joystick jogging control (#14648 )
5 vuotta sitten
BigTreeTech
848dd740ba
Fix STM32F1 ADC read temperature error (#15026 )
…after USB CDC connect.
5 vuotta sitten
BigTreeTech
a38b9da672
STM32F1 SPI1 bugfix (#14679 )
5 vuotta sitten
Tanguy Pruvot
977cfa4494
Fix a few recent (STM32F1 DOGM, SPI) warnings (#14669 )
5 vuotta sitten
Scott Lahteine
056efaba91
Clean up section comments
6 vuotta sitten
Tanguy Pruvot
052aa23efe
STM32F1: ignore output check for analogWrite() (#14498 )
6 vuotta sitten
Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
6 vuotta sitten
Tanguy Pruvot
52383633e7
STM32F1: M43 PINS_DEBUGGING (#14072 )
6 vuotta sitten
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 vuotta sitten
Scott Lahteine
ad4ffa1d2f
Use C++ language supported 'nullptr' (#13944 )
6 vuotta sitten
Tanguy Pruvot
e53d7e5517
STM32: ADC warning fix (#13933 )
6 vuotta sitten
Scott Lahteine
51ff5b68fa
Clean up fastIO ahead of PWM patch
6 vuotta sitten
Msq001
fb3302feda
Fix STM32F1 Serial and ADC pins (#13331 )
6 vuotta sitten
Scott Lahteine
44571775bd
Further support for 6 extruders
6 vuotta sitten
Scott Lahteine
0feeef2604
Update copyright in headers
6 vuotta sitten
Scott Lahteine
3e867008f0
Fix some HAL_STM32F1 type declarations
6 vuotta sitten
jmz52
33abb86b7e
Add support for MKS Robin board (#12650 )
Implement initial support for MKS Robin (STM32F103ZET6) board.
Custom build script is used to generate encrypted firmware compatible with original MSK Robin bootloader (i.e. safe firmware update from SD card and possibility to go back to original close-source firmware).
6 vuotta sitten
Scott Lahteine
81b632c255
Additional temp-oriented improvements
7 vuotta sitten
J.C. Nelson
5b5e322356
Set Interrupt Priorities and Grouping for STM32F103. (#10517 )
7 vuotta sitten
Scott Lahteine
cb46cb8480
Add HAS_HEATED_BED conditional (#10495 )
7 vuotta sitten
Chris Pepper
cc6d41e1d3
Use a macro for HAL header redirection (#10380 )
7 vuotta sitten
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 vuotta sitten
Scott Lahteine
2057177184
Make enums into implicit char
7 vuotta sitten
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 vuotta sitten