Commit graph

969 commits

Author SHA1 Message Date
Zhan Zhaocheng
db53a62a7a Merge branch 'bugfix/fix_dac_audio_compilation_error' into 'master'
dac_audio: fix compilation failure

See merge request rd/esp-iot-solution!527
2021-08-16 11:54:06 +00:00
zhouli
f664e8ed24 dac_audio: fix compilation failure 2021-08-12 20:49:16 +08:00
zhouli
e412568b84 revise spi dma channel for idf v4.3 2021-07-28 12:59:07 +08:00
TDA2030
c23ceeba00 docs: update doc for screen 2021-07-28 00:55:48 +08:00
Li Qing Qiao
e4672a5208 Merge branch 'bugfix/led_blink_switch_issue' into 'master'
bugfix(led_indicator): fix led blink switch bug

See merge request rd/esp-iot-solution!511
2021-06-11 11:10:07 +00:00
Li Qing Qiao
bd0702ddb6 Merge branch 'feature/add_ssd1963_screen' into 'master'
display: add ssd1963 ili9488 driver

See merge request rd/esp-iot-solution!506
2021-06-11 11:00:24 +00:00
Zhou Li
0f47c1d04a display: add ssd1963 ili9488 driver 2021-06-11 19:00:21 +08:00
Li Bo
34591c45d8 led(indicator): fix interference when stop blink 2021-05-14 20:17:32 +08:00
Li Bo
af4cd0980e led(indicator): fix dead when blink swith 2021-05-14 20:17:32 +08:00
Zhan Zhao Chen
d03696c453 Merge branch 'bugfix/update_url_for_lv_examples' into 'master'
lvgl: update url for lv_examples

See merge request rd/esp-iot-solution!510
2021-05-14 11:56:04 +00:00
zhouli
b87c83110e update url for lv_examples 2021-05-14 16:16:18 +08:00
Zhan Zhao Chen
34457c7959 Merge branch 'doc/fix_language_links' into 'master'
docs:fixed incorrect language links

See merge request rd/esp-iot-solution!508
2021-04-29 08:36:53 +00:00
Hao Ning
dc03b336ce docs:fixed incorrect language links 2021-04-29 16:36:49 +08:00
Zhan Zhao Chen
6060600c03 Merge branch 'bugfix/fix_screen' into 'master'
screen: update to improve efficiency

See merge request rd/esp-iot-solution!509
2021-04-29 02:51:56 +00:00
zhouli
5dd0f04e7d fix(pwm_audio): remove error when target is not supported 2021-04-28 15:49:46 +08:00
zhouli
2bd891bc12 fix(bus): update i2s_lcd_esp32s2_driver to support 40MHz 2021-04-28 15:49:46 +08:00
zhouli
db717a8b2f fix(screen): update i2s_lcd_esp32_driver; fix compilation failure in the example 2021-04-28 15:49:46 +08:00
zhouli
06bc023958 fix(screen): optmize the configuration of screen controller
1.reduce delay time in reg config for st7796
2.update ili9341 reg configuration
2021-04-28 15:07:48 +08:00
Zhan Zhao Chen
ab3fc13593 Merge branch 'translate/provide_english_version_docs' into 'master'
Translate/provide english version docs

See merge request rd/esp-iot-solution!505
2021-04-27 11:22:18 +00:00
Li Bo
a43981c841 Translate/provide english version docs 2021-04-27 19:22:13 +08:00
Zhan Zhao Chen
4787f174ba Merge branch 'docs/modify_docs_url' into 'master'
docs(readme): modify docs URL

See merge request rd/esp-iot-solution!504
2021-02-20 12:25:43 +00:00
Li Bo
22c8bddb80 docs(readme): modify docs URL 2021-02-20 20:04:37 +08:00
Zhan Zhao Chen
5597100d7d Merge branch 'docs/modify_latex_logo' into 'master'
docs: modify latex_logo for conf_common.py

See merge request rd/esp-iot-solution!503
2021-02-20 10:48:37 +00:00
zhouli
72613b217f docs: modify latex_logo for conf_common.py 2021-02-20 18:31:20 +08:00
Zhan Zhao Chen
d659c7d24f Merge branch 'develop/v2.0' into 'master'
update to version 2.0 with new structure

