|
|
hace 2 años | |
|---|---|---|
| .. | ||
| esp32 | hace 2 años | |
| esp32c2 | hace 2 años | |
| esp32c3 | hace 2 años | |
| esp32c6 | hace 2 años | |
| esp32h2 | hace 2 años | |
| esp32h4 | hace 2 años | |
| esp32s2 | hace 2 años | |
| esp32s3 | hace 2 años | |
| include | hace 2 años | |
| linux | hace 3 años | |
| CMakeLists.txt | hace 2 años | |
| Kconfig | hace 2 años | |
| README.md | hace 5 años | |
| dport_access_common.c | hace 3 años | |
| linker.lf | hace 5 años | |
| lldesc.c | hace 4 años | |
socThe 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