esp-idf/components/soc
harshal.patil 4ae1ea7b9f bignum: refactored the hardware abstraction of the mpi peripheral
- `<target>/bignum.c` is replaced by mpi_ll.h ll layer.
- added the mpi hal layer.
2023-04-24 16:15:11 +05:30
..
esp32 bignum: refactored the hardware abstraction of the mpi peripheral 2023-04-24 16:15:11 +05:30
esp32c2
esp32c3 bignum: refactored the hardware abstraction of the mpi peripheral 2023-04-24 16:15:11 +05:30
esp32c6 bignum: refactored the hardware abstraction of the mpi peripheral 2023-04-24 16:15:11 +05:30
esp32h2 bignum: refactored the hardware abstraction of the mpi peripheral 2023-04-24 16:15:11 +05:30
esp32s2 bignum: refactored the hardware abstraction of the mpi peripheral 2023-04-24 16:15:11 +05:30
esp32s3 bignum: refactored the hardware abstraction of the mpi peripheral 2023-04-24 16:15:11 +05:30
include/soc bignum: refactored the hardware abstraction of the mpi peripheral 2023-04-24 16:15:11 +05:30
linux/include/soc
CMakeLists.txt bignum: refactored the hardware abstraction of the mpi peripheral 2023-04-24 16:15:11 +05:30
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