esp-idf/components
Jiang Jiang Jian 6c7c212f98 Merge branch 'feat/update-memory-layout-c5-mp_v5.3' into 'release/v5.3'
feat(heap): support heap and update memory layout on esp32c5-mp target (backport v5.3)

See merge request espressif/esp-idf!31040
2024-06-25 00:55:00 +08:00
..
app_trace Merge branch 'fix/gcov_win_mixed_path' into 'master' 2024-04-11 13:56:10 +08:00
app_update fix(bootloader_support): Make esp_flash_encrypt.h independent of spi_flash_mmap.h header 2024-05-20 14:40:49 +08:00
bootloader fix(system): place idf's stray sections while linking 2024-05-20 13:31:04 +04:00
bootloader_support feat(soc): rename lp_adc and ahb_dma reg base on p4 2024-06-12 18:16:48 +08:00
bt fix(nimble): Clear resource before re-starting advertising 2024-06-18 11:11:29 +05:30
cmock
console feat(system/console): Added argtable3 SBOM manifest file in console component for SPDX file generation 2024-05-20 15:04:27 +08:00
cxx fix(cxx): use __cxa_throw() stub in case exceptions disabled 2024-05-07 08:52:36 +04:00
driver ci: disable failing esp32c5 builds 2024-06-18 08:27:00 +02:00
efuse feat(soc): Update efuse related soc_caps for c61 and c5 (MP/beta3) 2024-06-20 12:23:05 +08:00
esp_adc feat(adc): support ADC continuous mode on ESP32P4 2024-06-12 18:34:04 +08:00
esp_app_format ci(esp32c5mp): disable the unsupported tests 2024-04-07 12:13:29 +08:00
esp_bootloader_format feat(esp_system): allow .bss to spill over into L2MEM above 0x4ff40000 2024-02-28 19:41:25 +04:00
esp_coex feat(wifi): support coex pwr 2024-05-21 20:57:46 +08:00
esp_common feat(esp_common): Add macros that check the condition and return from void function 2024-04-11 08:51:03 +03:00
esp_driver_ana_cmpr fix(drivers): fix typos found by codespell 2024-03-28 10:01:27 +08:00
esp_driver_cam feat(cam): add esp32-p4 lcd_cam dvp driver 2024-06-12 11:35:51 +08:00
esp_driver_dac fix(kconfig): fixed peripheral driver kconfig inconsistencies 2024-06-04 10:19:31 +08:00
esp_driver_gpio Merge branch 'feature/esp32c5_mp_gpio_support_v5.3' into 'release/v5.3' 2024-06-12 00:51:06 +08:00
esp_driver_gptimer ci(esp_driver_gptimer): add gptimer pd_top sleep retention test case 2024-06-13 14:08:35 +08:00
esp_driver_i2c change(esp_hw_support): use union retention link priority definiation 2024-06-13 14:08:37 +08:00
esp_driver_i2s refactor(i2s): clean up DMA buffer allocation 2024-06-12 10:16:24 +08:00
esp_driver_isp change(isp): don't init unnecessary isp pipeline items when doing isp_new_processor 2024-06-11 10:18:16 +08:00
esp_driver_jpeg fix(jpeg): Modify jpeg deocde/encode error handling logic (backport v5.3) 2024-06-10 03:28:52 +08:00
esp_driver_ledc ci: disable failing esp32c5 builds 2024-06-18 08:27:00 +02:00
esp_driver_mcpwm fix(rmt): calarify partial receive is not support on esp32 2024-04-07 14:33:39 +08:00
esp_driver_parlio refactor(i2s): clean up DMA buffer allocation 2024-06-12 10:16:24 +08:00
esp_driver_pcnt fix(kconfig): fixed peripheral driver kconfig inconsistencies 2024-06-04 10:19:31 +08:00
esp_driver_ppa feat(ppa): add test cases to test PPA data correctness 2024-06-11 21:59:05 +08:00
esp_driver_rmt feat(rmt): Add simple callback encoder 2024-04-11 15:54:52 +08:00
esp_driver_sdio feat(sdio_slave): add reset and clock control functions 2024-03-29 10:41:17 +08:00
esp_driver_sdm fix(kconfig): fixed peripheral driver kconfig inconsistencies 2024-06-04 10:19:31 +08:00
esp_driver_sdmmc fix(sdmmc): fix invalid data when reading/writing PSRAM buffers 2024-06-06 10:44:53 +02:00
esp_driver_sdspi feat(sdspi): add LDO (power control) in sdspi tests 2024-04-04 15:03:27 +02:00
esp_driver_spi Merge branch 'fix/spi_sct_fix_descripter_oob_when_lager_then_4092_v5.3' into 'release/v5.3' 2024-06-12 03:00:58 +08:00
esp_driver_tsens fix(kconfig): fixed peripheral driver kconfig inconsistencies 2024-06-04 10:19:31 +08:00
esp_driver_uart Merge branch 'bugfix/forbid_uart_suspend_auto_lightsleep' into 'master' 2024-04-10 10:49:24 +08:00
esp_driver_usb_serial_jtag feature(usb_serial_jtag): add usb serial jtag support for esp32p4 2024-05-13 12:19:14 +08:00
esp_eth refactor(emac): use heap component API to allocate cached aligned DMA buffer 2024-06-12 13:51:17 +08:00
esp_event docs(esp_event): Fixed mistake in API docs 2024-03-11 11:06:18 +08:00
esp_gdbstub feat(gdbstub): fix access to PSRAM for esp32p4 2024-03-12 18:10:32 +04:00
esp_hid Fix stack overflow bug for examples/bluetooth/esp_hid_device when using esp32s3 with nimble 2024-06-14 14:28:59 +05:30
esp_http_client fix: reset redirect counter for using same handler 2024-05-20 10:43:41 +05:30
esp_http_server fix: Add warning to enable LWIP_NETIF_LOOPBACK to use control socket API 2024-05-20 10:43:41 +05:30
esp_https_ota feat(esp_https_ota): Add config to configure memory capability for OTA buffer 2024-03-28 11:11:07 +05:30
esp_https_server fix(esp_https_server): fix memory leak during configuring http server 2024-05-07 13:51:38 +05:30
esp_hw_support Merge branch 'bugfix/wifi-6570_v5.3' into 'release/v5.3' 2024-06-25 00:29:10 +08:00
esp_lcd Merge branch 'feat/esp32p4_xip_psram_v5.3' into 'release/v5.3' 2024-06-11 21:07:41 +08:00
esp_local_ctrl refactor(protocomm): Make the protocomm proto-c headers public 2024-02-28 14:35:04 +05:30
esp_mm Merge branch 'feat/esp32p4_xip_psram_v5.3' into 'release/v5.3' 2024-06-11 21:07:41 +08:00
esp_netif Merge branch 'feature/esp_emac_improvements_v5.3' into 'release/v5.3' 2024-06-11 23:44:01 +08:00
esp_netif_stack
esp_partition fix(bootloader_support): Make esp_flash_encrypt.h independent of spi_flash_mmap.h header 2024-05-20 14:40:49 +08:00
esp_phy update c3 s3 c6 libphy fix coex reset and bug 2024-05-09 11:57:56 +08:00
esp_pm change(esp_hw_support): do timergroup watchdogs retention by needs 2024-06-13 14:08:26 +08:00
esp_psram fix(esp_system): fixed not necessary public require to bootloader_support 2024-06-13 11:26:35 +08:00
esp_ringbuf change(esp_ringbuf): Format pytest_esp_ringbuf.py 2024-03-15 11:22:00 +01:00
esp_rom Revert "fix(rom): fixed esprv_int_set_threshold on C5" 2024-06-24 13:57:57 +08:00
esp_system Merge branch 'feat/support_tg_retention_v5.3' into 'release/v5.3' 2024-06-13 19:55:02 +08:00
esp_timer change(esp_hw_support/sleep): improve esp32c3 systimer stall bug workaround 2024-05-21 20:30:24 +08:00
esp_vfs_console fix(console): Fsync not propagated to secondary output 2024-04-11 13:01:34 +02:00
esp_wifi fix(esp_wifi): Backport some fixes to v5.3 2024-06-20 15:29:05 +05:30
esp-tls fix(esp-tls): Fix compilation for linux target on macos 2024-05-13 13:44:25 +02:00
espcoredump Merge branch 'feature/esp32c5_mp_gpio_support_v5.3' into 'release/v5.3' 2024-06-12 00:51:06 +08:00
esptool_py Merge branch 'feat/add_merged_bin_cmd' into 'master' 2024-04-22 17:55:36 +08:00
fatfs feat(storage/fatfs): update deprecated syntax for tests 2024-04-17 10:37:31 +02:00
freertos fix(riscv): make HWLP feature use direct saving of lazy saving 2024-05-22 16:58:31 +08:00
hal feat(soc): Update efuse related soc_caps for c61 and c5 (MP/beta3) 2024-06-20 12:23:05 +08:00
heap change(heap): Remove todo of closed ticket in memory_layout.c files 2024-06-14 08:20:02 +02:00
http_parser
idf_test feat(adc): support ADC continuous mode on ESP32P4 2024-06-12 18:34:04 +08:00
ieee802154 fix(802.15.4): fixed ieee802154 will sleep when only pm enabled 2024-06-11 14:25:02 +08:00
json feat(cjson): update submodule to v1.7.18 2024-05-22 13:34:31 +05:30
linux refactor(linux): Unified libbsd handling 2024-03-08 12:26:54 +08:00
log fix(log): Fix wrap-around of cache generation counter 2024-03-28 18:56:19 +02:00
lwip fix(lwip): fixed the dhcp pool error on dhcp server 2024-06-24 14:21:28 +08:00
mbedtls feat(gdma): set burst size and return alignment constraint 2024-06-07 22:44:18 +08:00
mqtt feat(esp_eth): a new folder structure of the driver and other improvements 2024-06-07 15:26:18 +02:00
newlib docs(links): fix broken links found in CI 2024-06-03 12:42:25 +08:00
nvs_flash fix(bootloader_support): Make esp_flash_encrypt.h independent of spi_flash_mmap.h header 2024-05-20 14:40:49 +08:00
nvs_sec_provider
openthread feat(openthread): update BR lib 2024-06-11 14:25:45 +08:00
partition_table fix: Fixed KConfig files that were not succesfully checked 2024-02-02 14:13:45 +01:00
perfmon
protobuf-c
protocomm fix(ble/bluedroid): Remove BLE functions discard declaration 2024-04-18 15:53:54 +08:00
pthread ci: Added missing generic tag to psram tests 2024-04-16 09:17:41 +02:00
riscv fix(riscv): make HWLP feature use direct saving of lazy saving 2024-05-22 16:58:31 +08:00
sdmmc fix(sdmmc): fix invalid data when reading/writing PSRAM buffers 2024-06-06 10:44:53 +02:00
soc Merge branch 'feat/update-memory-layout-c5-mp_v5.3' into 'release/v5.3' 2024-06-25 00:55:00 +08:00
spi_flash feat(xip_psram): support xip psram feature on esp32p4 2024-05-29 10:02:44 +08:00
spiffs ci(esp32c5mp): disable the unsupported tests 2024-04-07 12:13:29 +08:00
tcp_transport fix(ws_transport): utility functions minor improvments 2024-05-20 17:54:43 +04:00
touch_element ci(test_apps): limit dependencies for misc test_apps 2024-02-18 16:01:58 +08:00
ulp Merge branch 'fix/support_union_lp_io_clk_control_v5.3' into 'release/v5.3' 2024-06-11 10:45:00 +08:00
unity fix(console): fixed CONSOLE_NONE not working on C2/C3 2024-03-26 13:39:10 +08:00
usb fix(usb): Make string descriptor checks in unit tests optional 2024-06-09 12:34:37 +08:00
vfs fix(vfs): make case eventfd_select_block exit normally 2024-04-18 11:29:25 +08:00
wear_levelling fix(storage): applied spelling fixes by codespell pre-commit hook 2024-03-28 13:00:54 +01:00
wifi_provisioning refactor(protocomm): Make the protocomm proto-c headers public 2024-02-28 14:35:04 +05:30
wpa_supplicant fix(wpa_supplicant): Fix wpa3 AP crash because of dangling pointer 2024-06-24 13:54:30 +08:00
xtensa
README.md

