Commit Graph

13991 Commits

Author SHA1 Message Date
Stephan Hadinger e958c7ba12 Fix compilation 2021-12-20 12:12:56 +01:00
Stephan Hadinger 38e6a9fdf0 Berry created separate library `lv_berry` to isolate LVGL-Berry mapping 2021-12-20 11:17:11 +01:00
Theo Arends 847203c927
Merge pull request #14095 from Meek-HA/patch-2
ESP32 Compile error when I2S_AUDIO is enabled
2021-12-20 10:57:38 +01:00
Theo Arends 7ba7567a1c
Merge pull request #14110 from Jason2866/excep_decoder
add esp32 exception decoder
2021-12-20 10:57:06 +01:00
Jason2866 da01a344ee
add esp32 exception decoder 2021-12-19 23:30:29 +01:00
Jason2866 02145d5987
mv S2 build to env32 2021-12-19 17:39:47 +01:00
Jason2866 acb54f99f7
Update platformio_tasmota_cenv_sample.ini 2021-12-19 17:37:15 +01:00
Theo Arends 463dd14f90 Enable My92X1 for ESP32 2021-12-19 16:57:57 +01:00
Theo Arends 81aa579471 Refactor Tuya driver to enable ESP32 support
Refactor Tuya driver to enable ESP32 support (#14086, #14106)
2021-12-19 16:41:10 +01:00
Theo Arends 12c3044148
Merge pull request #14105 from Jason2866/webcam_refactor
Webcam reduce lib
2021-12-19 14:26:05 +01:00
Jason2866 e0d9c3dcef
Update platformio_tasmota_env32.ini 2021-12-19 14:04:41 +01:00
Jason2866 047fd6d05e
Update and rename platformio_override.ini to platformio_override_sample.ini 2021-12-19 13:59:46 +01:00
Jason2866 3c631c1f0f
Update .gitpod.yml 2021-12-19 13:56:06 +01:00
Jason2866 416cadd229
Webcam reduce lib 2021-12-19 13:52:50 +01:00
Jason2866 8004a81d83
ignore Micro-RTSP lib for S2 2021-12-18 22:17:26 +01:00
Meek Home Automation 805006468f
ESP32 Compile error when I2S_AUDIO is enabled
Solves the compiling error with env:tasmota32 when I2s Audio is enabled:
#ifndef USE_I2S_AUDIO
#define USE_I2S_AUDIO
#endif

#ifdef USE_I2S_EXTERNAL_DAC
#undef USE_I2S_EXTERNAL_DAC
#endif

#ifndef USE_I2S_NO_DAC
#define USE_I2S_NO_DAC
#endif

Resolving the following compiling error:
tasmota/xdrv_42_i2s_audio.ino:326:11: error: invalid conversion from 'AudioOutputI2S*' to 'AudioOutputI2SNoDAC*' [-fpermissive]
2021-12-18 21:52:23 +01:00
Theo Arends 2d7a48152b Fix exception 28 on HRG15
Fix exception 28 on HRG15 (#14067)
2021-12-18 14:47:03 +01:00
Theo Arends 85731148c5 Refactor GPIO_HEARTBEAT
Remove delay from interrupt by refactoring GPIO_HEARTBEAT
2021-12-18 14:30:25 +01:00
Jason2866 871bc9700e
Merge pull request #14089 from Jason2866/work
fix compiler warning in webcam build
2021-12-18 13:35:50 +01:00
Jason2866 3d716866b1 fix compiler warning webcam 2021-12-18 13:26:16 +01:00
Jason2866 699515fc4e
fix s2 build 2021-12-18 13:01:07 +01:00
s-hadinger 48700193d1
Merge pull request #14087 from s-hadinger/berry_lvgl_module_phase1
Berry move LVGL mapping to its own library
2021-12-18 12:01:42 +01:00
Stephan Hadinger e5479cdc96 Berry move LVGL mapping to its own library 2021-12-18 11:47:03 +01:00
s-hadinger b718210375
Merge pull request #14083 from s-hadinger/berry_mapping
Berry C mapping moved to a separate ``berry_mapping`` library
2021-12-17 19:50:25 +01:00
Stephan Hadinger 26a7fad65b Berry C mapping moved to a separate ``berry_mapping`` library 2021-12-17 19:41:36 +01:00
Jason2866 394ae49613
fix c3 compile
no webcam
2021-12-17 18:54:27 +01:00
Theo Arends 8bad0115b0 Fix ESP32 webcam WDT
Fix ESP32 webcam WDT (#13882)
2021-12-17 18:01:27 +01:00
Theo Arends 776fa99ee6 Fix exception 28 on HRG15
Fix exception 28 on HRG15 (#14067)
2021-12-17 11:31:29 +01:00
s-hadinger cdab49cfdd
Merge pull request #14070 from s-hadinger/berry_axp192_unicode_fix
Berry fix memory corruption due to unicode character
2021-12-16 20:14:19 +01:00
Stephan Hadinger 5cd2c22730 Use htlm `°` entity 2021-12-16 18:40:46 +01:00
Stephan Hadinger fe682ea97f Berry fix memory corruption due to unicode character 2021-12-16 16:43:13 +01:00
s-hadinger 49a5ce3411
Merge pull request #14068 from s-hadinger/berry_fix_i2c_driver
Fix Berry I2C driver lib with latest changes
2021-12-16 14:05:42 +01:00
Stephan Hadinger 6d9e427970 Fix Berry I2C driver lib with latest changes 2021-12-16 13:57:12 +01:00
s-hadinger 83d8b0b8dc
Merge pull request #14060 from s-hadinger/berry_more_fix2
Berry yet another fix 2
2021-12-16 09:30:20 +01:00
Stephan Hadinger ef764fcc70 Put back map.has (deprecated) 2021-12-16 08:50:35 +01:00
Stephan Hadinger c152838e25 Berry yet another fix 2 2021-12-15 23:32:49 +01:00
Theo Arends 02ae677120
Merge pull request #14057 from gemu2015/scripter_update
database extraction update, housekeeping
2021-12-15 15:40:16 +01:00
Theo Arends 2793e99d15
Merge pull request #14056 from gemu2015/sml_update
software serial for SML esp32
2021-12-15 15:40:01 +01:00
gemu2015 eec2e50a46 database extraction update, housekeeping 2021-12-15 15:07:36 +01:00
gemu2015 94844b4707 software serial for eps32 2021-12-15 14:46:05 +01:00
Theo Arends a92f2cb941 Refactor Tuya webbutton 2021-12-15 12:30:48 +01:00
Theo Arends 4f20e4f698 Refactor SonoffRfBridge Webcode 2021-12-15 12:14:52 +01:00
Theo Arends 9ed8fb717d Add webserver function FUNC_WEB_GET_ARG
- Add webserver function FUNC_WEB_GET_ARG allowing better modular support of web arguments
- Add gui function buttons to LSC MCL
2021-12-15 11:15:30 +01:00
s-hadinger 833ac3afc6
Merge pull request #14053 from s-hadinger/berry_more_fix
Berry yet another fix
2021-12-14 23:41:05 +01:00
Stephan Hadinger 38331dc35e Berry yet another fix 2021-12-14 23:23:56 +01:00
s-hadinger 00a02cca41
Merge pull request #14052 from s-hadinger/berry_latest_fix
Latest Berry fixes
2021-12-14 22:10:46 +01:00
Stephan Hadinger 2b97a03d4c Latest Berry fixes 2021-12-14 21:51:12 +01:00
Jason2866 05e72f6b9f
Merge pull request #14050 from Jason2866/sil_warning
Silence compiler warning from lib ESP8266Audio
2021-12-14 21:40:03 +01:00
Jason2866 b8ac8ceae8
check if _GNU_SOURCE is defined already 2021-12-14 21:29:50 +01:00
Jason2866 b7230f394c
check if NDEBUG
is already defined
2021-12-14 21:15:19 +01:00