unit tests: Use a unit test app partition table, configure spi_flash to use data partition

This commit is contained in:
Angus Gratton
2017-02-21 13:40:42 +11:00
parent 4170b8c32e
commit f687725e97
8 changed files with 190 additions and 84 deletions

View File

@@ -7,8 +7,6 @@
#include <esp_spi_flash.h>
#include <esp_attr.h>
#include "test_config.h"
struct flash_test_ctx {
uint32_t offset;
bool fail;