Core Components

Overview

This document contains details about what the core components are, what they contain, and how they are organized.

Organization

The core components are organized into two groups.

The first group (referred to as G0) includes hal, arch (where arch is either riscv or xtensa depending on the chip), esp_rom, esp_common, and soc. This group contains information about and provides low-level access to the underlying hardware. In the case of esp_common, it contains hardware-agnostic code and utilities. These components may have dependencies on each other within the group, but outside dependencies should be minimized. The reason for this approach is that these components are fundamental, and many other components may require them. Ideally, the dependency relationship only goes one way, making it easier for this group to be usable in other projects.

The second group (referred to as G1) operates at a higher level than the first group. G1 includes the components esp_hw_support, esp_system, newlib, spi_flash, freertos, log, and heap. Like the first group, circular dependencies within this group are allowed, and these components can have dependencies on the first group. G1 components represent essential software mechanisms for building other components.

Descriptions

The following is a short description of the components mentioned above.

G0 Components

hal

Contains the hardware abstraction layer and low-level operation implementations for the various peripherals. The low-level functions assign meaningful names to register-level manipulations; the hardware abstraction provide operations one level above this, grouping these low-level functions into routines that achieve a meaningful action or state of the peripheral.

Example:

  • spi_flash_ll_set_address is a low-level function part of the hardware abstraction spi_flash_hal_read_block

