|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
esp-hosted port header: UART transport buffer size. More...
#include <stdint.h>#include "esp_hosted_transport.h"Go to the source code of this file.
Macros | |
| #define | MAX_TRANSPORT_BUFFER_SIZE (ESP_TRANSPORT_UART_MAX_BUF_SIZE) |
| Bytes framed in one UART transport packet. | |
esp-hosted port header: UART transport buffer size.
One of the ten port headers the vendored esp-hosted core includes by name (see docs/SOUP/esp-hosted-host.md). This project selects the full-duplex SPI transport, but transport selection is a preprocessor chain evaluated inside shared vendored files, so the UART header must exist with its upstream name and its one upstream macro.
Definition in file port_esp_hosted_host_uart.h.
| #define MAX_TRANSPORT_BUFFER_SIZE (ESP_TRANSPORT_UART_MAX_BUF_SIZE) |
Bytes framed in one UART transport packet.
Derived from the vendored ESP_TRANSPORT_UART_MAX_BUF_SIZE (1600). The UART transport carries the same esp-hosted payload header as the SPI one, so the frame size matches; only the pacing differs.
Definition at line 44 of file port_esp_hosted_host_uart.h.