esp-idf/components
2024-07-05 08:58:47 +02:00
..
app_trace
app_update ci(esp32c5): enable c5 target test 2024-07-02 16:45:49 +08:00
bootloader Merge branch 'feature/esp32c5_memory_protection' into 'master' 2024-06-26 19:18:39 +08:00
bootloader_support ci(esp32c5): enable c5 target test 2024-07-02 16:45:49 +08:00
bt fix(ble-mesh): don't use dangling pointer in nimble gatt service 2024-07-05 08:58:47 +02:00
cmock
console Merge branch 'refactor/linux_remove_unused_watchpoint_config' into 'master' 2024-07-01 16:55:01 +08:00
cxx
driver ci(esp32c5): enable c5 target test 2024-07-02 16:45:49 +08:00
efuse feat(build): add COMPILER_STATIC_ANALYZER option 2024-06-18 14:25:37 +08:00
esp_adc change(adc): refactor DMA memory allocation 2024-06-17 11:12:06 +08:00
esp_app_format fix(linux): Fixed linux target build failure in esp_app_format for MacOS 2024-05-24 16:29:43 +02:00
esp_bootloader_format
esp_coex change(esp_rom): optimize target-specific header files layout in components/esp_rom 2024-06-27 11:24:45 +08:00
esp_common feat(build): add COMPILER_STATIC_ANALYZER option 2024-06-18 14:25:37 +08:00
esp_driver_ana_cmpr fix: properly resolve component dependencies 2024-05-30 22:01:55 +08:00
esp_driver_cam Merge branch 'doc/isp_bf_dvp_programming_guide' into 'master' 2024-06-12 14:13:11 +08:00
esp_driver_dac fix(kconfig): fixed peripheral driver kconfig inconsistencies 2024-06-03 11:51:00 +08:00
esp_driver_gpio ci(esp32c5): enable c5 target test 2024-07-02 16:45:49 +08:00
esp_driver_gptimer Merge branch 'feat/ci_check_ll_rw_register_half_word' into 'master' 2024-06-18 20:38:15 +08:00
esp_driver_i2c ci(esp32c5): enable c5 target test 2024-07-02 16:45:49 +08:00
esp_driver_i2s ci(esp32c5): enable c5 target test 2024-07-02 16:45:49 +08:00
esp_driver_isp feat(isp_awb): support to change config after initialized 2024-06-17 11:19:59 +08:00
esp_driver_jpeg feat(ci): check LL functions not read write register by half word 2024-06-18 14:58:41 +08:00
esp_driver_ledc ci(esp32c5): enable c5 target test 2024-07-02 16:45:49 +08:00
esp_driver_mcpwm ci(esp32c5): enable c5 target test 2024-07-02 16:45:49 +08:00
esp_driver_parlio ci(esp32c5): enable c5 target test 2024-07-02 16:45:49 +08:00
esp_driver_pcnt ci(esp32c5): enable c5 target test 2024-07-02 16:45:49 +08:00
esp_driver_ppa feat(ci): check LL functions not read write register by half word 2024-06-18 14:58:41 +08:00
esp_driver_rmt ci(esp32c5): enable c5 target test 2024-07-02 16:45:49 +08:00
esp_driver_sdio feat(ci): check LL functions not read write register by half word 2024-06-18 14:58:41 +08:00
esp_driver_sdm fix(kconfig): fixed peripheral driver kconfig inconsistencies 2024-06-03 11:51:00 +08:00
esp_driver_sdmmc fix(sdmmc): fix invalid data when reading/writing PSRAM buffers 2024-06-05 13:12:03 +02:00
esp_driver_sdspi remove(c5beta3): remove c5 beta3 doxy files 2024-06-17 12:02:15 +08:00
esp_driver_spi Merge branch 'ci/enable_c5_target_test' into 'master' 2024-07-03 12:01:24 +08:00
esp_driver_touch_sens refactor(touch): refactor the filter configuration 2024-06-18 14:36:09 +08:00
esp_driver_tsens fix(kconfig): fixed peripheral driver kconfig inconsistencies 2024-06-03 11:51:00 +08:00
esp_driver_uart feat(rtcio): support RTCIO on ESP32C5 2024-06-28 22:01:55 +08:00
esp_driver_usb_serial_jtag refactor(usb-serial-jtag): usb-serial-jtag driver simplification to fix rom print coexistence 2024-06-26 15:47:25 +08:00
esp_eth test(emac): register are not read/write by half-word 2024-06-19 22:39:50 +08:00
esp_event refactor(linux): remove explicit watchpoint configs 2024-06-28 18:01:37 +02:00
esp_gdbstub
esp_hid Fix stack overflow bug for examples/bluetooth/esp_hid_device when using esp32s3 with nimble 2024-06-11 16:13:34 +03:30
esp_http_client fix: fixed allocating if_name in client context multiple times 2024-06-19 11:39:56 +05:30
esp_http_server change(esp_netif): Add Non-Fatal errtype to indicate lower layer medium failure 2024-06-11 09:20:49 +02:00
esp_https_ota
esp_https_server
esp_hw_support ci(esp32c5): enable c5 target test 2024-07-02 16:45:49 +08:00
esp_lcd Merge branch 'ci/re-enable_spi_lcd_test_on_p4' into 'master' 2024-07-03 18:32:21 +08:00
esp_local_ctrl feat(build): add COMPILER_STATIC_ANALYZER option 2024-06-18 14:25:37 +08:00
esp_mm feat(build): add COMPILER_STATIC_ANALYZER option 2024-06-18 14:25:37 +08:00
esp_netif ci(esp32c5): enable c5 target test 2024-07-02 16:45:49 +08:00
esp_netif_stack
esp_partition fix(storage/esp_partition): add option to control erase check during write for linux target 2024-05-28 10:05:58 +02:00
esp_phy fix(phy): add phy calibration data check when mode is not none calibration 2024-06-25 10:53:25 +08:00
esp_pm ci(esp32c5): enable c5 target test 2024-07-02 16:45:49 +08:00
esp_psram fix(esp_system): fixed not necessary public require to bootloader_support 2024-06-12 12:13:06 +08:00
esp_ringbuf feat(build): add COMPILER_STATIC_ANALYZER option 2024-06-18 14:25:37 +08:00
esp_rom Merge branch 'ci/enable_c5_target_test' into 'master' 2024-07-03 12:01:24 +08:00
esp_system test(misc): enable misc tests that have been missed during bringup 2024-06-28 13:24:28 +08:00
esp_timer test(misc): enable misc tests that have been missed during bringup 2024-06-28 13:24:28 +08:00
esp_vfs_console fix(storage/vfs): always register /dev/null on startup 2024-05-28 07:55:37 +02:00
esp_wifi fix(wifi): Fix issue of supplicant using wrong parameters to configure bss 2024-07-01 15:32:45 +05:30
esp-tls feat(build): add COMPILER_STATIC_ANALYZER option 2024-06-18 14:25:37 +08:00
espcoredump docs(c61): add docs build for C61 2024-06-03 10:24:27 +08:00
esptool_py feat(clk): Add basic clock support for esp32c5 mp 2024-06-26 14:26:34 +08:00
fatfs fix(fatfs): fix memory overlapping issue in vfs_fat.c 2024-05-22 13:06:59 +02:00
freertos ci(esp32c5): enable c5 target test 2024-07-02 16:45:49 +08:00
hal Merge branch 'ci/re-enable_spi_lcd_test_on_p4' into 'master' 2024-07-03 18:32:21 +08:00
heap test(misc): enable misc tests that have been missed during bringup 2024-06-28 13:24:28 +08:00
http_parser
idf_test feat(intr): basic interrupt/freertos support for C61 2024-06-12 09:25:47 +08:00
ieee802154 Merge branch 'fix/ieee802154_can_not_sleep_when_only_pm_enable' into 'master' 2024-06-05 10:01:06 +08:00
json feat(cjson): update submodule to v1.7.18 2024-05-16 16:16:24 +05:30
linux
log Merge branch 'feature/esp_rom_vprintf' into 'master' 2024-05-31 17:42:56 +08:00
lwip Merge branch 'fix/lwip_eth_deps' into 'master' 2024-06-28 19:08:47 +08:00
mbedtls fix(mbedtls): correct help text for few config options 2024-07-03 09:51:28 +05:30
mqtt change(mqtt): Update esp_mqtt submodule 2024-06-17 13:06:35 +08:00
newlib ci(esp32c5): enable c5 target test 2024-07-02 16:45:49 +08:00
nvs_flash change(esp_rom): optimize target-specific header files layout in components/esp_rom 2024-06-27 11:24:45 +08:00
nvs_sec_provider
openthread fix(openthread): register uart vfs devices when they are not registered 2024-06-14 19:02:06 +08:00
partition_table feat(partition_table): Adds --ignore-readonly flag 2024-06-18 13:11:56 +03:00
perfmon
protobuf-c
protocomm
pthread Merge branch 'contrib/github_pr_14084' into 'master' 2024-07-02 13:31:52 +08:00
riscv remove(c5beta3): remove c5 beta3 system files 2024-06-17 12:02:15 +08:00
sdmmc fix(sdmmc): fix warnings found by GNU static analyzer 2024-06-18 14:25:37 +08:00
soc Merge branch 'docs/update_cn_trans_for_4_files' into 'master' 2024-07-03 14:55:03 +08:00
spi_flash ci(esp32c5): enable c5 target test 2024-07-02 16:45:49 +08:00
spiffs feat(storage/spiffs): add host test for disabled erase check 2024-05-29 11:00:25 +02:00
tcp_transport feat(build): add COMPILER_STATIC_ANALYZER option 2024-06-18 14:25:37 +08:00
touch_element
ulp ci(esp32c5): enable c5 target test 2024-07-02 16:45:49 +08:00
unity
usb fix(usb/host): Decode error flags in ISOC transfers 2024-07-02 15:08:30 +02:00
vfs fix(vfs): fix warnings found by GNU static analyzer 2024-06-18 14:25:37 +08:00
wear_levelling feat(build): add COMPILER_STATIC_ANALYZER option 2024-06-18 14:25:37 +08:00
wifi_provisioning
wpa_supplicant fix(wifi): Fix issue of supplicant using wrong parameters to configure bss 2024-07-01 15:32:45 +05:30
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.