Scott Lahteine
6c103b72a2
Clean up comments, USB flash, NULLs
5 years ago
Jason Smith
784016a25e
Update HAL/STM32 platform to 8.0 ( #18496 )
5 years ago
Diego von Deschwanden
42fbd527f3
Fix links to secure sites ( #18745 )
5 years ago
Jason Smith
12bc63913c
Fix BLTouch PWM reliability in HAL/STM32 ( #18702 )
5 years ago
Jason Smith
e52afa8b19
Better STM32 Tone timer int priority ( #18385 )
5 years ago
Chris Barr
900d4cf8e7
Allow STM32 HAL_TIMER_RATE override ( #18374 )
5 years ago
ellensp
33d1e77e2e
Allow pins override of *_TIMER_NUM and HAL_*_TIMER_ISR ( #18128 )
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
5 years ago
Jason Smith
208af8cb15
Fix STM32 + SoftwareSerial compile ( #17831 )
5 years ago
J.C. Nelson
b4aebbe78d
Allow STM32 pins to specify timers ( #17805 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
5 years ago
Scott Lahteine
56e3106b63
Clean up whitespace
5 years ago
Scott Lahteine
6bead0c1b0
Shorter paths to HAL, ExtUI ( #17156 )
5 years ago
Scott Lahteine
bfad23d3e2
(c) 2020
5 years ago
Jason Smith
9fd35c84ce
SoftwareSerialM for SKR STM32F1 boards ( #15875 )
5 years ago
Lino Barreca
ac71cdc265
New HardwareTimer for STM32 5.7.0 ( #15655 )
5 years ago
Scott Lahteine
75efa3cdac
Reorganize HAL ( #14832 )
6 years ago
Giuliano Zaro
21993b75f4
SAMD51 Servo class ( #14781 )
6 years ago
Scott Lahteine
f7de453da8
More general 'stm32_timer_t'
6 years ago
Scott Lahteine
056efaba91
Clean up section comments
6 years ago
Scott Lahteine
b615b492ba
Update some HAL comments
6 years ago
Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
6 years ago
Scott Lahteine
0feeef2604
Update copyright in headers
6 years ago
mr-miky
11c7945365
Don't include STM32 Core code when compiling STM32 Generic ( #12575 )
6 years ago
Scott Lahteine
4ed579cafc
Americanized English spelling
7 years ago
Karl Andersson
8b5e51c9aa
STM32F4xx modifications for HAL_STM32 ( #12080 )
7 years ago
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.
7 years ago
Scott Lahteine
348004c34f
STM32F7 HAL using the official STM32 Arduino Core ( #11750 )
7 years ago
Eduardo José Tagle
d6955f25b2
Expand serial support in DUE/AVR hals exploiting the templated MarlinSerial classes ( #11988 )
7 years ago
etagle
0566badcef
Add memory barrier, optimal interrupt on-off
Disabling an ISR on ARM has 3 instructions of latency. A Memory barrier is REQUIRED to ensure proper and predictable disabling. Memory barriers are expensive, so avoid disabling if already disabled (See https://mcuoneclipse.com/2015/10/16/nvic-disabling-interrupts-on-arm-cortex-m-and-the-need-for-a-memory-barrier-instruction/ )
7 years ago
Scott Lahteine
206014a957
Fix LPC176x timer functions
Co-Authored-By: ejtagle <ejtagle@hotmail.com>
7 years ago
etagle
9d98a62699
Followup to HAL optimizations and delays
- Cleanups, fixes for Due HAL code.
- TC_IER is write-only. Use TC_IMR to test ISR state.
7 years ago
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.
7 years ago
Chris Pepper
cc6d41e1d3
Use a macro for HAL header redirection ( #10380 )
7 years ago
Eduardo José Tagle
97e8a6ebd9
Various fixes for DUE... ( #10152 )
- Watchdog reset during SD Card initialization.
- Move `DebugMonitor` to `DebugMonitor_Due.cpp`.
- Since the watchdog is enabled on boot do extra resets during init.
- Have `thermalManager` do watchdog reset before its ISR starts to prevent reset.
- Ensure that timers are stopped before reprogramming them to address tone issues.
- Improve SAM3XE reset when reflashed through the native port.
7 years ago
Bob-the-Kuhn
53362b81cc
Tone fixes/changes ( #10151 )
7 years ago
Scott Lahteine
f2c0ed193d
Add tone support for Due ( #9807 )
7 years ago
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.
7 years ago
Roxy-3D
7c469c0712
Suggested change to fix Due compile problem
7 years ago
Scott Lahteine
ac368f2788
Add STEPPER_ISR_ENABLED() to HALs
Some also get a `HAL_timer_interrupt_enabled` function.
7 years ago
Scott Lahteine
27cbb939b2
Clean up some HAL code
8 years ago
Scott Lahteine
2af62a5d8d
Apply spacing, const to some HAL code
8 years ago
Christopher Pepper
cfef925559
HAL for DUE architecture
8 years ago