Scott Lahteine
44eff9a233
♻️ Refactor HAL as singleton (#23357 )
vor 2 Jahren
Keith Bennett
3e2a38b653
📝 KHz => kHz (#23512 )
vor 2 Jahren
Scott Lahteine
02b29c0fec
📝 kHz => KHz
vor 2 Jahren
Scott Lahteine
6a8b9274a3
⏪️ Refactor still needs work
Reverting #23295
vor 2 Jahren
Scott Lahteine
e211ff148c
♻️ Refactor HAL as singleton (#23295 )
vor 2 Jahren
Mike La Spina
4411af655e
🏗️ Fix Maple HAL/STM32F1 PWM (#23211 )
vor 2 Jahren
Tanguy Pruvot
2a1facf853
🏗️ Rework STM32 timer frequency protection (#23187 )
vor 2 Jahren
Scott Lahteine
0539e870de
🎨 Rename HAL timer elements
vor 3 Jahren
Scott Lahteine
fccfcfbe5f
Cleanup, hex formatting, includes
vor 3 Jahren
Victor Oliveira
85d094bbb4
Standardize Marlin SPI (part 1) (#19989 )
vor 4 Jahren
Victor
a1cce36c1e
FAST_PWM for STM32 (#20025 )
vor 4 Jahren
Jason Smith
4a39c8cd53
Get STM32 clock rates from framework (#19978 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
vor 4 Jahren
Jason Smith
4fc1aba848
Update HAL/STM32 platform to 8.0 (#18496 )
vor 4 Jahren
Diego von Deschwanden
42fbd527f3
Fix links to secure sites (#18745 )
vor 4 Jahren
Jason Smith
12bc63913c
Fix BLTouch PWM reliability in HAL/STM32 (#18702 )
vor 4 Jahren
ellensp
33d1e77e2e
Allow pins override of *_TIMER_NUM and HAL_*_TIMER_ISR (#18128 )
Co-authored-by: Scott Lahteine <github@thinkyhead.com >
vor 4 Jahren
Jason Smith
208af8cb15
Fix STM32 + SoftwareSerial compile (#17831 )
vor 4 Jahren
J.C. Nelson
b4aebbe78d
Allow STM32 pins to specify timers (#17805 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
vor 4 Jahren
Scott Lahteine
6bead0c1b0
Shorter paths to HAL, ExtUI (#17156 )
vor 4 Jahren
Scott Lahteine
bfad23d3e2
(c) 2020
vor 4 Jahren
Hans007a
e2eef1256a
G60/G61 Position Save/Restore (#16557 )
vor 4 Jahren
Bob Kuhn
1a5cbc9052
Fix STM401/4xx/STM32F7xx timers, STEVAL_3DP001V1 warning (#16621 )
vor 4 Jahren
Bob Kuhn
53dfeed6c0
Steval_3DP001V1 timers, analog inputs, etc. (#16565 )
vor 4 Jahren
Bob Kuhn
1ad53cee1f
Improved STMicro L64XX stepper driver support (#16452 )
vor 4 Jahren
Lino Barreca
5c4c052fd7
Fix SKR Pro BLTouch conflicting timers (#16499 )
vor 4 Jahren
Lino Barreca
ac71cdc265
New HardwareTimer for STM32 5.7.0 (#15655 )
vor 5 Jahren
Scott Lahteine
75efa3cdac
Reorganize HAL (#14832 )
vor 5 Jahren
Scott Lahteine
f7de453da8
More general 'stm32_timer_t'
vor 5 Jahren
Scott Lahteine
056efaba91
Clean up section comments
vor 5 Jahren
Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
vor 5 Jahren
Eric Ptak
8934b32f1b
Fysetc AIO II / Cheetah STM32F1 (#14407 )
vor 5 Jahren
Scott Lahteine
1f7e220387
Make HAL ISR macros function-like
vor 5 Jahren
Scott Lahteine
0feeef2604
Update copyright in headers
vor 5 Jahren
Nils Hasenbanck
f9299c4461
Make timer definition in pin files for STM32 possible (#12874 )
RemRam needs to redefine a particular timer to work correctly. The HAL did foresee this possibility and checks if the timer was already defined for either the stepper or temperature timer.
Prior to this commit the header file for the timers couldn't see those definitions in the pin file, but this commit will fix this.
Tested on an actual hardware to verify. (It wouldn't boot without it.)
vor 5 Jahren
Karl Andersson
8b5e51c9aa
STM32F4xx modifications for HAL_STM32 (#12080 )
vor 6 Jahren
Nils Hasenbanck
fcf6d127fd
STM32 timer simplification (#11995 )
Prescalers aren't calculated for the given target frequency.
Stepper timer should run at 2 Mhz and temperature timer at 72 Khz.
vor 6 Jahren
Scott Lahteine
348004c34f
STM32F7 HAL using the official STM32 Arduino Core (#11750 )
vor 6 Jahren
Scott Lahteine
6a3207391f
Remove obsolete HAL_timer_restrain
vor 6 Jahren
etagle
a215725df6
Fix stepper pulse timing
Always honor minimum period on stepper pulse generation, and fix timing calculations
Signed-off-by: etagle <ejtagle@hotmail.com >
vor 6 Jahren
Karl Andersson
e0276d2f32
Official STMicroelectronics Arduino Core STM32F4 HAL compatibility (#11006 )
vor 6 Jahren
Scott Lahteine
4dbec774b5
HAL_*_TIMER_RATE => *_TIMER_RATE
vor 6 Jahren
Scott Lahteine
37b15fe4cf
Reorder HAL timer header items
vor 6 Jahren
Eduardo José Tagle
0c428a66d9
Proper AVR preemptive interrupt handling (#10496 )
Also simplify logic on all ARM-based interrupts. Now, it is REQUIRED to properly configure interrupt priority. USART should have highest priority, followed by Stepper, and then all others.
vor 6 Jahren
Karl Andersson
428c54f2ad
[2.0.x] HAL for STM32F4 (#10434 )
vor 6 Jahren
Scott Lahteine
98d48fc731
Followup to HAL_timer_restrain
Followup to #9985
vor 6 Jahren
Scott Lahteine
d45f19d385
Remove Unicode from var name
vor 6 Jahren
Chris Pepper
a1a88ebabc
HAL function to ensure min stepper interrupt interval (#9985 )
vor 6 Jahren
Scott Lahteine
a810e585db
Drop HAL_timer_set_count
vor 6 Jahren
Scott Lahteine
03d790451f
[2.0.x] HAL timer set/get count => set/get compare (#9581 )
To reduce confusion over the current timer count vs. the compare (aka "top") value. Caution: this re-uses the function name, changing its meaning.
vor 6 Jahren
Scott Lahteine
42933c804a
Cleanups for STM32F7
vor 6 Jahren