esp-idf/components/esp_rom/include
Ricardo Quesada f21a43b622 fix(uart): add missing include for rom/uart.h
Without this include it fails to compile with this error:

```
esp/esp-idf-v5.2/components/esp_rom/include/esp32/rom/uart.h:262:32: error: implicit declaration of function 'UART_STATUS_REG' [-Werror=implicit-function-declaration]
  262 |         status = READ_PERI_REG(UART_STATUS_REG(uart_no));
```

Merges https://github.com/espressif/esp-idf/pull/13025
2024-03-01 14:36:50 +08:00
..
esp32/rom fix(uart): add missing include for rom/uart.h 2024-03-01 14:36:50 +08:00
esp32c2/rom esp_rom: fix rom layout issues 2023-07-07 01:02:07 -07:00
esp32c3/rom esp_rom: fix rom layout issues 2023-07-07 01:02:07 -07:00
esp32c6/rom fix(esp_rom): remove unsupported rom headers 2023-07-12 01:06:04 -07:00
esp32h2/rom fix(system): update reset reasons for C6 and H2 2024-02-22 12:36:09 +08:00
esp32s2/rom esp_rom: convert USB related headers to SPDX, update COPYRIGHTS.rst 2023-11-21 17:33:30 +01:00
esp32s3/rom esp_rom: convert USB related headers to SPDX, update COPYRIGHTS.rst 2023-11-21 17:33:30 +01:00
linux/soc [esp_rom]: Partially buildable for linux 2021-08-03 12:03:24 +08:00
esp_rom_crc.h esp_rom: extract common CRC apis into esp_rom_crc.h 2020-06-23 16:40:14 +08:00
esp_rom_efuse.h system/sleep: further fix spi flash/ram current leakage 2022-07-21 19:14:26 +08:00
esp_rom_gpio.h soc: combine xxx_caps.h into one soc_caps.h 2020-10-17 16:10:15 +08:00
esp_rom_lldesc.h refactor (soc, esp_rom)!: removed target-specific ROM dependencies 2022-07-05 13:57:58 +08:00
esp_rom_md5.h esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
esp_rom_regi2c.h hw_support: fixed regi2c not protected by lock on ESP32S2 2022-03-13 00:24:08 +08:00
esp_rom_spiflash_defs.h spi_flash: refactor spi_flash.h to esp_rom_spiflash.h but keep the content in spi_flash.h 2021-12-30 14:12:31 +08:00
esp_rom_spiflash.h spi_flash: refactor spi_flash.h to esp_rom_spiflash.h but keep the content in spi_flash.h 2021-12-30 14:12:31 +08:00
esp_rom_sys.h esp_rom: add common ROM API to update CPU tick rate 2023-06-01 10:57:13 +08:00
esp_rom_tlsf.h esp_rom: add rom tlsf function prototype instead of void * 2022-10-19 17:54:50 +08:00
esp_rom_uart.h rom: patch uart function to switch buffer 2023-01-31 13:11:32 +08:00
miniz.h move {target}/rom/miniz.h to a common miniz.h 2022-11-15 15:39:39 +08:00