33 Commits
Author SHA1 Message Date
Xu Xin c0e593554c add ESP32-S3-BOX-3 support 2023-08-25 22:55:20 +08:00
Liu Zhong WeiandXu Xin d1cf670ac6 examples: fix some bugs; update docs. 2023-08-17 14:51:54 +08:00
Li Ya ShuaiandXu Xin 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 XinandWu Jian Gang 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
Wu Jian Gang fc0e8e9fcf feat: Remove component of iot_button 2023-01-04 10:36:38 +08:00
Wu Jian Gang 69feac8526 feat: Remove esp-sr submodule 2023-01-04 10:26:45 +08:00
Wu Jian Gang 9e6ac6e4d9 feat: Remove rainmaker submodule 2022-12-30 10:07:52 +08:00
marcus_xu 363c27cd33 SR: Import new SR to support IDF5.0 2022-11-21 17:40:35 +08:00
Mahavir Jainandmarcus_xu 1e74a3024c examples/watering_demo: make demo compatible with ESP-IDF v5.x 2022-09-29 13:56:46 +08:00
Mahavir Jainandmarcus_xu 2c3fe7c8d6 Add changes to make factory_demo example compatible with ESP-IDF 5.x 2022-09-29 13:56:33 +08:00
Mahavir Jainandmarcus_xu 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
Mahavir Jainandmarcus_xu 838eeb70f5 Modify esp-rainmaker submodule pointer to include fixes to build against ESP-IDF-v5.0-dev 2022-09-29 13:56:14 +08:00
marcus_xu eb4eca7db1 audio - use bsp_codec interface to match Box and Box Lite 2022-09-16 18:40:20 +08:00
marcus_xu a15977815e lv_demos - project compiles failed in lvgl ver:8.3 2022-09-14 14:09:04 +08:00
Chris Morganandmarcus_xu 920e0bb5d4 Remove libhelix-mp3 to make a spot for the component from the component registry 2022-09-13 14:33:31 +08:00
Chris Morganandmarcus_xu 8e3cb948d8 Remove lv_demos as they've been merged into the main lvgl repository 2022-09-13 14:31:15 +08:00
Chris Morganandmarcus_xu 48f1c93386 lvgl - Update submodule to latest v8.3 release and Kconfig.projbuild from lvgl/Kconfig 2022-09-13 14:31:05 +08:00
zhouli 52aabe705f factory_demo: update for support box and box_lite 2022-03-07 15:28:42 +08:00
Yu Zhe 0384f0e71b Move helix to repo's components dir 2021-12-17 10:55:50 +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
Wu Jian Gang 26d7c66146 Merge branch 'hardware/fix_imu_lable_in_schematic' into 'master'
hardware: fix imu lable in schematic

See merge request ae_group/esp-box!17
2021-12-09 07:17:17 +00:00
Li Bo b41dbb307d hardware: fix imu lable in schematic
1. fix imu lable to ICM-42607-P
2. lable encryption chip to NC
2021-12-08 17:48:59 +08:00