Skip to content

Commit

Permalink
Merge branch 'refactor/use_managed_component_in_es7210_example' into …
Browse files Browse the repository at this point in the history
…'master'

es7210: use managed component

Closes IDF-6140

See merge request espressif/esp-idf!20843
  • Loading branch information
L-KAYA committed Oct 28, 2022
2 parents 89d2c22 + 52e1e95 commit febb360
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 550 deletions.
11 changes: 11 additions & 0 deletions examples/peripherals/i2s/i2s_codec/i2s_es7210_tdm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,17 @@ Recorded voice will be saved to SD card in `wav` format, and can be played or pr

All the GPIO used in this example can be changed according to your board, by macros `EXAMPLE_xxx_IO` defined at the beginning of [i2s_es7210_record_example.c](main/i2s_es7210_record_example.c).

### Dependency

This example is based on [es7210 component](https://components.espressif.com/component/espressif/es7210)

The component can be installed by esp component manager. Since this example already installed it, no need to re-installed it again, but if you want to install this component in your own project, you can input the following command:
```
idf.py add-dependency espressif/es7210^1.0.0
```

If the dependency is added, you can check `idf_component.yml` for more detail. When building this example or other projects with managed components, the component manager will search for the required components online and download them into the `managed_componets` folder.

### Configure the project

* Set the target of the build by following command, where TARGET can be `esp32s3` or `esp32c3`.
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit febb360

Please sign in to comment.