Commit graph

969 commits

Author SHA1 Message Date
Zhou Li
feeeb6b98e Merge branch 'bugfix/adc_cal' into 'master'
button: fix ADC changes for IDF version >= 5.

See merge request ae_group/esp-iot-solution!601
2022-08-04 11:00:47 +08:00
Vilem Zavodny
8ccd278a7e button: fix ADC changes for IDF version >= 5. Closes https://github.com/espressif/esp-iot-solution/pull/204 2022-08-02 14:20:32 +08:00
Zhou Li
b25236bff2 Merge branch 'feature/add_decompress_directory_and_decompressed_ota_example' into 'master'
Feat: add decompress directory and decompressed ota example

See merge request ae_group/esp-iot-solution!590
2022-07-11 19:28:38 +08:00
Wang Yu Xin
5e1e715395 feat: add decompress directory and examples 2022-07-11 10:15:40 +08:00
Zhou Li
fbf56a4c37 Merge branch 'feature/add_user_data_for_callbacks_of_button' into 'master'
button: rename usr_data to hardware_data && allow user to pass arbitrary data...

See merge request ae_group/esp-iot-solution!597
2022-07-05 10:37:58 +08:00
bennettbe
8aefe2dea3 button: rename usr_data to hardware_data && allow user to pass arbitrary data through callback. Closes https://github.com/espressif/esp-iot-solution/pull/200 2022-07-04 20:40:56 +08:00
Li Bo
4e481f0ee6 Merge branch 'docs/fix_doc_build_error' into 'master'
docs: fix doc build error in CI

See merge request ae_group/esp-iot-solution!596
2022-07-04 15:54:25 +08:00
Wang Fang
c18cf2ee8d docs: fix doc build error in CI 2022-07-04 14:16:02 +08:00
Zhou Li
a444d89f2b Merge branch 'docs/add_supported_socs_for_en_document_of_pwm_audio' into 'master'
docs: add supported socs for pwm audio

See merge request ae_group/esp-iot-solution!592
2022-06-17 16:39:57 +08:00
Zhou Li
7ccf82a262 Merge branch 'feature/add_camera_avi_recorder_example' into 'master'
feat: add camera avi video recorder example

See merge request ae_group/esp-iot-solution!584
2022-06-17 16:25:58 +08:00
zhouli
d6967b5f23 docs: add supported socs for pwm audio 2022-06-17 15:26:54 +08:00
Zhou Li
47df7d1205 Merge branch 'bugfix/update_for_idf_v5.0' into 'master'
bugfix: update components for compatible with idf 5.0

See merge request ae_group/esp-iot-solution!591
2022-06-17 11:47:27 +08:00
zhouli
b63def61df pwm_audio: fix the issue that does no sound on esp32c3 and esp32s3 && add script to upload to idf-component-manager 2022-06-16 20:22:33 +08:00
zhouli
b1a3bea83e fix(lvgl_gui): add mutex for lvgl thread-safe 2022-06-16 20:22:33 +08:00
zhouli
7a0eee234e bugfix: update components for compatible with idf 5.0 2022-06-16 20:21:47 +08:00
Wang Yu Xin
4fa6a72bd4 feat: add camera avi video recorder example 2022-06-14 14:41:33 +08:00
Zhou Li
5e5c4aa34c Merge branch 'fix/button-idf-v5' into 'master'
button: fix build on IDF version >= 5

See merge request ae_group/esp-iot-solution!586
2022-05-06 16:32:38 +08:00
Tomas Rezucha
fd38b168d6 button: fix build on IDF version >= 5. Closes https://github.com/espressif/esp-iot-solution/pull/184 2022-05-06 15:12:18 +08:00
Zhou Li
a5e1f94299 Merge branch 'feature/add_camera_basic_examples' into 'master'
feature(camera): add camera basic examples

See merge request ae_group/esp-iot-solution!577
2022-04-19 17:23:37 +08:00
Wang Yu Xin
39ddd5dd99 feature(camera): add camera basic examples 2022-04-19 17:23:37 +08:00
Zhou Li
ff6da11453 Merge branch 'feature/upload_cmps_gh_action' into 'master'
ci: Upload GH action

See merge request ae_group/esp-iot-solution!582
2022-04-14 16:18:59 +08:00
Tomas Rezucha
2961285a8e ci: Upload GH action; Closes https://github.com/espressif/esp-iot-solution/pull/173 2022-04-14 15:20:07 +08:00
Zhou Li
ce1d460938 Merge branch 'feature/button-component-manager' into 'master'
button: Add idf-component-manager files

See merge request ae_group/esp-iot-solution!574
2022-03-08 14:08:54 +08:00
Tomas Rezucha
fae526efcd button: Add idf-component-manager files
Closes https://github.com/espressif/esp-iot-solution/pull/138
2022-03-08 13:25:53 +08:00
Zhou Li
8607a04658 Merge branch 'docs/fix_display_example_code' into 'master'
docs: screen: function return before error is logged.

