|
HF-BNO08x
0.1.0-dev
|
DFU workflow integration test for BNO08x on ESP32. More...
#include "esp_log.h"#include "freertos/FreeRTOS.h"#include "freertos/task.h"#include <array>#include <memory>#include <vector>#include "../../../inc/bno08x.hpp"#include "TestFramework.h"#include "esp32_bno08x_bus.hpp"Macros | |
| #define | CHECK_OR_RETURN(cond, fmt, ...) |
Functions | |
| void | app_main (void) |
DFU workflow integration test for BNO08x on ESP32.
This suite validates class-aware DFU features on real transport hardware:
Notes:
| #define CHECK_OR_RETURN | ( | cond, | |
| fmt, | |||
| ... ) |
| void app_main | ( | void | ) |