Kevin (Lao Kaiyao) f629c4b7e9 Merge branch 'feature/i2s_support_mclk_input' into 'master' 2 năm trước cách đây
..
esp32 f629c4b7e9 Merge branch 'feature/i2s_support_mclk_input' into 'master' 2 năm trước cách đây
esp32c2 96bf37ab78 Merge branch 'feature/i2c_master_new_driver' into 'master' 2 năm trước cách đây
esp32c3 4b6d71447c feat(i2s): supported external clock source input 2 năm trước cách đây
esp32c6 f629c4b7e9 Merge branch 'feature/i2s_support_mclk_input' into 'master' 2 năm trước cách đây
esp32h2 f629c4b7e9 Merge branch 'feature/i2s_support_mclk_input' into 'master' 2 năm trước cách đây
esp32p4 f83c29f242 Merge branch 'feature/esp32p4_docs_build' into 'master' 2 năm trước cách đây
esp32s2 4b6d71447c feat(i2s): supported external clock source input 2 năm trước cách đây
esp32s3 f629c4b7e9 Merge branch 'feature/i2s_support_mclk_input' into 'master' 2 năm trước cách đây
include 4b6d71447c feat(i2s): supported external clock source input 2 năm trước cách đây
linux 3b450fb865 refactor soc CMakeLists 3 năm trước cách đây
CMakeLists.txt 842ff10777 fix(soc): fix wrong freq definition for 26Mhz version esp32c2 soc 2 năm trước cách đây
Kconfig 89fa53f1c0 mmu: support configurable mmu page size 2 năm trước cách đây
README.md 79887fdc6c soc: descriptive part occupy whole component 5 năm trước cách đây
dport_access_common.c ac4c7d99fe dport: Move DPORT workaround to G0 3 năm trước cách đây
linker.lf 6b0a5af73e soc: move implementations to esp_hw_support 5 năm trước cách đây
lldesc.c 9b4ba3d707 crypto: initial S3 Beta 3 bringup and testing for SHA/AES/RSA/flash enc 4 năm trước cách đây

README.md

soc

The soc component provides hardware description for targets supported by ESP-IDF.

- `xxx_reg.h`   - defines registers related to the hardware
- `xxx_struct.h` - hardware description in C `struct`
- `xxx_channel.h` - definitions for hardware with multiple channels
- `xxx_caps.h`  - features/capabilities of the hardware
- `xxx_pins.h`  - pin definitions
- `xxx_periph.h/*.c`  - includes all headers related to a peripheral; declaration and definition of IO mapping for that hardware