arch

Contains low-level architecture operations and definitions, including those for customizations (can be thought of on the same level as the low-level functions of hal). This can also contain files provided by the architecture vendor.

Example:

  • xt_set_exception_handler
  • rv_utils_intr_enable
  • ERI_PERFMON_MAX

esp_common

Contains hardware-agnostic definitions, constants, macros, utilities, 'pure' and/or algorithmic functions that is useable by all other components (that is, barring there being a more appropriate component to put them in).

Example:

  • BIT(nr) and other bit manipulation utilities in the future
  • IDF_DEPRECATED(REASON)
  • ESP_IDF_VERSION_MAJOR

soc

Contains description of the underlying hardware: register structure, addresses, pins, capabilities, etc.

Example:

  • DR_REG_DPORT_BASE
  • SOC_MCPWM_SUPPORTED
  • uart_dev_s

esp_rom

Contains headers, linker scripts, abstraction layer, patches, and other related files to ROM functions.

Example:

  • esp32.rom.eco3.ld
  • rom/aes.h

G1 Components

spi_flash

SPI flash device access implementation.

freertos

FreeRTOS port to targets supported by ESP-IDF.

log

Logging library.

heap

Heap implementation.

newlib

Some functions n the standard library are implemented here, especially those needing other G1 components.

Example:

  • malloc is implemented in terms of the component heap's functions
  • gettimeofday is implemented in terms of system time in esp_system

