@web-font-path: "roboto-debian.css";
#include "pico/types.h"#include "pico/version.h"#include "pico/config.h"#include "pico/platform.h"#include "pico/error.h"
Go to the source code of this file.
Macros | |
| #define | __PICO_STRING(x) |
| #define | __PICO_XSTRING(x) |
| #define | __PICO_CONCAT1(x, y) |
| #define | pico_board_cmake_set(x, y) |
| A marker used in board headers to specify a CMake variable and value that should be set in the CMake build when the board header is used. | |
| #define | pico_board_cmake_set_default(x, y) |
| A marker used in board headers to specify a CMake variable and value that should be set in the CMake build when the board header is used, if that CMake variable has not already been set. | |
| #define __PICO_CONCAT1 | ( | x, | |
| y ) |
| #define __PICO_STRING | ( | x | ) |
| #define __PICO_XSTRING | ( | x | ) |