Merge branch 'feature/driver_mock' into 'master'

[driver]: added mocking of spi master and gpio

See merge request espressif/esp-idf!12054
This commit is contained in:
Angus Gratton
2021-06-28 00:38:44 +00:00
13 changed files with 303 additions and 1 deletions
@@ -17,6 +17,7 @@
#include "param_test.h"
#include "soc/io_mux_reg.h"
#include "sdkconfig.h"
#include "soc/spi_periph.h"
// All the tests using the header should use this definition as much as possible,
// so that the working host can be changed easily in the future.