ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
port_esp_hosted_host_log.h
Go to the documentation of this file.
1
32
33#pragma once
34
35#include "esp_log.h"
36
70#define DEFINE_LOG_TAG(tag) [[maybe_unused]] static const char* s_esp_hosted_tag = "H_" #tag
71
83#define TAG s_esp_hosted_tag
ESP-IDF-compatible logging surface, implemented by this port.