See merge request ae_group/esp-iot-solution!575
2022-03-08 11:22:31 +08:00
Zhou Li
1ffd999ac7 Merge branch 'feature/support_m5stack_lcd_for_screen_example' into 'master'
screen: Add support for M5Stack with ILI9342 display

See merge request ae_group/esp-iot-solution!576
2022-03-08 11:21:55 +08:00
Zhou Li
7133529944 Merge branch 'ssd1306-fix-no-cs-pin' into 'master'
screen: allow spi interface ignore CS wire

See merge request ae_group/esp-iot-solution!572
2022-03-07 22:51:34 +08:00
Zhou Li
1a913daf7a Merge branch 'feature/add_register_description_for_NT35510' into 'master'
screen: Add register description for NT35510 initial registers

See merge request ae_group/esp-iot-solution!573
2022-03-07 22:12:00 +08:00
Alex J Lennon
a49b22308f screen: Add support for M5Stack with ILI9342 display
- ILI9342 is 320x240 rather than 240x320 as ILI9341
- screen display needs to be inverted

Closes https://github.com/espressif/esp-iot-solution/pull/128
2022-03-07 22:05:51 +08:00
mei
bbdb938242 docs: screen: function return before error is logged.
Closes https://github.com/espressif/esp-iot-solution/pull/137
2022-03-07 21:47:55 +08:00
Duco Sebel
5e224b0939 screen: Add register description for NT35510 initial registers
Closes https://github.com/espressif/esp-iot-solution/pull/135
2022-03-07 21:21:35 +08:00
GitforZhangXL
47a494a356 screen: allow spi interface ignore CS wire
Closes https://github.com/espressif/esp-iot-solution/pull/158
2022-03-07 20:55:32 +08:00
Li Bo
611cca278a Merge branch 'doc/add_feedback_link' into 'master'
docs:add feedback links

See merge request rd/esp-iot-solution!568
2022-01-21 02:55:40 +00:00
Hao Ning
239cac6c75 docs:add feedback links 2022-01-20 17:32:16 +08:00
Zhou Li
ecd5e3247d Merge branch 'feature/add_8080_lcd_interface_for_s3' into 'master'
add screen 8080 interface for esp32s3

See merge request rd/esp-iot-solution!528
2022-01-20 05:44:29 +00:00
zhouli
0caa2de556 bus: add screen 8080 interface for esp32s3; closes #136 2022-01-19 13:58:46 +08:00
Zhou Li
527c817da0 Merge branch 'ci/update' into 'master'
replace master with v4.4

See merge request rd/esp-iot-solution!567
2022-01-18 12:29:30 +00:00
zhouli
67bc36471a replace master with v4.4 2022-01-18 19:34:07 +08:00
Zhou Li
8d917a8065 Merge branch 'feature/update_ci' into 'master'
update CI to check different chips and IDF version

See merge request rd/esp-iot-solution!535
2021-10-26 06:08:26 +00:00
zhouli
21350012e9 ci: update configuration 2021-10-20 19:40:37 +08:00
zhouli
63421202d6 fix: fix compatibility issues checked by ci; closes #133 2021-10-20 19:39:19 +08:00
zhouli
f26cfdcea2 ci: update ci to check all targets and idf 2021-10-20 19:38:56 +08:00
Zhan Zhaocheng
87e76fd295 Merge branch 'bugfix/docs_build' into 'master'
docs: pin setuptools<58 to resolve build failure due to removal of support for 2to3 during builds

See merge request rd/esp-iot-solution!543
2021-09-28 02:51:09 +00:00
Krzysztof
1f566dd957 docs: pin setuptools<58 to resolve build failure due to removal of support for 2to3 during builds 2021-09-18 17:34:55 +08:00
Li Qing Qiao
9849ac04ed Merge branch 'docs/fix_compilation_failure' into 'master'
add docutils to requirements.txt

See merge request rd/esp-iot-solution!542
2021-09-07 06:25:52 +00:00
zhouli
783b67ab24 add docutils to requirements.txt 2021-09-07 12:08:29 +08:00
Li Qing Qiao
2be68ac9bc Merge branch 'bugfix/optimize_touch_panel_display' into 'master'
touch_panel: revise calibration prompt

See merge request rd/esp-iot-solution!537
2021-08-23 02:58:37 +00:00
zhouli
68bfe795f9 touch_panel: revise calibration prompt; closes #108, closes #109 2021-08-20 19:46:52 +08:00
Zhan Zhaocheng
1770f425f8 Merge branch 'bugfix/revise_spi_dma_channel' into 'master'
bus: revise spi dma channel for idf v4.3

See merge request rd/esp-iot-solution!529
2021-08-16 11:54:44 +00:00
Zhan Zhaocheng
6b0b1c4cd4 Merge branch 'docs/update_screen_supported_table' into 'master'
docs: update doc for screen

See merge request rd/esp-iot-solution!516
2021-08-16 11:54:09 +00:00