Theo Arends
e15990b053
Change safeboot GUI restart to production partition
2022-05-15 14:59:39 +02:00
Theo Arends
ba324b270e
Revert "Change safeboot GUI restart to production partition"
...
This reverts commit b3f3e29b0c
.
2022-05-15 14:23:50 +02:00
Theo Arends
b3f3e29b0c
Change safeboot GUI restart to production partition
2022-05-15 14:22:32 +02:00
Theo Arends
8c2658bb3f
Speed up ESP32 GUI information partition display
2022-05-15 11:40:24 +02:00
Theo Arends
5f53f36563
Add ESP32 partition info to GUI
2022-05-14 17:41:52 +02:00
Theo Arends
d6e5c89463
Fix ESP32-C3 safeboot upload
2022-05-10 22:21:34 +02:00
Stephan Hadinger
350b670fa0
Esp32 real flash size
2022-05-09 22:43:27 +02:00
Theo Arends
07f1c5f302
Fix single partition free space
2022-05-07 11:05:10 +02:00
Stephan Hadinger
190b9ca17f
Berry flash.factory and partition_core
2022-05-06 20:31:24 +02:00
Theo Arends
db74b2a1a3
Fix safeboot partition size recognition
2022-05-05 18:20:25 +02:00
Theo Arends
44a7e20a1b
Fix Fix safeboot free size
2022-05-05 18:00:26 +02:00
Theo Arends
9ead30f104
Fix safeboot free size
2022-05-05 17:52:35 +02:00
Theo Arends
91f42fc8b8
Add ESP32 Command ``Restart 3`` to switch between SafeBoot and Production
2022-05-05 15:24:00 +02:00
Jason2866
9af8b8f834
Rename safemode to safeboot
...
* rename safemode to safeboot
* fix safeboot env
2022-05-05 11:19:39 +02:00
Stephan Hadinger
bc87115164
HTTP API to switch to and from factory partition
2022-05-01 23:16:21 +02:00
Theo Arends
804230da54
Fix ESP32 boot to safemode
2022-05-01 17:32:42 +02:00
Theo Arends
5c136bf0cc
Add ESP32 intermediate safemode OTA
2022-05-01 16:12:54 +02:00
Theo Arends
ff6342cad0
Prep ESP32 file upload on single partition
2022-05-01 15:18:15 +02:00
Theo Arends
459f36441e
Add more ESP32S2 decoded versions
2022-04-30 16:50:37 +02:00
Theo Arends
ffaa9efbde
Refactor ESP32 revision
2022-04-24 11:24:01 +02:00
Theo Arends
41414e63e4
Fix rev.0 - do not show
2022-04-23 22:48:30 +02:00
Theo Arends
88fe48c6eb
Shorten rev
2022-04-23 18:25:08 +02:00
Theo Arends
5d40295fa6
Add ESP32 revision information
2022-04-23 17:59:37 +02:00
Jason2866
72f1da9ca4
add reset reasons
2022-04-04 11:23:40 +02:00
Stephan Hadinger
7a006d7f47
Berry faster allocator for small objects
2022-02-15 22:51:11 +01:00
Stephan Hadinger
8f8f0aba42
Initial support for ESP32S3 with support for 38 configurable GPIOs
2022-02-01 12:05:56 +01:00
Jason2866
4a4d3d1bb7
Esp32 s3
2022-01-30 12:55:03 +01:00
Stephan Hadinger
6755b754e0
Berry stores compiled bytecode into IRAM, freeing space in heap
2022-01-06 13:41:51 +01:00
Stephan Hadinger
5f002dc467
Set ESP32 stack size with ``#define SET_ESP32_STACK_SIZE``, added ``StackLowMark`` metrics
2022-01-03 18:52:30 +01:00
Theo Arends
8bad0115b0
Fix ESP32 webcam WDT
...
Fix ESP32 webcam WDT (#13882 )
2021-12-17 18:01:27 +01:00
Theo Arends
fa7b0302a7
Trying to solve ESP32-webcam timeouts
...
Trying to solve ESP32-webcam timeouts on Settings save by adding delays in between file write chunks and diabling NVS writes when stream is active. (#13882 )
2021-12-12 18:04:46 +01:00
s-hadinger
e69522f70b
Berry `tasmota.arch()` ( #13635 )
...
* Berry `tasmota.arch()`
* Fix typo
2021-11-10 20:58:06 +01:00
Theo Arends
d510cfe261
Revert fix ESP32 temperature jump on some devices
...
Revert fix ESP32 temperature jump on some devices. It appears the device makes other non regular jumps too.
2021-10-10 11:22:53 +02:00
Theo Arends
89751c4d86
Fix ESP32 temperature jump on some devices
...
Fix ESP32 temperature jump on some devices like Sonoff DualR3
2021-10-08 15:33:13 +02:00
Theo Arends
eaeacbfa93
Fix negative heap fragmentation
2021-10-08 11:52:50 +02:00
Stephan Hadinger
ee0678774b
Changed Memory display on ESP32 to not include IRAM (i.e. less by 40-50KB)
2021-10-07 18:37:58 +02:00
Stephan Hadinger
bc5f346926
Crash recorder ``Status 12`` for ESP32/ESP32S2/ESP32C3, supporting Esp-idf 3.3/4.4
2021-09-12 12:24:09 +02:00
Theo Arends
0f1ebe8734
Workaround ESP32C3/S2 IDF temperature error message
2021-09-03 11:19:45 +02:00
Stephan Hadinger
19d313622a
Fix PSRAM compilation for Esp32c3
2021-09-02 20:54:50 +02:00
Stephan Hadinger
a2fdeff9c5
Fixed crash when PSRAM is absent and ``BOARD_HAS_PSRAM`` set
2021-09-01 22:48:02 +02:00
Stephan Hadinger
1682582bea
Disable PSRAM on unsupported hardware
...
Either ESP32 rev1/2 that needs special fixes
`-DHAS_PSRAM_FIX -mfix-esp32-psram-cache-issue -lc-psram-workaround -lm-psram-workaround`
or ESP32-PICO-V3-02 that requires esp-idf 4.4
2021-07-18 19:43:33 +02:00
Theo Arends
5abadbf221
Fix ESP32 do not use chip temperature sensor as global temperature if external temperature sensor is used ( #12630 )
2021-07-13 16:44:28 +02:00
Theo Arends
f62f86aeb7
Update support_esp.ino
2021-07-02 10:20:26 +02:00
Theo Arends
18cb3da940
Add ESP32-C3 restart season info
2021-06-29 18:15:22 +02:00
Stephan Hadinger
b70c8620b2
Fix compilation when USE_UFILESYS is not defined
2021-06-20 22:04:32 +02:00
Stephan Hadinger
e88955c479
LVGL support for PSRAM
2021-05-09 18:15:15 +02:00
Theo Arends
98fcc271a7
Disable logging in GetDeviceHardware()
2021-04-22 15:51:50 +02:00
Theo Arends
f7cf56b8be
Increase getdevicehardware() log level
2021-04-20 10:23:08 +02:00
Theo Arends
41dd4f5458
Update support_esp.ino
2021-04-19 17:48:18 +02:00
Theo Arends
4961cb69bf
Update support_esp.ino
2021-04-19 16:36:05 +02:00