esp-idf/components
Peter Marcisovsky 24adb6ed3c feat(us/host): set device cfg during enumeration
- user callback funciton to set device configuration
      as a part of usb_host_install
    - callback provides device descriptor of a device being enumerated
    - user can set which cfg descriptor the USB device will be set with
    - user can filter device enumeration
    - Kconfig menu to enable callback function
    - usb_host_lib example demonstration
2024-01-04 16:09:13 +01:00
..
app_trace refactor(uart): make uart driver as component, and fix astyle 2023-12-15 17:03:51 +08:00
app_update fix(app_update): fixed undeclared variable 'ret' in esp_ota_ops.c 2023-12-20 14:58:06 +05:30
bootloader feat(bootloader_support): Encrypt only the app image instead of the whole partition 2023-12-18 17:10:17 +05:30
bootloader_support feat(esp32c5): add system related supports 2024-01-02 11:17:11 +08:00
bt fix(ble_mesh): Fix CI compile failure 2024-01-03 10:56:10 +08:00
cmock
console Merge branch 'ci/fix_qemu_intr_tests' into 'master' 2023-12-21 10:25:06 +08:00
cxx refactor(linux): excluded all non-Linux components from build 2023-10-16 17:06:54 +08:00
driver Merge branch 'feature/esp_driver_ledc' into 'master' 2023-12-29 21:15:55 +08:00
efuse feat(esp32c5): add system related supports 2024-01-02 11:17:11 +08:00
esp_adc refactor(spi): replace dma_ll related in spi by dma driver (part1) 2023-12-04 16:20:05 +08:00
esp_app_format feat(tools/cmake): Added VERSION argument to the project() macro in cmake 2023-12-05 11:29:43 +01:00
esp_bootloader_format refactor(linux): excluded all non-Linux components from build 2023-10-16 17:06:54 +08:00
esp_coex fix(coex): 802.15.4 coex break notification 2023-12-12 11:08:52 +08:00
esp_common fix(docs): fixed doxygen warnings in few headers 2023-12-15 12:28:18 +05:30
esp_driver_ana_cmpr refactor(ana_cmpr): make analog comparator driver as component 2023-11-17 10:05:22 +08:00
esp_driver_dac refactor(dac): remove redundant ll config for dac mode 2023-12-09 20:14:54 +08:00
esp_driver_gpio refactor(uart): make uart driver as component, and fix astyle 2023-12-15 17:03:51 +08:00
esp_driver_gptimer refactor(uart): make uart driver as component, and fix astyle 2023-12-15 17:03:51 +08:00
esp_driver_i2c fix(docs): fixed doxygen warnings in few headers 2023-12-15 12:28:18 +05:30
esp_driver_i2s Merge branch 'bugfix/fix_i2s_cache_sych_alignment_on_p4' into 'master' 2023-12-27 11:52:09 +08:00
esp_driver_ledc Merge branch 'feature/esp_driver_ledc' into 'master' 2023-12-29 21:15:55 +08:00
esp_driver_mcpwm feat(rmt): move the driver to a new component 2023-11-25 00:29:53 +00:00
esp_driver_pcnt feat(mcpwm): refactor mcpwm driver into a component 2023-11-09 22:05:06 +08:00
esp_driver_rmt feat(rmt): move the driver to a new component 2023-11-25 00:29:53 +00:00
esp_driver_sdio refactor(sdio): place sdio slave driver into a new component 2023-11-22 10:37:31 +08:00
esp_driver_sdm change(sdm): move driver to a new component: esp_driver_sdm 2023-12-01 10:03:48 +08:00
esp_driver_sdmmc fix(sdmmc): Migrate erase/trim test cases from unit-test-app to component-test-app 2023-12-06 11:07:33 +01:00
esp_driver_sdspi fix(sdmmc): Migrate erase/trim test cases from unit-test-app to component-test-app 2023-12-06 11:07:33 +01:00
esp_driver_spi fix(spi_slave): correct param check for trans APIs 2023-12-14 12:57:02 +00:00
esp_driver_tsens fix(temperature_sensor): Fix the value is incorrect if disable and enable again 2023-12-27 10:13:12 +08:00
esp_driver_uart refactor(uart_vfs): Move uart implementation of vfs to esp_driver_uart 2023-12-15 17:14:55 +08:00
esp_eth feat(unity): upgrade to 2.6.0-RC1 2023-11-28 20:22:02 +01:00
esp_event ci(esp_event): upgrade host test to Catch2 as a component, fix build 2023-11-29 12:38:46 +01:00
esp_gdbstub Merge branch 'change/deprecate_legacy_xtensa_include_path' into 'master' 2023-12-05 15:05:29 +08:00
esp_hid feat(nimble): added HID over Gatt profile support 2023-12-16 17:42:49 +05:30
esp_http_client feat(esp_http_client): SHA256 support in digest auth 2023-12-15 11:32:57 +05:30
esp_http_server fix(esp_http_server): Add support for custom HTTP status codes 2023-12-20 16:59:38 +05:30
esp_https_ota fix(esp_https_ota): fix return code of esp_https_ota_finish API 2023-11-21 14:49:21 +05:30
esp_https_server change(components/esp_http_server): add task_caps configuration 2023-12-13 12:26:59 +05:30
esp_hw_support feat(esp32c5): add system related supports 2024-01-02 11:17:11 +08:00
esp_lcd feat(spi_lcd): control DC level for cmd, param, color phase separately 2024-01-03 14:41:07 +08:00
esp_local_ctrl feat(examples): Add BLE support in the esp_local_ctrl example 2023-12-15 11:10:26 +05:30
esp_mm Merge branch 'contrib/github_pr_12481' into 'master' 2023-12-01 19:33:19 +08:00
esp_netif fix(esp_netif): move endian.h to linux component, fix macOS build 2023-12-19 23:00:48 +01:00
esp_netif_stack
esp_partition refactor(esp_partition): Expose function for unloading partitions 2023-11-22 11:13:32 +01:00
esp_phy refactor(usb): Deprecate CONFIG_USB_OTG_SUPPORTED, use SOC_USB_OTG_SUPPORTED instead 2024-01-01 21:37:34 +08:00
esp_pm change(xtensa): Deprecate ".../xtensa_timer.h" include path 2023-11-30 21:58:52 +08:00
esp_psram feat(clk): add basic clock support for esp32p4 2023-12-29 00:37:26 +08:00
esp_ringbuf change(esp_ringbuf): specify build test dependency 2023-11-07 10:40:00 +08:00
esp_rom Merge branch 'bugfix/ble_update_lib_20231219' into 'master' 2023-12-22 14:57:15 +08:00
esp_system feat(esp32c5): add system related supports 2024-01-02 11:17:11 +08:00
esp_timer feat(esp32c5): add system related supports 2024-01-02 11:17:11 +08:00
esp_wifi Merge branch 'lwip/acceptmbox_config' into 'master' 2024-01-03 15:55:12 +08:00
esp-tls refactor: migrate atecc608a_ecdsa example to crypto authlib repository 2023-12-22 09:11:41 +05:30
espcoredump feat(coredump): save twdt panic output to coredump elf file 2023-12-05 13:28:51 +01:00
esptool_py fix(build): fix build failure if CMAKE_EXECUTABLE_SUFFIX is set 2023-11-16 08:14:19 +01:00
fatfs Merge branch 'bugfix/fatfs_fatfsparse_relaxed' into 'master' 2023-12-08 23:48:25 +08:00
freertos fix(freertos): display tasks with no affinity as -1 during tracing 2023-12-22 12:11:30 +08:00
hal Merge branch 'feature/parlio_rx_driver' into 'master' 2023-12-29 16:36:24 +08:00
heap Merge branch 'feat/heap-reset-heap-info' into 'master' 2023-12-21 19:22:40 +08:00
http_parser feat(http_parser): Add sbom manifest file 2023-09-25 16:09:32 +05:30
idf_test feat(esp32c5): introduce target esp32c5 2023-11-28 16:14:17 +08:00
ieee802154 fix(ieee802154): introduce a receive done handler feature 2023-12-27 14:33:16 +08:00
json feat: Update cJSON version to v1.7.16 2023-07-28 16:45:00 +05:30
linux fix(linux): define __assert_func for IDF_TARGET=linux on macOS 2023-12-19 23:01:00 +01:00
log docs: Provide Chinese translation for bootloader_image_format, log, random, and internal-unstable.rst 2023-12-08 17:01:36 +08:00
lwip Merge branch 'lwip/acceptmbox_config' into 'master' 2024-01-03 15:55:12 +08:00
mbedtls refactor: migrate atecc608a_ecdsa example to crypto authlib repository 2023-12-22 09:11:41 +05:30
mqtt change(mqtt): Update submodule to e6afdb 2023-09-25 08:14:02 +02:00
newlib Merge branch 'refactor/esp_driver_uart' into 'master' 2023-12-18 19:16:34 +08:00
nvs_flash Merge branch 'fix/move_nvs_partition_generator_to_pypi_package' into 'master' 2023-12-18 09:13:38 +08:00
nvs_sec_provider refactor(linux): excluded all non-Linux components from build 2023-10-16 17:06:54 +08:00
openthread fix(openthread): update lib to set raw pcb ttl value 2023-12-29 15:25:40 +08:00
partition_table fix(partition_table): Check partition size for type APP 2023-12-11 10:14:57 +05:30
perfmon refactor(linux): excluded all non-Linux components from build 2023-10-16 17:06:54 +08:00
protobuf-c
protocomm Merge branch 'feat/add_get_device_name_api' into 'master' 2023-12-27 10:37:33 +08:00
pthread feat(pthread): added pthread_condattr* stubs to avoid linker errors 2023-09-26 12:17:38 +08:00
riscv Merge branch 'feat/cache_error_c6_h2' into 'master' 2023-12-21 10:32:06 +08:00
sdmmc fix(sdmmc): remove the legacy test cases from 'components/sdmmc/test' 2023-12-06 11:14:20 +01:00
soc feat(usb): Add USB peripheral addresses for P4 2024-01-01 21:34:02 +08:00
spi_flash fix(spi_flash): Fix spi_flash counter test on CI 2023-12-18 19:03:30 +08:00
spiffs feat(partition_table): Add read-only partition flag and functionality 2023-10-11 00:01:05 +02:00
tcp_transport refactor: migrate atecc608a_ecdsa example to crypto authlib repository 2023-12-22 09:11:41 +05:30
touch_element refactor(linux): excluded all non-Linux components from build 2023-10-16 17:06:54 +08:00
ulp feat(ulp): add api to get lp_cpu wakeup cause and clear wakeup source at startup 2023-12-18 11:29:53 +08:00
unity feat(unity): upgrade to 2.6.0-RC1 2023-11-28 20:22:02 +01:00
usb feat(us/host): set device cfg during enumeration 2024-01-04 16:09:13 +01:00
vfs refactor(uart_vfs): Move uart implementation of vfs to esp_driver_uart 2023-12-15 17:14:55 +08:00
wear_levelling ci(wear_levelling): upgrade to Catch2 as a component 2023-11-29 12:38:47 +01:00
wifi_provisioning feat(wifi_prov): Add API for checking whether the provisioning state machine is idle 2023-12-19 14:09:14 +05:30
wpa_supplicant fix: add count for wpa test 2023-12-06 15:58:05 +08:00
xtensa change(xtensa): Deprecate ".../xtensa_timer.h" include path 2023-11-30 21:58:52 +08:00
README.md docs(components-readme): Fix Organization section 2023-08-16 14:26:11 +02:00

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.