esp_mm

Memory management. Currently, this encompasses:

  • Memory mapping for MMU supported memories
  • Memory synchronisation via Cache
  • Utils such as APIs to convert between virtual address and physical address

esp_psram

Contains implementation of PSRAM services

esp_system

Contains implementation of system services and controls system behavior. The implementations here may take hardware resources and/or decide on a hardware state needed for support of a system service/feature/mechanism. Currently, this encompasses the following, but not limited to:

  • Startup and initialization
  • Panic and debug
  • Reset and reset reason
  • Task and interrupt watchdogs

esp_hw_support

Contains implementations that provide hardware operations, arbitration, or resource sharing, especially those that is used in the system. Unlike esp_system, implementations here do not decide on a hardware state or takes hardware resource, acting merely as facilitator to hardware access. Currently, this encompasses the following, but not limited to:

  • Interrupt allocation
  • Sleep functions
  • Memory functions (external SPIRAM, async memory, etc.)
  • Clock and clock control
  • Random generation
  • CPU utilities
  • MAC settings

esp_hw_support vs esp_system

This section details list some implementations and the reason for placing it in either esp_hw_support or esp_system.

task_wdt.c (esp_system) vs intr_alloc.c (esp_hw_support)

The task watchdog fits the definition of taking and configuring hardware resources (wdt, interrupt) for implementation of a system service/mechanism.

This is in contrast with interrupt allocation that merely facilitates access to the underlying hardware for other implementations - drivers, user code, and even the task watchdog mentioned previously!

crosscore_int.c (esp_system)

The current implementation of crosscore interrupts is tightly coupled with a number of interrupt reasons associated with system services/mechanisms: REASON_YIELD (scheduler), REASON_FREQ_SWITCH (power management) REASON_PRINT_BACKTRACE (panic and debug).

However, if an implementation exists that makes it possible to register an arbitrary interrupt reason - a lower level inter-processor call if you will, then this implementation is a good candidate for esp_hw_support. The current implementation in esp_system can then just register the interrupt reasons mentioned above.

esp_mac.h, esp_chip_info.h, esp_random.h (esp_hw_support)

The functions in these headers used to be in esp_system.h, but have been split-off.

The remaining functions in esp_system.h are those that deal with system behavior, such as esp_register_shutdown_handler, or are proxy for other system components's APIs such as esp_get_free_heap_size.

The functions split-off from esp_system.h are much more hardware manipulation oriented such as: esp_read_mac, esp_random and esp_chip_info.