Added support for SD Card browsing. Added missing CMakeLists.txt.

This commit is contained in:
dejvino
2020-02-02 22:13:42 +01:00
parent d93fc4b4c7
commit af712d9124
20 changed files with 206 additions and 45 deletions
+9
View File
@@ -0,0 +1,9 @@
set(COMPONENT_PRIV_INCLUDEDIRS ".")
set(COMPONENT_SRCS "spi_master_lobo.c")
set(COMPONENT_REQUIRES spi_flash)
set(COMPONENT_PRIV_REQUIRES bootloader_support)
register_component()