Added error screen when booting an unsupported NAND with no firmware.bin or writing to the config fails, added code for creating the "luma" directory if it is missing

This commit is contained in:
Aurora
2016-07-18 22:42:55 +02:00
parent 8175642a2a
commit a68e14def3
8 changed files with 52 additions and 18 deletions

View File

@@ -15,7 +15,7 @@
/ and optional writing functions as well. */
#define _FS_MINIMIZE 1
#define _FS_MINIMIZE 0
/* This option defines minimization level to remove some basic API functions.
/
/ 0: All basic functions are enabled.