mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-11 04:57:38 +00:00
feat(esp32c5): support esp32c5 g0 components
This commit is contained in:
@@ -181,7 +181,7 @@ void ROM_Boot_Cache_Init(void);
|
||||
* @param uint32_t senitive : Config this page should apply flash encryption or not
|
||||
*
|
||||
* @param uint32_t ext_ram : DPORT_MMU_ACCESS_FLASH for flash, DPORT_MMU_INVALID for invalid. In
|
||||
* esp32c6, external memory is always flash
|
||||
* esp32c5, external memory is always flash
|
||||
*
|
||||
* @param uint32_t vaddr : virtual address in CPU address space.
|
||||
* Can be Iram0,Iram1,Irom0,Drom0 and AHB buses address.
|
||||
@@ -209,7 +209,7 @@ int Cache_MSPI_MMU_Set(uint32_t sensitive, uint32_t ext_ram, uint32_t vaddr, uin
|
||||
* Please do not call this function in your SDK application.
|
||||
*
|
||||
* @param uint32_t ext_ram : DPORT_MMU_ACCESS_FLASH for flash, DPORT_MMU_INVALID for invalid. In
|
||||
* esp32c6, external memory is always flash
|
||||
* esp32c5, external memory is always flash
|
||||
*
|
||||
* @param uint32_t vaddr : virtual address in CPU address space.
|
||||
* Can be DRam0, DRam1, DRom0, DPort and AHB buses address.
|
||||
|
@@ -20,7 +20,7 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
/*
|
||||
ESP32-C6 ROM code contains implementations of some of C library functions.
|
||||
ESP32-C5 ROM code contains implementations of some of C library functions.
|
||||
Whenever a function in ROM needs to use a syscall, it calls a pointer to the corresponding syscall
|
||||
implementation defined in the following struct.
|
||||
|
||||
|
Reference in New Issue
Block a user