|
ProtoCore v0.0.2
Deterministic, zero-heap network stack for embedded targets
|
Platform answers for a target with no RTOS concept of a task - host builds included. More...
#include "board_drivers/board_profiles/pc_platform.h"Go to the source code of this file.
Functions | |
| uintptr_t | pc_platform_context_id (void) |
Platform answers for a target with no RTOS concept of a task - host builds included.
Returns a single constant context id. Everything compares equal, so the pools' owner tripwire is inert here rather than raising a false alarm: with one context there is no cross-task borrow to catch. A vendor that DOES have tasks must supply its own, exactly as Espressif does.
Definition in file portable_platform.cpp.
| uintptr_t pc_platform_context_id | ( | void | ) |
Definition at line 17 of file portable_platform.cpp.