add some code

This commit is contained in:
2025-09-05 13:25:11 +08:00
parent 9ff0a99e7a
commit 3cf1229a85
8911 changed files with 2535396 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
# ESP-DSP Applications
This directory contains a range of applications for ESP-DSP library.
These applications are intended to demonstrate part of ESP-DSP functionality (e.g. initialization, execution) and to provide examples of fully working projects built using ESP-DSP component
See the [README.md](../README.md) file in the upper level directory for more information about ESP-DSP.
# Applications Layout
The applications are grouped into subdirectories by category. Each category directory contains one or more projects:
* [ESP32-Azure IoT kit](./azure_board_apps/README.md) applications
* [3d graphics](./azure_board_apps/apps/3d_graphics/README.md) application
* [Kalman filter](./azure_board_apps/apps/kalman_filter/README.md) application
* [LyraT Board](./lyrat_board_app/README.md) application
* [ESP32-S3-BOX-Lite](./spectrum_box_lite/README.md) application