ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
port_esp_hosted_host_uart.h
Go to the documentation of this file.
1
19
20#pragma once
21
22/* Before esp_hosted_transport.h: the vendored header spells uint8_t and
23 * uint16_t without including <stdint.h>, relying on an ESP-IDF build having
24 * pulled one in earlier. It is SOUP and cannot be edited, so its one
25 * first-party includer supplies the dependency instead. */
26#include <stdint.h>
27
28#include "esp_hosted_transport.h"
29
44#define MAX_TRANSPORT_BUFFER_SIZE (ESP_TRANSPORT_UART_MAX_BUF_SIZE)