Commit Graph

14015 Commits

Author SHA1 Message Date
Stephan Hadinger 2cbd65ec63 Berry use mapping 2021-12-20 22:38:56 +01:00
s-hadinger 948b948e10
Merge pull request #14130 from s-hadinger/lv_berry_pf
Set framework and platform for lv_berry
2021-12-20 21:19:21 +01:00
Stephan Hadinger 0589a28ec8 Change more platform definitions 2021-12-20 21:05:00 +01:00
Stephan Hadinger 85662ec728 Set framework and platform for lv_berry 2021-12-20 18:29:47 +01:00
s-hadinger e239bf7b0f
Lv berry manifest (#14129)
* Update manifest for lv_berry

* Update license
2021-12-20 18:14:39 +01:00
s-hadinger 1cdc894de6
Merge pull request #14128 from s-hadinger/berry_mapping_doc
Update berry_mapping doc
2021-12-20 17:56:58 +01:00
Stephan Hadinger 1239f2d825 Fix link 2021-12-20 17:55:36 +01:00
Stephan Hadinger 8f24aa5e05 Update berry_mapping doc 2021-12-20 17:41:36 +01:00
s-hadinger 4b2ea37360
Merge pull request #14111 from s-hadinger/lib_lv_berry
Berry created separate library `lv_berry` to isolate LVGL-Berry mapping
2021-12-20 16:43:41 +01:00
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 d4b9381ab0
Merge pull request #14091 from sternegugger/PR2_MAX7219_dot_matrix
PR2 max7219 dot matrix, less memory
2021-12-20 11:15:08 +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
Michael 7b7913e8f3 merged, ready for PR2 2021-12-18 15:14:47 +01:00
Michael d606cc9383 Merge branch 'development' of https://github.com/arendst/Tasmota into development 2021-12-18 15:09:57 +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
Michael 77f0024f99 Merge branch 'development' of https://github.com/arendst/Tasmota into development 2021-12-18 14:07:53 +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
Michael e3fe445df4 Merge branch 'development' of https://github.com/arendst/Tasmota into development 2021-12-18 11:11:12 +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