Cradicle Explorer
bm_protocol
Info
Issues
Patches
Wallets
Source
Source
.github
cmake
docs
src
test
header_overrides
FreeRTOSConfig.h
app_pub_sub.h
bm_config.h
bm_l2.h
bm_serial.h
debug.h
eth_adin2111.h
portmacro.h
rebootctl_config.h
stm32_io.h
stm32u5xx.h
stm32u5xx_hal.h
stm32u5xx_ll_rtc.h
task_priorities.h
mocks
src
stubs
third_party
CMakeLists.txt
tools
.clang-format
.env.example
.gdbinit
.gitignore
.gitmodules
.pre-commit-config.yaml
BuildOptions.cmake
CMakeLists.txt
DEVELOPER.md
ENV_SETUP.md
LICENSE
README.md
environment.yml
environment_ci.yml
img.png
img_1.png
img_2.png
/
test
/
header_overrides
/ debug.h
debug.h
1
#pragma once
2
3
#include <stdio.h>
4
#define debug_printf(...) printf(__VA_ARGS__)