See merge request rd/esp-iot-solution!478
2021-02-20 10:03:09 +00:00
Zhou Li
6145936fe4 Merge branch 'fix/resolve_merge_conflicts' into 'develop/v2.0'
Fix/resolve merge conflicts

See merge request rd/esp-iot-solution!502
2021-02-20 09:33:07 +00:00
zhouli
23cb2521c4 Merge branch 'develop/v2.0' into master 2021-02-20 16:37:40 +08:00
Li Bo
dab8a8aadf Merge branch 'readme/add_english_version' into 'develop/v2.0'
docs(readme): add english version readme

See merge request rd/esp-iot-solution!500
2021-02-20 07:35:08 +00:00
Zhou Li
b929eefff2 Merge branch 'test/update_ci_script' into 'develop/v2.0'
test: update ci script

See merge request rd/esp-iot-solution!499
2021-02-20 07:33:45 +00:00
Li Bo
7fcfc18eab docs(readme): add english version readme 2021-02-20 15:30:50 +08:00
zhouli
e619439dbd test: update ci script 2021-02-20 15:18:12 +08:00
Zhou Li
ed91b30522 Merge branch 'bugfix/clean_examples_warning' into 'develop/v2.0'
examples: clean example warnings

See merge request rd/esp-iot-solution!498
2021-02-20 06:26:11 +00:00
zhouli
f493906031 examples: ignore some warnings for lvgl_example 2021-02-20 14:22:01 +08:00
zhouli
b17674b2aa examples: update wifi code for check_pedestrian_flow 2021-02-20 14:21:09 +08:00
Zhou Li
87fe9e3712 Merge branch 'bugfix/fix_example_wav_player' into 'develop/v2.0'
example: clean warning in wav_payer

See merge request rd/esp-iot-solution!497
2021-02-20 03:50:14 +00:00
Zhou Li
1e82cb4282 Merge branch 'bugfix/clean_dac_audio_warning' into 'develop/v2.0'
dac_audio: clean deprecated warning

See merge request rd/esp-iot-solution!496
2021-02-20 03:47:47 +00:00
zhouli
5b0250c500 dac_audio: clean deprecated warning 2021-02-20 11:40:04 +08:00
zhouli
180f0f8fe4 example: clean warning in wav_payer 2021-02-20 11:36:57 +08:00
Zhou Li
bd507efe56 Merge branch 'refactor/button' into 'develop/v2.0'
fix(button): add gpio button and adc button

See merge request rd/esp-iot-solution!494
2021-02-20 02:44:33 +00:00
zhouli
8362118c35 docs: add button document 2021-02-20 10:37:28 +08:00
zhouli
54465e63ae fix(button): add gpio button and adc button 2021-02-20 10:37:23 +08:00
Li Bo
ac98fdb6c0 Merge branch 'doc/language_review_for_the_second_batch' into 'develop/v2.0'
lanuage review for the second batch files

See merge request rd/esp-iot-solution!493
2021-02-09 15:00:38 +08:00
Hao Ning
c2ec59aaf3 lanuage review for the second batch files 2021-02-09 15:00:36 +08:00
Zhou Li
9c68bd24e0 Merge branch 'test/fix_unit_test_app' into 'develop/v2.0'
test: modify CMakeLists.txt in unit-test-app

See merge request rd/esp-iot-solution!492
2021-02-08 15:44:20 +08:00
zhouli
fc7fdd4336 test: modify CMakeLists.txt in unit-test-app 2021-02-08 15:38:44 +08:00
Li Bo
fee6a55584 Merge branch 'fix/remove_warnings_for_release' into 'develop/v2.0'
Fix/remove warnings for release

See merge request rd/esp-iot-solution!489
2021-02-07 20:57:33 +08:00
Li Bo
a8917de15c fix(unittest): fix fail to resolve component 'infrared_tools' bug 2021-02-07 20:48:10 +08:00
Li Bo
86c850880d fix(sensor_hub): explicitly include queue.h file 2021-02-07 20:46:18 +08:00
Li Bo
9cefc51e59 fix(build): modify extra component list 2021-02-07 20:22:16 +08:00
Li Bo
dff0f055c4 fix(light): fix light ledc_fade_func_uinstall bug 2021-02-07 20:17:14 +08:00