7#ifndef LF_RP2040_SUPPORT_H
8#define LF_RP2040_SUPPORT_H
10#include <pico/stdlib.h>
17#define PRINTF_TAG "(" PRINTF_TIME ", " PRINTF_MICROSTEP ")"
18#define PRINTF_TIME "%lld"
19#define PRINTF_MICROSTEP "%d"
21#define LF_TIME_BUFFER_LENGTH 80
24#ifndef LF_SINGLE_THREADED
25#warning "Threaded support on rp2040 is still experimental"
29 semaphore_t notifs[NUM_CORES];
void * lf_cond_t
Definition lf_arduino_support.h:119
recursive_mutex_t lf_mutex_t
Definition lf_rp2040_support.h:27
int lf_thread_t
Definition lf_rp2040_support.h:32
struct k_mutex lf_mutex_t
Definition lf_zephyr_support.h:46