esp-idf/components
Darian Leung 99ec1c98f5
refactor(usb/usbh): Update USBH device creation and enumeration handling
This commit updates how the USBH handles device creation and enumeration so that
upper layers (such as the Hub driver) can use the USBH API for enumeration instead
of calling the HCD.

USBH Updates:

USBH now creates unenumerated devices set to address 0 with no device/config
descriptor. A newly created device can be opened and communicated with immediately
(using control transfers). This allows the Hub driver to call the USBH instead of
the HCD. Summary of USBH changes:

- Added new APIs to add/remove a device. Devices are now created as unenumerated
and can be immediately opened and communicated with.
- Added new APIs to enumerate a device (see 'usbh_dev_set_...()' functions). Device
must be locked (see 'usbh_dev_enum_lock()') before enumeration functions can be called.
- Added UID for each device. This allows the particular USBH without needing to
use the device's handle (which implies opening the device).

Hub Driver Updates:

Hub driver now calls the USBH for enumeration. Summary of USBH changes:

- Replace all 'hcd_pipe_...()' calls with 'usbh_dev_...()' calls
- Refactored port event handling to fit with new USBH API
- Updated to use UID to uniquely identify devices without opening them

USB Host Updates:

- Reroute USBH control transfers to clients and hub driver
2024-04-23 17:18:56 +08:00
..
app_trace Merge branch 'fix/gcov_win_mixed_path' into 'master' 2024-04-11 13:56:10 +08:00
app_update feat: Enable app_update test app for ESP32P4 2024-04-17 11:21:34 +05:30
bootloader
bootloader_support Merge branch 'bugfix/p4_reserved_rtc_mem' into 'master' 2024-04-17 16:45:57 +08:00
bt Merge branch 'feat/optimzie_ble_ctrl_memory' into 'master' 2024-04-22 22:50:58 +08:00
cmock
console fix(linenoise): Skip 0x00 to 0x1F character in dump mode 2024-04-17 13:13:58 +02:00
cxx
driver draft(i2c): need to support regdma_i2c for esp32c5beta3 2024-04-12 14:14:06 +08:00
efuse
esp-tls
esp_adc
esp_app_format
esp_bootloader_format
esp_coex feat(coex): support esp32c5 beta3 coexist 2024-04-10 14:09:40 +08:00
esp_common change(version): Update version to v5.4-dev 2024-04-22 22:43:44 +02:00
esp_driver_ana_cmpr
esp_driver_cam feat(csi): add a test that no backup buffer usage 2024-04-18 10:42:22 +08:00
esp_driver_dac
esp_driver_gpio
esp_driver_gptimer feat(gptimer): support timer group driver on c5 mp 2024-04-11 15:52:34 +08:00
esp_driver_i2c Merge branch 'fix/i2c_pin_short_cut' into 'master' 2024-04-15 19:15:35 +08:00
esp_driver_i2s
esp_driver_isp
esp_driver_jpeg fix(jpeg): Fix issue that jpeg encoder does not end with 0xffd9 2024-04-18 12:39:09 +08:00
esp_driver_ledc
esp_driver_mcpwm
esp_driver_parlio
esp_driver_pcnt
esp_driver_rmt feat(rmt): Add simple callback encoder 2024-04-11 15:54:52 +08:00
esp_driver_sdio
esp_driver_sdm
esp_driver_sdmmc ci(sdmmc): add test config for p4 2024-04-17 12:49:23 +02:00
esp_driver_sdspi
esp_driver_spi change(drivers): other driver changes for cache malloc 2024-04-15 15:34:51 +08:00
esp_driver_tsens
esp_driver_uart Merge branch 'bugfix/forbid_uart_suspend_auto_lightsleep' into 'master' 2024-04-10 10:49:24 +08:00
esp_driver_usb_serial_jtag
esp_eth fix(esp_eth): made access to PHY registers for DM9051 more robust 2024-04-15 15:39:23 +08:00
esp_event
esp_gdbstub
esp_hid
esp_http_client
esp_http_server Merge branch 'contrib/github_pr_13462' into 'master' 2024-04-22 14:17:21 +08:00
esp_https_ota
esp_https_server
esp_hw_support Merge branch 'bugfix/fix_esp32p4_light_sleep_issues' into 'master' 2024-04-18 19:18:56 +08:00
esp_lcd feat(mipi_dsi): add callback to notify refresh done 2024-04-11 18:02:09 +08:00
esp_local_ctrl
esp_mm change(test): test changes for esp cache malloc 2024-04-15 15:34:51 +08:00
esp_netif
esp_netif_stack
esp_partition
esp_phy Merge branch 'bugfix/fix_coded_phy_s8_tx_issue' into 'master' 2024-04-10 20:45:15 +08:00
esp_pm feat(esp_pm): add cases to test coexistence of sleep and PSRAM features 2024-04-18 18:07:07 +08:00
esp_psram
esp_ringbuf
esp_rom Merge branch 'bugfix/p4_ulp_wakeup' into 'master' 2024-04-18 16:23:16 +08:00
esp_system fix(system): esp32p4: fix mepc when load/store failure occurred 2024-04-18 19:49:19 +04:00
esp_timer ci: Added missing generic tag to psram tests 2024-04-16 09:17:41 +02:00
esp_vfs_console fix(console): Fsync not propagated to secondary output 2024-04-11 13:01:34 +02:00
esp_wifi fix(esp_wifi): Correct action frame type in send_mgmt_frame API 2024-04-22 16:08:18 +05:30
espcoredump fix(coredump): fix build error with the custom stack config 2024-04-09 13:36:30 +08:00
esptool_py Merge branch 'feat/add_merged_bin_cmd' into 'master' 2024-04-22 17:55:36 +08:00
fatfs feat(storage/fatfs): update deprecated syntax for tests 2024-04-17 10:37:31 +02:00
freertos Merge branch 'bugfix/fix_esp32p4_light_sleep_issues' into 'master' 2024-04-18 19:18:56 +08:00
hal refactor(usb/hcd): Allow port resets with allocated pipes 2024-04-23 16:50:53 +08:00
heap fix(rtc_memory): fix conflict between LP-ROM and RTC reserved 2024-04-17 13:37:56 +08:00
http_parser
idf_test
ieee802154 fix(ieee802154): fix ieee802154 include header file issue and unused value issue 2024-04-18 11:42:35 +08:00
json
linux
log
lwip
mbedtls change(drivers): other driver changes for cache malloc 2024-04-15 15:34:51 +08:00
mqtt change(mqtt): Update esp-mqtt submodule 2024-04-15 15:04:08 +08:00
newlib fix(newlib): Allow for timefunc customization if not impl 2024-04-09 16:49:16 +08:00
nvs_flash feat(docs): Add workflow for externally enabling NVS Encryption 2024-04-19 11:29:21 +05:30
nvs_sec_provider
openthread feat(openthread): support openthread ephemeral key 2024-04-19 14:49:10 +08:00
partition_table
perfmon
protobuf-c
protocomm fix(ble/bluedroid): Remove BLE functions discard declaration 2024-04-18 15:53:54 +08:00
pthread ci: Added missing generic tag to psram tests 2024-04-16 09:17:41 +02:00
riscv fix(system): esp32p4: fix mepc when load/store failure occurred 2024-04-18 19:49:19 +04:00
sdmmc feat(sdmmc): add support for PSRAM DMA on ESP32-P4 2024-04-12 12:56:18 +02:00
soc Merge branch 'ci/enable_doc_build_for_esp32c5' into 'master' 2024-04-19 11:50:10 +08:00
spi_flash fix(spi_flash): fix a bug where l2 cache was configured from flash 2024-04-15 13:55:38 +08:00
spiffs
tcp_transport Merge branch 'fix/websocket_first_packet_2' into 'master' 2024-04-08 17:50:03 +08:00
touch_element
ulp ci(doc): enable doc build for esp32c5 2024-04-18 19:39:29 +08:00
unity
usb refactor(usb/usbh): Update USBH device creation and enumeration handling 2024-04-23 17:18:56 +08:00
vfs fix(vfs): make case eventfd_select_block exit normally 2024-04-18 11:29:25 +08:00
wear_levelling
wifi_provisioning
wpa_supplicant fix(esp_wifi): Correct action frame type in send_mgmt_frame API 2024-04-22 16:08:18 +05:30
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.