ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
port_esp_hosted_host_spi.h
Go to the documentation of this file.
1
36
37#pragma once
38
39/* Before esp_hosted_transport.h: the vendored header spells uint8_t and
40 * uint16_t without including <stdint.h>, relying on an ESP-IDF build having
41 * pulled one in earlier. It is SOUP and cannot be edited, so its one
42 * first-party includer supplies the dependency instead. */
43#include <stdint.h>
44
45#include "esp_hosted_transport.h"
46
63#define MAX_TRANSPORT_BUFFER_SIZE (ESP_TRANSPORT_SPI_MAX_BUF_SIZE)