Scott Lahteine
|
07bffdf4bc
|
🧑💻 Adjust FastIO AVR timer enums, macros
|
3 years ago |
Scott Lahteine
|
6a8b9274a3
|
⏪️ Refactor still needs work
Reverting #23295
|
3 years ago |
Robby Candra
|
a47f559db1
|
🐛 HAL refactor followup (#23354)
|
3 years ago |
Scott Lahteine
|
57315f02cb
|
🐛 Fix missing ADC method
|
3 years ago |
Scott Lahteine
|
4f0932e5c1
|
🐛 Fix `freeMemory` endless loop
Followup to #23295
|
3 years ago |
Scott Lahteine
|
e211ff148c
|
♻️ Refactor HAL as singleton (#23295)
|
3 years ago |
Scott Lahteine
|
0539e870de
|
🎨 Rename HAL timer elements
|
3 years ago |
Mike La Spina
|
5387ceba74
|
🐛 Fix STM32 set_pwm_duty (#23125)
|
3 years ago |
Steven Haigh
|
d7e597f3df
|
🐛 STM32 ADC Resolution = 12 bit (or ADC_RESOLUTION) (#22789)
|
3 years ago |
dotdash32
|
c881fab128
|
🎨 Use largest default ST9720 delays (#22713)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
3 years ago |
Scott Lahteine
|
d818a019c5
|
🎨 EXP headers, ST7920 delays (#22641)
|
3 years ago |
ellensp
|
02405add76
|
Support a third serial port (#21784)
|
4 years ago |
Scott Lahteine
|
be6fbc76a1
|
Serial and pins debug cleanup
- Rename some AVR / DUE / ESP32 serial types
- Reduce two #error to one static_assert
- Update AVR/DUE error messages
|
4 years ago |
fedetony
|
d3a2c6a0b4
|
Soft Reset via Serial or post-kill button click (#21652)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
4 years ago |
Scott Lahteine
|
550a806d77
|
More detailed serial config error
|
4 years ago |
pinchies
|
41eb5813e0
|
Fix Flash size (512KB) for STM32F103ZE (#21590)
|
4 years ago |
Scott Lahteine
|
895e40190b
|
Suppress redundant serial errors
|
4 years ago |
Scott Lahteine
|
dbd28eecc9
|
Number serial from 1 to match settings
|
4 years ago |
X-Ryl669
|
3f01b222b2
|
Refactor serial class with templates (#20783)
|
4 years ago |
Rockman18
|
d0f953218f
|
Fix, consolidate PSTR aliases (#20812)
Co-authored-by: Jason Smith <jason.inet@gmail.com>
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
4 years ago |
Giuliano Zaro
|
1d5862a39b
|
MMU2 as standard serial device (#20771)
|
4 years ago |
Johan van der Vyver
|
7f3dcb3e8a
|
Multi-platform DWIN_CREALITY_LCD support (#20738)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
4 years ago |
Scott Lahteine
|
3f93b8baed
|
Trust STM32 gcc versions
|
4 years ago |
Scott Lahteine
|
a3f6e48eb6
|
Fix STM32F1 SERIAL_GET_TX_BUFFER_FREE
|
4 years ago |
InsanityAutomation
|
e8ed880e62
|
Add Creality 4.5.2 board (#20378)
Co-authored-by: Jason Smith <jason.inet@gmail.com>
|
4 years ago |
Jason Smith
|
f2b9be6e70
|
Fix STM32F1 'freeMemory()' warnings (#20319)
|
4 years ago |
Scott Lahteine
|
18853defdd
|
Reduce warnings, extern "C" cleanup (#20279)
|
4 years ago |
Victor Oliveira
|
f1cdd02d4c
|
Improve USB Media Host conditions (#20176)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
4 years ago |
Victor
|
de315c97b1
|
FAST_PWM for STM32F1 (#19952)
|
4 years ago |
Scott Lahteine
|
ec23e37a4a
|
Clean up comments, USB flash, NULLs
|
4 years ago |
Victor Oliveira
|
631457ffea
|
Support for Debug Codes - Dnnn (#19225)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
4 years ago |
Jason Smith
|
da6c8317a7
|
Fix and improve STM32F1 serial (#19464)
|
4 years ago |
Scott Lahteine
|
568f292883
|
HAL/serial followup
|
4 years ago |
Scott Lahteine
|
4b928b2da8
|
HAL and serial cleanup
Co-Authored-By: Jason Smith <20053467+sjasonsmith@users.noreply.github.com>
|
4 years ago |
Victor Oliveira
|
b6ab163814
|
Emergency Parser for STM32F1 (#19279)
|
4 years ago |
Diego von Deschwanden
|
42fbd527f3
|
Fix links to secure sites (#18745)
|
5 years ago |
Scott Lahteine
|
424569b4c4
|
Power monitor and display (#17437)
|
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 |
Scott Lahteine
|
5e6faa999d
|
Refine EEPROM types / flags (#17772)
|
5 years ago |
Scott Lahteine
|
847ea583f6
|
STM32F103VE has 512K Flash EEPROM (#17565)
|
5 years ago |
Scott Lahteine
|
adb7a88428
|
Fix an unused var warning
|
5 years ago |
Scott Lahteine
|
580d314fbe
|
Skip impossible PWM sanity-checks
|
5 years ago |
Scott Lahteine
|
6bead0c1b0
|
Shorter paths to HAL, ExtUI (#17156)
|
5 years ago |
Scott Lahteine
|
fa6e7cb733
|
Function-style critical section macros
|
5 years ago |
Scott Lahteine
|
bfad23d3e2
|
(c) 2020
|
5 years ago |
George Fu
|
e593da1c23
|
Update and fix DGUS (#16317)
|
5 years ago |
Scott Lahteine
|
5b75a018b7
|
Misc patches preceding DGUS PR
|
5 years ago |
thisiskeithb
|
0f57818f2d
|
Support 512K "RCT6" in BTT SKR Mini (#15890)
|
5 years ago |
LinFor
|
a84e3d1b80
|
Use native ADC resolution where possible (#15719)
|
5 years ago |
Scott Lahteine
|
f01f0d1956
|
Drop C-style 'void' argument
|
5 years ago |