16#include <soc/soc_caps.h>
41#if SOC_CPU_CORES_NUM > 1
56#if SOC_CPU_CORES_NUM > 1
61 return "unknown(" + std::to_string(
static_cast<unsigned int>(c)) +
")";
70#ifdef CONFIG_IDFXX_STD_FORMAT
77 constexpr auto parse(format_parse_context& ctx) {
return ctx.begin(); }
79 template<
typename FormatContext>
82 return std::copy(s.begin(), s.end(), ctx.out());
core_id
Identifies a specific CPU core.
std::string to_string(core_id c)
Returns a string representation of a CPU core identifier.