esp-idf/components/soc
Jiang Jiang Jian 5cd24826bb Merge branch 'bugfix/fix_rc_fast_calibration_v5.1' into 'release/v5.1'
rtc_clk: fix esp32c6/esp32h2 eco chip `RC_FAST` bad calibration value (backport v5.1)

See merge request espressif/esp-idf!23940
2023-05-31 17:40:28 +08:00
..
esp32 ble docs: Update the ble docs for esp32c6 and esp32h2 2023-05-19 11:03:11 +08:00
esp32c2 ble docs: Update the ble docs for esp32c6 and esp32h2 2023-05-19 11:03:11 +08:00
esp32c3 ble docs: Update the ble docs for esp32c6 and esp32h2 2023-05-19 11:03:11 +08:00
esp32c6 bugfix: fix rc_fast bad calibration value 2023-05-26 13:59:25 +08:00
esp32h2 Merge branch 'bugfix/fix_rc_fast_calibration_v5.1' into 'release/v5.1' 2023-05-31 17:40:28 +08:00
esp32s2 ulp: added sleep support for lp core 2023-04-27 09:51:41 +08:00
esp32s3 ble docs: Update the ble docs for esp32c6 and esp32h2 2023-05-19 11:03:11 +08:00
include/soc ieee802154: support driver opensrc 2023-04-27 11:27:57 +08:00
linux/include/soc
CMakeLists.txt ieee802154: support driver opensrc 2023-04-27 11:27:57 +08:00
Kconfig
README.md
dport_access_common.c
linker.lf
lldesc.c

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