zerkix
70f03ad852
🐛 Finish and organize temp sensors ( #23519 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
3 years ago
Scott Lahteine
9b1c0a75e1
🎨 Rename HAL timer elements
3 years ago
Mark
66048a5f27
✨ ESP32 Panda_ZHU and Panda_M4 ( #22644 )
4 years ago
fedetony
c39c17c1b5
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
b713ca2638
Number serial from 1 to match settings
4 years ago
Mike La Spina
db4d9b7fcf
Cooler (for Laser) - M143, M193 ( #21255 )
4 years ago
Simon Jouet
80c1be919f
Fix ESP32 I2S init placement ( #21019 )
4 years ago
X-Ryl669
efa1e56369
Refactor serial class with templates ( #20783 )
4 years ago
Scott Lahteine
e32bdf6a93
ESP32: i2s_init requires I2S_STEPPER_STREAM
5 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
dbd28eecc9
Number serial from 1 to match settings
4 years ago
Mike La Spina
b95e548ddb
Cooler (for Laser) - M143, M193 ( #21255 )
4 years ago
Simon Jouet
af4e8b171c
Fix ESP32 I2S init placement ( #21019 )
4 years ago
X-Ryl669
3f01b222b2
Refactor serial class with templates ( #20783 )
4 years ago
Scott Lahteine
1f7c085527
ESP32: i2s_init requires I2S_STEPPER_STREAM
5 years ago
Diego von Deschwanden
42fbd527f3
Fix links to secure sites ( #18745 )
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
2c959123e5
Clean up whitespace
5 years ago
Scott Lahteine
6d90d1e1f5
Apply TERN to compact code ( #17619 )
5 years ago
Scott Lahteine
6bead0c1b0
Shorter paths to HAL, ExtUI ( #17156 )
5 years ago
vivian-ng
eeec4c27e7
[ESP32] Allow user to define pins for hardware Serial1 and Serial2 ( #16918 )
5 years ago
Scott Lahteine
bfad23d3e2
(c) 2020
5 years ago
Scott Lahteine
22556a7bbf
More 8-extruder fixups
5 years ago
Luc
6357619ab2
Add ESP3DLib idletask entry point ( #16658 )
5 years ago
Scott Lahteine
a578749622
Clean up HAL ADC, old test scripts
5 years ago
Luc
d854c8fa5f
ESP3d integration for ESP32 ( #16515 )
5 years ago
Luc
9d6b2ebf50
Improve ESP32 HAL (EEPROM, watchdog) ( #16228 )
5 years ago
Scott Lahteine
0ff57c640c
Fix compile warning
6 years ago
Scott Lahteine
f01f0d1956
Drop C-style 'void' argument
6 years ago
Scott Lahteine
75efa3cdac
Reorganize HAL ( #14832 )
6 years ago
Scott Lahteine
93adb7e944
Some comment patches
6 years ago
Scott Lahteine
ec13aa0dc1
Misc. whitespace
6 years ago
Simon Jouet
f0de56a797
ESP32 HAL - Dynamic ADC attenuation ( #14623 )
6 years ago
Ringel
e139c1d9d9
Fix ESP32 i2s stream, add PWM to extended pins ( #14592 )
6 years ago
Scott Lahteine
056efaba91
Clean up section comments
6 years ago
Scott Lahteine
d4415dcf59
Fix analogWrite ambiguity
6 years ago
Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
6 years ago
felixstorm
9439fab7fd
Fix ESP32 servos, platformio.ini, etc. ( #14247 )
6 years ago
Scott Lahteine
c6d39319de
Fix some whitespace
6 years ago
felixstorm
bc5a1fe562
Various fixes for ESP32 ( #14102 )
6 years ago
Kajetan Rzepecki
7c8ee0cd5b
Enable more ADC1 channels (pins 32-39) ( #13742 )
6 years ago
Scott Lahteine
b18316dd37
Fix some spacing
6 years ago
Kajetan Rzepecki
b21ca53dfc
SPIFFS-backed PersistentStore for ESP32 ( #13566 )
6 years ago
Hadrien Jouet
0278ad0a6d
Add ESP32 WiFi interface ( #11209 )
6 years ago
Scott Lahteine
0feeef2604
Update copyright in headers
6 years ago
Simon Jouet
5cd0fa3ce1
Basic GPIO expander using the ESP32 I2S peripheral ( #12959 )
6 years ago
Simon Jouet
e2aeda61ed
HAL for Espressif ESP32 Wifi
8 years ago
Chris Pepper
cc6d41e1d3
Use a macro for HAL header redirection ( #10380 )
7 years ago
Bob-the-Kuhn
902c885782
Switch to TMC2130 compatible hardware SPI & misc ( #10299 )
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