7#include "../../bootloader_test/api/bl_interface.h"
18#define MAX_TESTED_MEMORY_AREAS 16
21#define START_TEST(_name_, _desc_) Print_printf("\nTEST [%s]: %s\n", \
25#define END_TEST(_name_, _res_) Print_printf("TEST [%s]: %s\n", \
26 #_name_, _res_ ? "OK" : "FAIL");
Global interface entry point with a version id.
bool Tests_timings(bl_interface_t *interface)
Test flash read/write/erase timings.
bool Tests_info(bl_interface_t *interface)
Tests that prints informations about memory area and flash.
bool Tests_test_scratchpad(const scratchpad_services_t *scrat_services)
Tests scratchpad library.
bool Tests_areas(bl_interface_t *interface)
Test read/write/erase in memory areas.