esp-idf/components
Ivan Grokhotkov 15e63f4222
fix(esp_pm): applied spelling fixes by codespell
2024-03-28 13:00:55 +01:00
..
app_trace feat(ipc): Adds a new no blocking IPC call 2024-03-22 19:49:42 +02:00
app_update
bootloader feat(esp32c5mp): add temporary esp-rom 2024-03-14 15:09:22 +08:00
bootloader_support fix(bootloader_support): Fix API not defined for application 2024-03-28 15:05:10 +05:30
bt Merge branch 'bugfix/fix_bt_cmakefile_error_on_c2' into 'master' 2024-03-28 12:00:53 +08:00
cmock
console refactor(console): made help command sorting depend on Kconfig option 2024-03-21 16:33:44 +08:00
cxx feat(cxx): get rid of _Unwind_SetEnableExceptionFdeSorting 2024-03-15 12:36:00 +04:00
driver Merge branch 'feat/c6lite_c61_ci_header_tmp_app' into 'master' 2024-03-28 11:45:20 +08:00
efuse feat(esp32c61): ci enable header check, fix c61 build 2024-03-27 19:39:59 +08:00
esp-tls Merge branch 'fix/add_libbsd_string_h' into 'master' 2024-03-21 10:11:25 +08:00
esp_adc Merge branch 'feat/c6lite_c61_ci_header_tmp_app' into 'master' 2024-03-28 11:45:20 +08:00
esp_app_format feat(all): Use PRIx macro in all logs 2024-03-12 11:15:53 +02:00
esp_bootloader_format
esp_coex feat(coex): support to scan long time on channel, fix coexist sync issue 2024-03-13 10:54:41 +08:00
esp_common Merge branch 'fix/add_libbsd_string_h' into 'master' 2024-03-21 10:11:25 +08:00
esp_driver_ana_cmpr fix(drivers): fix typos found by codespell 2024-03-28 10:01:27 +08:00
esp_driver_cam fix(drivers): fix typos found by codespell 2024-03-28 10:01:27 +08:00
esp_driver_dac fix(drivers): fix typos found by codespell 2024-03-28 10:01:27 +08:00
esp_driver_gpio fix(drivers): fix typos found by codespell 2024-03-28 10:01:27 +08:00
esp_driver_gptimer fix(drivers): fix typos found by codespell 2024-03-28 10:01:27 +08:00
esp_driver_i2c fix(drivers): fix typos found by codespell 2024-03-28 10:01:27 +08:00
esp_driver_i2s Merge branch 'feature/i2s_support_asynch_read_write_via_callback' into 'master' 2024-03-28 11:50:13 +08:00
esp_driver_jpeg fix(drivers): fix typos found by codespell 2024-03-28 10:01:27 +08:00
esp_driver_ledc fix(drivers): fix typos found by codespell 2024-03-28 10:01:27 +08:00
esp_driver_mcpwm fix(drivers): fix typos found by codespell 2024-03-28 10:01:27 +08:00
esp_driver_parlio fix(drivers): fix typos found by codespell 2024-03-28 10:01:27 +08:00
esp_driver_pcnt fix(drivers): fix typos found by codespell 2024-03-28 10:01:27 +08:00
esp_driver_rmt fix(drivers): fix typos found by codespell 2024-03-28 10:01:27 +08:00
esp_driver_sdio fix(drivers): fix typos found by codespell 2024-03-28 10:01:27 +08:00
esp_driver_sdm fix(drivers): fix typos found by codespell 2024-03-28 10:01:27 +08:00
esp_driver_sdmmc change(sdmmc): update ldo acquire driver to new API 2024-03-25 21:19:12 +08:00
esp_driver_sdspi fix(drivers): fix typos found by codespell 2024-03-28 10:01:27 +08:00
esp_driver_spi Merge branch 'feat/c6lite_c61_ci_header_tmp_app' into 'master' 2024-03-28 11:45:20 +08:00
esp_driver_tsens fix(drivers): fix typos found by codespell 2024-03-28 10:01:27 +08:00
esp_driver_uart fix(drivers): fix typos found by codespell 2024-03-28 10:01:27 +08:00
esp_driver_usb_serial_jtag Merge branch 'ci/console_test_coverage' into 'master' 2024-03-28 11:14:57 +08:00
esp_eth Merge branch 'bugfix/eth_l2_test_conn_wait_tmo' into 'master' 2024-03-22 17:49:53 +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 refactor(esp_hid): Create one common event loop 2024-03-14 11:34:13 +01:00
esp_http_client
esp_http_server refactor(linux): Unified libbsd handling 2024-03-08 12:26:54 +08:00
esp_https_ota
esp_https_server fix(mbedtls/aes-gcm): Fix null pointer derefernce coverity reports 2024-03-12 12:36:00 +05:30
esp_hw_support Merge branch 'feat/c6lite_c61_ci_header_tmp_app' into 'master' 2024-03-28 11:45:20 +08:00
esp_lcd fix(drivers): fix typos found by codespell 2024-03-28 10:01:27 +08:00
esp_local_ctrl
esp_mm test(cache): added test for cache_prefer_m/calloc 2024-03-26 18:03:15 +08:00
esp_netif
esp_netif_stack
esp_partition fix(storage): applied spelling fixes by codespell pre-commit hook 2024-03-28 13:00:54 +01:00
esp_phy feat(esp32c61): ci enable header check, fix c61 build 2024-03-27 19:39:59 +08:00
esp_pm fix(esp_pm): applied spelling fixes by codespell 2024-03-28 13:00:55 +01:00
esp_psram change(mpll): clean up mpll clock acquire with ldo driver 2024-03-25 22:03:49 +08:00
esp_ringbuf change(esp_ringbuf): Format pytest_esp_ringbuf.py 2024-03-15 11:22:00 +01:00
esp_rom Merge branch 'bugfix/fix_group_address_qos_frames_issue' into 'master' 2024-03-28 12:55:02 +08:00
esp_system Merge branch 'ci/console_test_coverage' into 'master' 2024-03-28 11:14:57 +08:00
esp_timer fix(esp_timer): Force to go light sleep ignoring ESP_ERR_SLEEP_REJECT 2024-03-26 13:49:24 +02:00
esp_vfs_console fix(esp_vfs_console): add esp_vfs_console component 2024-03-11 10:18:10 +01:00
esp_wifi Merge branch 'bugfix/fix_group_address_qos_frames_issue' into 'master' 2024-03-28 12:55:02 +08:00
espcoredump feat(esp32c61): ci enable header check, fix c61 build 2024-03-27 19:39:59 +08:00
esptool_py
fatfs fix(storage): applied spelling fixes by codespell pre-commit hook 2024-03-28 13:00:54 +01:00
freertos fix(freertos): Updated threshold for scheduling time test for esp32p4 2024-03-27 16:19:19 +08:00
hal Merge branch 'feat/c6lite_c61_ci_header_tmp_app' into 'master' 2024-03-28 11:45:20 +08:00
heap fix(heap): Wrong size propagated in alloc fail callback 2024-03-26 06:48:33 +01:00
http_parser
idf_test fix(freertos): Updated threshold for scheduling time test for esp32p4 2024-03-27 16:19:19 +08:00
ieee802154
json
linux refactor(linux): Unified libbsd handling 2024-03-08 12:26:54 +08:00
log feat(log): Added PRIuSIZE printf formatter macro 2024-03-20 16:41:22 +08:00
lwip refactor(linux): Unified libbsd handling 2024-03-08 12:26:54 +08:00
mbedtls feat(hal/sha): use RCC atomic block to enable/reset the SHA peripheral 2024-03-27 11:23:30 +05:30
mqtt
newlib feat(newlib): get rid of dirent.h in favor of toolchain 2024-03-15 12:36:00 +04:00
nvs_flash fix(storage): applied spelling fixes by codespell pre-commit hook 2024-03-28 13:00:54 +01:00
nvs_sec_provider
openthread feat(openthread): add max csmabackoffs for transmission 2024-03-20 18:00:33 +08:00
partition_table
perfmon
protobuf-c
protocomm
pthread
riscv fix(interrupt): fixed exit critical section on P4/C5 2024-03-24 13:13:42 +08:00
sdmmc change(sdmmc): update ldo acquire driver to new API 2024-03-25 21:19:12 +08:00
soc Merge branch 'feat/c6lite_c61_ci_header_tmp_app' into 'master' 2024-03-28 11:45:20 +08:00
spi_flash feat(esp32c61): ci enable header check, fix c61 build 2024-03-27 19:39:59 +08:00
spiffs fix(storage): applied spelling fixes by codespell pre-commit hook 2024-03-28 13:00:54 +01:00
tcp_transport fix(mbedtls/aes-gcm): Fix null pointer derefernce coverity reports 2024-03-12 12:36:00 +05:30
touch_element
ulp feat(lp_i2c): Added LP I2C support on the esp32p4 2024-03-26 08:31:54 +01:00
unity fix(console): fixed CONSOLE_NONE not working on C2/C3 2024-03-26 13:39:10 +08:00
usb fix(usb/host): Do not allow unaligned cache access for M2C direction 2024-03-26 16:41:12 +01:00
vfs fix(storage): applied spelling fixes by codespell pre-commit hook 2024-03-28 13:00:54 +01:00
wear_levelling fix(storage): applied spelling fixes by codespell pre-commit hook 2024-03-28 13:00:54 +01:00
wifi_provisioning
wpa_supplicant Merge branch 'bugfix/wps_reg_regression' into 'master' 2024-03-22 13:53:18 +08:00
xtensa
README.md

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.