Ivan Grokhotkov 0332b8db07 Revert "Merge branch 'feature/freertos_10.4.3_sync_various_functions' into 'master'" il y a 3 ans
..
app_trace 0332b8db07 Revert "Merge branch 'feature/freertos_10.4.3_sync_various_functions' into 'master'" il y a 3 ans
app_update 0519f604db app_update: Moved app metadata to new component `esp_app_format` il y a 3 ans
bootloader 572e79530c Merge branch 'bugfix/c2_skip_validate' into 'master' il y a 3 ans
bootloader_support 3a429b8b7a Bootloader: print date and time to the banner on boot il y a 3 ans
bt 71bc1a28cc Merge branch 'fix/DOC_3566' into 'master' il y a 3 ans
cmock 766aa57084 Build & config: Remove leftover files from the unsupported "make" build system il y a 4 ans
console 5b88c6b142 console: pass esp_console_repl_universal_t pointer to the repl task il y a 3 ans
cxx 781d06af73 esp_hw_support: Remove compare_set.h API il y a 3 ans
driver 3ca44d4d0f Merge branch 'docs/update_get-started' into 'master' il y a 3 ans
efuse 726e985b34 adc: esp32s2: fix unit to offset calculation il y a 3 ans
esp-tls 6319970ab7 esp_tls/wpa_supplicant: Updated deprecated mbedtls APIs il y a 3 ans
esp_adc 49dc1a32c5 Merge branch 'bugfix/remove_esp_adc_wno_flag' into 'master' il y a 3 ans
esp_app_format fb93901d5b esp_app_format: Added test-app il y a 3 ans
esp_common c6e9a0c350 esp_common: make esp_err_to_name and ESP_ERROR_CHECK usable on Linux il y a 3 ans
esp_eth f6b2414bb5 Merge branch 'bugfix/esp_eth_test_rx' into 'master' il y a 3 ans
esp_event 95a05cd83d doc (esp_event): removed deprecation notes il y a 3 ans
esp_gdbstub f4a220b3f9 gdbstub: fixed build-error due to potentially uninitialized variable on -O2 il y a 3 ans
esp_hid 401c10ecfb build system: re-add -Wno-format as private flag for some components il y a 3 ans
esp_http_client 791d17ac7f ci: Migrate unit-test for esp_http_client to component-test-apps il y a 3 ans
esp_http_server 463b02eeec http_server: Increment active socket count for SSL session il y a 3 ans
esp_https_ota 1c92feae38 esp_https_ota: fix bug where `http_client_init_cb` is called after `esp_http_client_perform()` instead of before. il y a 3 ans
esp_https_server 46bc5eedb6 esp_https_server: fix issue with default initialization through `HTTPD_SSL_CONFIG_DEFAULT` il y a 3 ans
esp_hw_support 726e985b34 adc: esp32s2: fix unit to offset calculation il y a 3 ans
esp_lcd 8e2d307c52 lcd: fix wrong bpp size of rgb666 format il y a 3 ans
esp_local_ctrl 401c10ecfb build system: re-add -Wno-format as private flag for some components il y a 3 ans
esp_netif 83b8556f10 esp_netif: Migrate SLIP interface to user-space il y a 3 ans
esp_phy 401c10ecfb build system: re-add -Wno-format as private flag for some components il y a 3 ans
esp_pm 317f6bc024 esp_pm: fix esp32c2 no sleep_enable_memory_retention error il y a 3 ans
esp_psram ebe5861565 esp_psram: added a test for unaligned access il y a 3 ans
esp_ringbuf c0f5e123c5 Merge branch 'contrib/github_pr_9497' into 'master' il y a 3 ans
esp_rom 4e830d843a esp_wifi: Remove ieee80211_crypto_aes_128_cmac_decrypt from esp32c2 rom il y a 3 ans
esp_serial_slave_link 3610b14aef SPI : fix wrong dummy cycle on quad mode and put get-command function in spi_ll.h il y a 3 ans
esp_system ab09c07fdd esp32c6: add esp_system support il y a 3 ans
esp_timer 308e4dcbfa esp32c6: add esp_timer support il y a 3 ans
esp_wifi 067f4df513 esp_wifi: add small UT for country code il y a 3 ans
espcoredump 0071ea498f esp_app_format: Fixed build errors and resolved dependencies il y a 3 ans
esptool_py 5ebbefafc7 esp32h2: disable no_stub option il y a 3 ans
fatfs 72acbeb921 fatfsparse.py: enable automatic detection of lfn il y a 3 ans
freertos 0332b8db07 Revert "Merge branch 'feature/freertos_10.4.3_sync_various_functions' into 'master'" il y a 3 ans
hal 5934ba731e SPI: Fix SPI wrong dummy bits on ESP32H2 il y a 3 ans
heap e1f27cf31b heap: remove misleading info about malloc being equivalent to heap_caps_malloc(p, MALLOC_CAP_8BIT) il y a 3 ans
http_parser 77929ec0ac docs/en: Add entry for http_parser in copyrights page il y a 4 ans
idf_test 304a8f142d esp32c6: introduce the target il y a 3 ans
ieee802154 fefb3a9b17 openthread: update OpenThread submodule il y a 3 ans
json 766aa57084 Build & config: Remove leftover files from the unsupported "make" build system il y a 4 ans
linux f72ce6720d linux: add dummy sys/lock.h implementation (single threaded only) il y a 4 ans
log cb1033abf8 log: fix -Wformat issue when uint32_t == unsigned long il y a 3 ans
lwip 14c6d3a889 lwip: Reference official 2.1.3-esp branch il y a 3 ans
mbedtls aa4437d3d3 mbedtls: Override ecp_mul_restartable_internal il y a 3 ans
mqtt 401c10ecfb build system: re-add -Wno-format as private flag for some components il y a 3 ans
newlib 512b59f388 Merge branch 'test/newlib_blksize' into 'master' il y a 3 ans
nvs_flash 1ab3e64cee doc (nvs): added note about maximum possible namespaces il y a 3 ans
openthread fefb3a9b17 openthread: update OpenThread submodule il y a 3 ans
partition_table 401c10ecfb build system: re-add -Wno-format as private flag for some components il y a 3 ans
perfmon d6d44b4781 perfmon: fix xtensa_perfmon build target il y a 3 ans
protobuf-c b09b716f1d protobuf-c: Update submodule to v1.4.0 il y a 3 ans
protocomm a17313ad32 ci: Migrate protocomm unit tests from unit-test-app to component-test-app il y a 3 ans
pthread 401c10ecfb build system: re-add -Wno-format as private flag for some components il y a 3 ans
riscv 9d515185d0 esp32c6: clean up existing soc files and header file inclusion in IDF to be compatible with the new chip il y a 3 ans
sdmmc 401c10ecfb build system: re-add -Wno-format as private flag for some components il y a 3 ans
soc 6539aa2275 pcnt: support esp32c6 il y a 3 ans
spi_flash aea2fe0816 freertos: Adds new APIs to set/get and restore base priority il y a 3 ans
spiffs bab3830797 Tools: Fix flake8 version 5 warnings il y a 3 ans
tcp_transport 1890501ac9 Merge branch 'unit_test_for_C2_tcp_transport' into 'master' il y a 3 ans
tinyusb 45e8115dc6 usb: Add HID device example il y a 3 ans
touch_element 62ab4456a8 touch_sleep: complete the support for touch sleep il y a 3 ans
ulp c5d8e94898 freertos, ulp: Fix header inclusion to be compatible with new esp32c6 target il y a 3 ans
unity 1ac3fc79b7 unity: add linux port il y a 3 ans
usb 89f828ee02 usb_host: Fix incorrect memset() usage in HCD il y a 3 ans
vfs 8b8d525a6c vfs: use recommended `esp_cpu_dbgr_is_attached` API il y a 3 ans
wear_levelling 401c10ecfb build system: re-add -Wno-format as private flag for some components il y a 3 ans
wifi_provisioning 025a8378ef wifi_provisioning: decouple `wifi_prov_mgr_is_provisioned` from manager state il y a 3 ans
wpa_supplicant 06db6c2098 Merge branch 'bugfix/wps_ssid_len_validation' into 'master' il y a 3 ans
xtensa a97686f607 xtensa: fix swapped breakpoint and watchpoint numbers il y a 3 ans
README.md a9fda54d39 esp_hw_support/esp_system: Re-evaluate header inclusions and include directories il y a 3 ans

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
  • riscv_global_interrupts_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.