25 Commits

Author SHA1 Message Date
xuxin 04d5133114 fix(ci): update build script for latest release v5.5 2025-07-25 17:34:22 +08:00
xuxin 04e05ad5b9 feat: fix CI compilation errors 2025-02-08 20:31:44 +08:00
Xu Xin 6601e1b0ed fixed: Fixed using lvgl v8 version 2024-06-26 17:32:45 +08:00
Li Bo fde9930ede fix(usb_headset): audio playback issue
Close https://github.com/espressif/esp-box/issues/103
2024-01-31 11:50:47 +08:00
Xu Xin 980aa23d44 workflow: generate launchpad config and fw 2024-01-18 19:06:46 +08:00
Xu Xin ffd5b181e6 update box3 component and doc 2023-11-24 15:10:22 +08:00
Xu Xin 240a558aa9 Feature/update box components 2023-09-28 11:17:06 +08:00
Xu Xin c0e593554c add ESP32-S3-BOX-3 support 2023-08-25 22:55:20 +08:00
Liu Zhong Wei d1cf670ac6 examples: fix some bugs; update docs. 2023-08-17 14:51:54 +08:00
Li Ya Shuai 35276d320c add esp-matter switch example base on the factory-demo example 2023-08-15 11:10:49 +08:00
marcus_xu 0924e7bc2c examples: update new components;add esp-box-lite support. 2023-07-11 13:09:16 +08:00
marcus_xu 74bdd3076c rainmaker: update README; update esp-rainmaker version 2023-04-10 17:56:25 +08:00
Xu Xin 39b2029b0f use package manager for component [ESP32-S3-BOX-Lite not supported] 2023-02-21 19:39:13 +08:00
Wu Jian Gang ac80fcf1de feat: Use package manager for button 2023-01-04 11:54:33 +08:00
marcus_xu 363c27cd33 SR: Import new SR to support IDF5.0 2022-11-21 17:40:35 +08:00
Mahavir Jain 2c3fe7c8d6 Add changes to make factory_demo example compatible with ESP-IDF 5.x 2022-09-29 13:56:33 +08:00
Mahavir Jain 9ddbf76bae Fixes to build against ESP-IDF v5.0-dev version
Verified that with these changes application can still build against
currently supported ESP-IDF v4.x release.
2022-09-29 13:56:24 +08:00
marcus_xu eb4eca7db1 audio - use bsp_codec interface to match Box and Box Lite 2022-09-16 18:40:20 +08:00
zhouli 52aabe705f factory_demo: update for support box and box_lite 2022-03-07 15:28:42 +08:00
Yu Zhe 510d4a4fe6 This commit updates the following:
- Update esp-sr lib to release/v1.0.
    - Fix model copy issue on Windows.
    - Add the API of getting phrase ID if command word is detected.
  - Currently, ESP32-S3-BOX does not support capturing DAC output through
      ADC. The next version of ESP32-S3-BOX Lite will use software capture.
      Therefore, ES7210 will only use ADC channels 1 and 2, and output
      these 2 channels to SDOUT1. In this case, when esp-idf still has
      the problem of I2S TDM mode, ES8311 will work well on I2S Philips
      standard. This will also reduce memory consumption.
  - The previous wake-up audio was in 32-bit dual-channel WAV format.
      Since the WAV header is aligned with 4 bytes, and the WAV header is
      really short, it is possible to play the WAV file directly from the
      beginning. This version changes the audio file to PCM raw data with
      16 bits per channel.
2021-12-16 17:13:08 +08:00
Yu Zhe 720cf21cc4 Release/factory demo with idf patch 2021-11-19 14:42:38 +00:00
Yu Zhe 8fd70711a9 feature:update factory demo 2021-11-09 14:05:37 +08:00
Yu Zhe 0f4a5eb467 feature:add demos for ESP-Box 2021-10-25 14:43:50 +08:00
Yu Zhe ad9b1737db feature(cube_v2):support for ESP32-S3-Cube V2 2021-10-24 23:46:39 +08:00
Yu Zhe a15028652e feature(demo):add ESP32-S3-Cube factory demo codes 2021-08-31 18:12:49 +08:00