Add SPI Master driver, example, test and docs

This commit is contained in:
Jeroen Domburg
2017-01-06 14:20:32 +08:00
parent e2d05d8592
commit 23455de4c2
14 changed files with 1505 additions and 25 deletions
@@ -41,6 +41,9 @@ typedef enum {
PERIPH_UHCI1_MODULE,
PERIPH_RMT_MODULE,
PERIPH_PCNT_MODULE,
PERIPH_SPI_MODULE,
PERIPH_HSPI_MODULE,
PERIPH_VSPI_MODULE,
} periph_module_t;
/**