add support for a small filesystem on the watch

This commit is contained in:
Joey Castillo
2022-05-06 17:06:27 -04:00
parent 21026c8eb7
commit d4ebe64af0
9 changed files with 437 additions and 0 deletions

View File

@@ -64,6 +64,7 @@
#include "watch_i2c.h"
#include "watch_spi.h"
#include "watch_uart.h"
#include "watch_storage.h"
#include "watch_deepsleep.h"
#include "watch_private.h"