Wang Fang 307cdd6697 Merge branch 'docs/update_the_description_for_clock_speed_hz' into 'master' 2 years ago
..
app_trace ffa79a4b4e Modifies the argument of the sizeof statement to a legitimate array name 2 years ago
app_update b605404b06 esp_app_format: IRAM space optimization 2 years ago
bootloader 81558fb77d Merge branch 'docs/update_algorithm_and_key_from_aes-xts_to_xts-aes' into 'master' 2 years ago
bootloader_support 1ec55b7d1a spi_flash: Add GD25LQ255E flash support 2 years ago
bt ed30c4a106 Nimble: Removed the extra status field in the enh read transmit power level 2 years ago
cmock 766aa57084 Build & config: Remove leftover files from the unsupported "make" build system 4 years ago
console 4ba38c2105 Merge branch 'fix/console-build-error' into 'master' 2 years ago
cxx 0be8e03907 ci: update test apps to use run_all_single_board_cases 2 years ago
driver b4a9078f98 docs: update the description for check_speed_hz 2 years ago
efuse bf2a7b2df6 esp32h4: removed esp32h4 related codes 2 years ago
esp-tls b2af4d9689 lwip/linux: Add lwip support for networking component under linux 2 years ago
esp_adc a938fe0beb Merge branch 'bugfix/fix_adc_continuous_driver_conv_frame_issue' into 'master' 2 years ago
esp_app_format b605404b06 esp_app_format: IRAM space optimization 2 years ago
esp_bootloader_format 69838403f9 esp_bootloader_format: Adds bootloader description structure to read bootloader version from app 2 years ago
esp_coex bf2a7b2df6 esp32h4: removed esp32h4 related codes 2 years ago
esp_common c8791f30c0 compiler: replaced noreturn by __noreturn__ in header files 2 years ago
esp_eth 5da56ea361 Merge branch 'contrib/github_pr_11337' into 'master' 2 years ago
esp_event 1a5e47bd07 ci: fixed test apps overriding pytest configs 2 years ago
esp_gdbstub af1334782c esp_gdbstub: fix bp and wp numbers 2 years ago
esp_hid 20c9efed4d fix HID Host bug when handling the two consecutive connection request 2 years ago
esp_http_client 90be9cc3e8 Set state to HTTP_STATE_REQ_COMPLETE_HEADER prior to calling the 2 years ago
esp_http_server 3824eba04d feat(httpd): add support for asynchronous request handling 2 years ago
esp_https_ota 2d7ec1d239 esp_https_ota: Set user configurable ota authorization retries 2 years ago
esp_https_server c86e13c3d4 esp_https_server: Add dependency on `MBEDTLS_TLS_SERVER` config 3 years ago
esp_hw_support ec742abb25 lp-i2c: Added support for LP I2C peripheral to LP core 2 years ago
esp_lcd 5ba53c9294 rgb_lcd: make pclk gpio setting optional 2 years ago
esp_local_ctrl e7efda4709 esp_local_ctrl: Fix header inclusion 3 years ago
esp_mm bca026455c ci: remove redundent ci configs for chip support and network components 2 years ago
esp_netif 7d6241e761 esp_netif: Make esp_netif_receive() return value configurable 2 years ago
esp_netif_stack 38dec0be48 esp-netif: Support non-lwip mode, add test 3 years ago
esp_partition 542a61b6cb support SPI_FLASH_ENABLE_COUNTERS feature on esp_flash driver and rename the functions to esp_flash_xx 2 years ago
esp_phy 9894697037 Merge branch 'bugfix/close_phy_tsens_before_sleep' into 'master' 2 years ago
esp_pm dcab6368ce feature: support configuration of sleep clock calibration frequency 2 years ago
esp_psram e495d41de8 psram: supported 32MB psram on ESP32S3 2 years ago
esp_ringbuf 1a5e47bd07 ci: fixed test apps overriding pytest configs 2 years ago
esp_rom c8791f30c0 compiler: replaced noreturn by __noreturn__ in header files 2 years ago
esp_system b605404b06 esp_app_format: IRAM space optimization 2 years ago
esp_timer a300b3eb81 ci: fix invalid kconfig options in system test apps 2 years ago
esp_wifi 063460a0d3 1. Support NAN ifx for API's esp_wifi_internal_set_fix_rate and esp_wifi_set_protocol 2 years ago
espcoredump b605404b06 esp_app_format: IRAM space optimization 2 years ago
esptool_py d17248ecdf build-system: replace ADDITIONAL_MAKE_CLEAN_FILES with ADDITIONAL_CLEAN_FILES 2 years ago
fatfs 61e694d2f3 Merge branch 'fix/cd_input_sd_mode_fails' into 'master' 2 years ago
freertos a41d360842 freertos/linux: Fix use after scope exit in select() wrap 2 years ago
hal 8c1369f3aa Merge branch 'test/combined_ecc_mpi_hmac_ds_hal_verification_app' into 'master' 2 years ago
heap a300b3eb81 ci: fix invalid kconfig options in system test apps 2 years ago
http_parser 77929ec0ac docs/en: Add entry for http_parser in copyrights page 4 years ago
idf_test b16ed57b2e esp32h4: removed esp32h4 related files 2 years ago
ieee802154 dc848707db ieee802154: fix a typo in set_channel API 2 years ago
json 766aa57084 Build & config: Remove leftover files from the unsupported "make" build system 4 years ago
linux b2af4d9689 lwip/linux: Add lwip support for networking component under linux 2 years ago
log 628b633e50 log: Add master log option 2 years ago
lwip b1a07a0a8c netdb:fixed bug for getaddrinfo returns null when IPV4 mapped address 2 years ago
mbedtls 1747f2e0d1 Merge branch 'contrib/github_pr_11402' into 'master' 2 years ago
mqtt 1acfc9b5e0 ci: Migrateunit test for mqtt test to unit test app 2 years ago
newlib 1590fbd31c ci: misc fixes for newlib test app 2 years ago
nvs_flash 65ee4992ce docs: update the algorithm and key name from AES-XTS to XTS-AES 2 years ago
openthread dc848707db ieee802154: fix a typo in set_channel API 2 years ago
partition_table 9628118400 partition_table: add tests for checking secure boot part size 2 years ago
perfmon d6d44b4781 perfmon: fix xtensa_perfmon build target 3 years ago
protobuf-c a976dd1608 protobuf-c: Update submodule to v1.4.1 3 years ago
protocomm f29430239c wifi_prov_mgr: Fixed memory leak after bluetooth stack was stopping. 2 years ago
pthread dfcab42a01 pthread: fix restrict keyword usage in function declarations 2 years ago
riscv 9322c2b82d esp_gdbstup: implement runtime gdbstub for riscv 2 years ago
sdmmc e5d0e3c676 Merge branch 'bugfix/sdmmc_driver_vtaskdelay_slowdown' into 'master' 2 years ago
soc 8c1369f3aa Merge branch 'test/combined_ecc_mpi_hmac_ds_hal_verification_app' into 'master' 2 years ago
spi_flash 8c075ea61f spi_flash: remove unnecessary header includes in test_app 2 years ago
spiffs d17248ecdf build-system: replace ADDITIONAL_MAKE_CLEAN_FILES with ADDITIONAL_CLEAN_FILES 2 years ago
tcp_transport b2af4d9689 lwip/linux: Add lwip support for networking component under linux 2 years ago
touch_element 5e5343d429 TWDT: Use the new TWDT Kconfig options in the examples and tests 2 years ago
ulp ec742abb25 lp-i2c: Added support for LP I2C peripheral to LP core 2 years ago
unity 8db902c57b gpio: Refactor pytest_gpio to separate cases with labels, and update to use new IdfDut class in pytest_embedded_idf 3 years ago
usb 1be6977a9d usb_host: better debugging information during hcd_pipe_alloc() when usb_host_interface_claim() is being fulfiled. 2 years ago
vfs 0f83970368 ci: Delete ccomp_timer in IDF(witch has been moved to component manager) 2 years ago
wear_levelling 13a305656d host_test: cleanup of make based obsolete code in wl, fatfs and spi_flash 2 years ago
wifi_provisioning 5f6cb31105 lwip: Support IPv6 only mode 2 years ago
wpa_supplicant cd53393e0b Merge branch 'bugfix/mbo_ie_absent_prob_req' into 'master' 2 years ago
xtensa 0a3cfce671 Merge branch 'contrib/github_pr_10895' into 'master' 2 years ago
README.md 0c97fbd5ba riscv: Remove redundant riscv_interrupts.h header 3 years ago

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 from now on) contains hal, xtensa and riscv (referred to as arch components from now on), esp_rom, esp_common, and soc. This group contain information about and low-level access to underlying hardware; or in the case of esp_common, hardware-agnostic code and utilities. These components can depend on each other, but as much as possible have no dependencies outside the group. The reason for this is that, due to the nature of what these components contain, the likelihood is high that a lot of other components will require these. Ideally, then, the dependency relationship only goes one way. This makes it easier for these components, as a group, to be usable in another project. One can conceivably implement a competing SDK to ESP-IDF on top of these components.

The second group (referred to as G1 from now on) sits at a higher level than the first group. This group contains the components esp_hw_support, esp_system, newlib, spi_flash, freertos, log, and heap. Like the first group, circular dependencies within the group are allowed; and being at a higher level, dependency on the first group is allowed. These components represent software mechanisms essential to 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_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.