From 8753249cd9ce6e7e8ccf4d58d1c60cf9de1a0930 Mon Sep 17 00:00:00 2001 From: Luc <8822552+luc-github@users.noreply.github.com> Date: Tue, 1 Jun 2021 17:16:17 +0200 Subject: [PATCH] Add support for SDFat 2.0 for ES8266/ESP32 Fix ESP0 typo Apply Astyle --- esp3d/src/core/espcmd/ESP0.cpp | 2 +- esp3d/src/core/espcmd/ESP710.cpp | 14 +- esp3d/src/core/espcmd/ESP715.cpp | 2 +- esp3d/src/include/defines.h | 1 + esp3d/src/include/version.h | 2 +- esp3d/src/modules/filesystem/esp_sd.cpp | 4 +- .../filesystem/flash/fat_esp32_filesystem.cpp | 2 +- .../flash/littlefs_esp32_filesystem.cpp | 2 +- .../flash/littlefs_esp8266_filesystem .cpp | 2 +- .../flash/spiffs_esp32_filesystem.cpp | 2 +- .../flash/spiffs_esp8266_filesystem.cpp | 2 +- .../filesystem/sd/sd_native_esp8266.cpp | 10 +- .../modules/filesystem/sd/sd_sdfat2_esp32.cpp | 511 ++ .../filesystem/sd/sd_sdfat2_esp8266.cpp | 524 ++ .../modules/filesystem/sd/sd_sdfat_esp32.cpp | 4 +- .../filesystem/sd/sd_sdfat_esp8266.cpp | 6 +- esp3d/src/modules/webdav/ESPWebDAV.cpp | 8 +- .../ESP8266SDFat2/ESP8266SdFat/.gitattributes | 22 + .../ESP8266SDFat2/ESP8266SdFat/.gitignore | 215 + .../ESP8266SDFat2/ESP8266SdFat/LICENSE.md | 21 + .../ESP8266SDFat2/ESP8266SdFat/README.md | 98 + .../ESP8266SDFat2/ESP8266SdFat/doc/Doxyfile | 2516 +++++++ .../ESP8266SdFat/doc/SdErrorCodes.txt | 50 + .../ESP8266SDFat2/ESP8266SdFat/doc/SdFat.html | 10 + .../ESP8266SdFat/doc/clean_html.bat | 3 + .../ESP8266SdFat/doc/del_html.bat | 3 + .../doc/html/_arduino_stream_8h.html | 133 + .../html/_arduino_stream_8h__dep__incl.png | Bin 0 -> 2150 bytes .../doc/html/_arduino_stream_8h__incl.png | Bin 0 -> 17167 bytes .../doc/html/_block_device_interface_8h.html | 114 + .../html/_block_device_interface_8h__incl.png | Bin 0 -> 7659 bytes .../doc/html/_buffered_print_8h.html | 100 + .../doc/html/_ex_fat_file_8h.html | 202 + .../doc/html/_ex_fat_file_8h__incl.png | Bin 0 -> 15345 bytes .../doc/html/_ex_fat_partition_8h.html | 150 + .../html/_ex_fat_partition_8h__dep__incl.png | Bin 0 -> 2268 bytes .../doc/html/_ex_fat_partition_8h__incl.png | Bin 0 -> 8563 bytes .../ESP8266SdFat/doc/html/_fat_file_8h.html | 345 + .../doc/html/_fat_file_8h__dep__incl.png | Bin 0 -> 2113 bytes .../doc/html/_fat_file_8h__incl.png | Bin 0 -> 28107 bytes .../doc/html/_fat_lib_config_8h.html | 113 + .../html/_fat_lib_config_8h__dep__incl.png | Bin 0 -> 10659 bytes .../doc/html/_fat_lib_config_8h__incl.png | Bin 0 -> 3592 bytes .../doc/html/_fat_partition_8h.html | 191 + .../doc/html/_fat_partition_8h__dep__incl.png | Bin 0 -> 6596 bytes .../doc/html/_fat_partition_8h__incl.png | Bin 0 -> 15133 bytes .../ESP8266SdFat/doc/html/_fat_volume_8h.html | 120 + .../doc/html/_fat_volume_8h__incl.png | Bin 0 -> 32084 bytes .../ESP8266SdFat/doc/html/_free_stack_8h.html | 241 + .../doc/html/_free_stack_8h__incl.png | Bin 0 -> 3286 bytes .../ESP8266SdFat/doc/html/_fs_file_8h.html | 124 + .../doc/html/_fs_file_8h__dep__incl.png | Bin 0 -> 28344 bytes .../ESP8266SdFat/doc/html/_fs_lib_8h.html | 120 + .../doc/html/_fs_lib_8h__dep__incl.png | Bin 0 -> 26888 bytes .../doc/html/_fs_lib_8h__incl.png | Bin 0 -> 3404 bytes .../ESP8266SdFat/doc/html/_fs_volume_8h.html | 121 + .../doc/html/_fs_volume_8h__dep__incl.png | Bin 0 -> 28380 bytes .../doc/html/_minimum_serial_8h.html | 113 + .../doc/html/_minimum_serial_8h__incl.png | Bin 0 -> 8438 bytes .../doc/html/_print_templates_8h.html | 393 ++ .../doc/html/_print_templates_8h__incl.png | Bin 0 -> 1827 bytes .../ESP8266SdFat/doc/html/_sd_fat_8h.html | 210 + .../doc/html/_sd_fat_8h__incl.png | Bin 0 -> 13943 bytes .../doc/html/_sd_fat_config_8h.html | 660 ++ .../doc/html/_sd_fat_config_8h__dep__incl.png | Bin 0 -> 35573 bytes .../doc/html/_sd_fat_config_8h__incl.png | Bin 0 -> 3295 bytes .../doc/html/_sd_spi_arduino_driver_8h.html | 141 + .../_sd_spi_arduino_driver_8h__dep__incl.png | Bin 0 -> 3730 bytes .../html/_sd_spi_arduino_driver_8h__incl.png | Bin 0 -> 1931 bytes .../doc/html/_sd_spi_base_class_8h.html | 99 + .../doc/html/_sd_spi_card_8h.html | 121 + .../doc/html/_sd_spi_card_8h__incl.png | Bin 0 -> 17517 bytes .../doc/html/_sd_spi_driver_8h.html | 424 ++ .../doc/html/_sd_spi_driver_8h__dep__incl.png | Bin 0 -> 2223 bytes .../doc/html/_sd_spi_driver_8h__incl.png | Bin 0 -> 13258 bytes .../doc/html/_sd_spi_lib_driver_8h.html | 101 + .../html/_sd_spi_lib_driver_8h__dep__incl.png | Bin 0 -> 5151 bytes .../doc/html/_sd_spi_soft_driver_8h.html | 137 + .../doc/html/_sd_spi_soft_driver_8h__incl.png | Bin 0 -> 9376 bytes .../doc/html/_stdio_stream_8h.html | 254 + .../doc/html/_stdio_stream_8h__dep__incl.png | Bin 0 -> 2075 bytes .../doc/html/_stdio_stream_8h__incl.png | Bin 0 -> 7769 bytes .../ESP8266SdFat/doc/html/_sys_call_8h.html | 230 + .../doc/html/_sys_call_8h__dep__incl.png | Bin 0 -> 22890 bytes .../doc/html/_sys_call_8h__incl.png | Bin 0 -> 7688 bytes .../ESP8266SdFat/doc/html/annotated.html | 140 + .../ESP8266SdFat/doc/html/bc_s.png | Bin 0 -> 676 bytes .../ESP8266SdFat/doc/html/bdwn.png | Bin 0 -> 147 bytes .../ESP8266SdFat/doc/html/bufstream_8h.html | 130 + .../doc/html/bufstream_8h__dep__incl.png | Bin 0 -> 3445 bytes .../doc/html/bufstream_8h__incl.png | Bin 0 -> 11613 bytes .../html/class_arduino_in_stream-members.html | 172 + .../doc/html/class_arduino_in_stream.html | 2785 ++++++++ .../class_arduino_in_stream__coll__graph.png | Bin 0 -> 3290 bytes ...lass_arduino_in_stream__inherit__graph.png | Bin 0 -> 3290 bytes .../class_arduino_out_stream-members.html | 165 + .../doc/html/class_arduino_out_stream.html | 2559 +++++++ .../class_arduino_out_stream__coll__graph.png | Bin 0 -> 2700 bytes ...ass_arduino_out_stream__inherit__graph.png | Bin 0 -> 2700 bytes .../class_block_device_interface-members.html | 86 + .../html/class_block_device_interface.html | 374 + ...block_device_interface__inherit__graph.png | Bin 0 -> 2217 bytes .../html/class_buffered_print-members.html | 98 + .../doc/html/class_buffered_print.html | 885 +++ .../doc/html/class_ex_fat_file-members.html | 152 + .../doc/html/class_ex_fat_file.html | 2529 +++++++ .../class_ex_fat_file__inherit__graph.png | Bin 0 -> 2379 bytes .../html/class_ex_fat_formatter-members.html | 80 + .../doc/html/class_ex_fat_formatter.html | 146 + .../html/class_ex_fat_partition-members.html | 97 + .../doc/html/class_ex_fat_partition.html | 578 ++ ...class_ex_fat_partition__inherit__graph.png | Bin 0 -> 3161 bytes .../doc/html/class_ex_fat_volume-members.html | 122 + .../doc/html/class_ex_fat_volume.html | 1612 +++++ .../html/class_ex_fat_volume__coll__graph.png | Bin 0 -> 1252 bytes .../class_ex_fat_volume__inherit__graph.png | Bin 0 -> 3176 bytes .../doc/html/class_ex_file-members.html | 160 + .../ESP8266SdFat/doc/html/class_ex_file.html | 3034 ++++++++ .../doc/html/class_ex_file__coll__graph.png | Bin 0 -> 4210 bytes .../html/class_ex_file__inherit__graph.png | Bin 0 -> 4210 bytes .../doc/html/class_fat_cache-members.html | 94 + .../doc/html/class_fat_cache.html | 507 ++ .../doc/html/class_fat_file-members.html | 172 + .../ESP8266SdFat/doc/html/class_fat_file.html | 3225 +++++++++ .../html/class_fat_file__inherit__graph.png | Bin 0 -> 13255 bytes .../doc/html/class_fat_formatter-members.html | 80 + .../doc/html/class_fat_formatter.html | 146 + .../doc/html/class_fat_partition-members.html | 102 + .../doc/html/class_fat_partition.html | 773 ++ .../class_fat_partition__inherit__graph.png | Bin 0 -> 3043 bytes .../doc/html/class_fat_volume-members.html | 124 + .../doc/html/class_fat_volume.html | 1711 +++++ .../html/class_fat_volume__coll__graph.png | Bin 0 -> 1181 bytes .../html/class_fat_volume__inherit__graph.png | Bin 0 -> 3064 bytes .../doc/html/class_file32-members.html | 180 + .../ESP8266SdFat/doc/html/class_file32.html | 3740 ++++++++++ .../doc/html/class_file32__coll__graph.png | Bin 0 -> 3805 bytes .../doc/html/class_file32__inherit__graph.png | Bin 0 -> 3805 bytes .../doc/html/class_fs_base_file-members.html | 149 + .../doc/html/class_fs_base_file.html | 2599 +++++++ .../class_fs_base_file__inherit__graph.png | Bin 0 -> 2409 bytes .../doc/html/class_fs_cache-members.html | 95 + .../ESP8266SdFat/doc/html/class_fs_cache.html | 502 ++ .../doc/html/class_fs_file-members.html | 152 + .../ESP8266SdFat/doc/html/class_fs_file.html | 2698 +++++++ .../doc/html/class_fs_file__coll__graph.png | Bin 0 -> 4255 bytes .../html/class_fs_file__inherit__graph.png | Bin 0 -> 4255 bytes .../doc/html/class_fs_volume-members.html | 114 + .../doc/html/class_fs_volume.html | 1296 ++++ .../html/class_fs_volume__inherit__graph.png | Bin 0 -> 2114 bytes .../html/class_minimum_serial-members.html | 85 + .../doc/html/class_minimum_serial.html | 255 + .../class_minimum_serial__coll__graph.png | Bin 0 -> 1220 bytes .../class_minimum_serial__inherit__graph.png | Bin 0 -> 1220 bytes .../doc/html/class_print_file-members.html | 80 + .../doc/html/class_print_file.html | 154 + .../html/class_print_file__coll__graph.png | Bin 0 -> 2894 bytes .../html/class_print_file__inherit__graph.png | Bin 0 -> 2894 bytes .../doc/html/class_sd_base-members.html | 111 + .../ESP8266SdFat/doc/html/class_sd_base.html | 1327 ++++ .../doc/html/class_sd_base__coll__graph.png | Bin 0 -> 1238 bytes .../html/class_sd_base__inherit__graph.png | Bin 0 -> 1238 bytes .../html/class_sd_card_factory-members.html | 81 + .../doc/html/class_sd_card_factory.html | 166 + .../html/class_sd_card_interface-members.html | 98 + .../doc/html/class_sd_card_interface.html | 809 +++ .../class_sd_card_interface__coll__graph.png | Bin 0 -> 1457 bytes ...lass_sd_card_interface__inherit__graph.png | Bin 0 -> 2234 bytes .../doc/html/class_sd_ex_fat-members.html | 155 + .../doc/html/class_sd_ex_fat.html | 2800 ++++++++ .../doc/html/class_sd_ex_fat__coll__graph.png | Bin 0 -> 3180 bytes .../html/class_sd_ex_fat__inherit__graph.png | Bin 0 -> 3180 bytes .../doc/html/class_sd_fat32-members.html | 157 + .../ESP8266SdFat/doc/html/class_sd_fat32.html | 2904 ++++++++ .../doc/html/class_sd_fat32__coll__graph.png | Bin 0 -> 3057 bytes .../html/class_sd_fat32__inherit__graph.png | Bin 0 -> 3057 bytes .../doc/html/class_sd_file-members.html | 175 + .../ESP8266SdFat/doc/html/class_sd_file.html | 3603 ++++++++++ .../doc/html/class_sd_file__coll__graph.png | Bin 0 -> 3918 bytes .../html/class_sd_file__inherit__graph.png | Bin 0 -> 3918 bytes .../doc/html/class_sd_fs-members.html | 145 + .../ESP8266SdFat/doc/html/class_sd_fs.html | 2445 +++++++ .../doc/html/class_sd_fs__coll__graph.png | Bin 0 -> 2089 bytes .../doc/html/class_sd_fs__inherit__graph.png | Bin 0 -> 2089 bytes .../class_sd_spi_arduino_driver-members.html | 88 + .../doc/html/class_sd_spi_arduino_driver.html | 399 ++ .../html/class_sd_spi_base_class-members.html | 87 + .../doc/html/class_sd_spi_base_class.html | 377 + .../doc/html/class_sd_spi_card-members.html | 111 + .../doc/html/class_sd_spi_card.html | 1058 +++ .../doc/html/class_sd_spi_config-members.html | 87 + .../doc/html/class_sd_spi_config.html | 361 + .../class_sd_spi_soft_driver-members.html | 88 + .../doc/html/class_sd_spi_soft_driver.html | 420 ++ ...ass_sd_spi_soft_driver__inherit__graph.png | Bin 0 -> 1786 bytes .../doc/html/class_sdio_card-members.html | 107 + .../doc/html/class_sdio_card.html | 1060 +++ .../doc/html/class_sdio_card__coll__graph.png | Bin 0 -> 2241 bytes .../html/class_sdio_card__inherit__graph.png | Bin 0 -> 2241 bytes .../doc/html/class_sdio_config-members.html | 83 + .../doc/html/class_sdio_config.html | 185 + .../html/class_soft_spi_driver-members.html | 88 + .../doc/html/class_soft_spi_driver.html | 438 ++ .../class_soft_spi_driver__coll__graph.png | Bin 0 -> 1780 bytes .../class_soft_spi_driver__inherit__graph.png | Bin 0 -> 1780 bytes .../doc/html/class_stdio_stream-members.html | 127 + .../doc/html/class_stdio_stream.html | 1693 +++++ .../html/class_stdio_stream__coll__graph.png | Bin 0 -> 1308 bytes .../class_stdio_stream__inherit__graph.png | Bin 0 -> 1308 bytes .../html/class_stream_base_class-members.html | 141 + .../doc/html/class_stream_base_class.html | 1595 +++++ .../class_stream_base_class__coll__graph.png | Bin 0 -> 3884 bytes ...lass_stream_base_class__inherit__graph.png | Bin 0 -> 7301 bytes .../doc/html/class_stream_file-members.html | 92 + .../doc/html/class_stream_file.html | 515 ++ .../html/class_stream_file__coll__graph.png | Bin 0 -> 3405 bytes .../class_stream_file__inherit__graph.png | Bin 0 -> 3405 bytes .../doc/html/class_sys_call-members.html | 82 + .../ESP8266SdFat/doc/html/class_sys_call.html | 178 + .../ESP8266SdFat/doc/html/classes.html | 181 + .../doc/html/classfstream-members.html | 203 + .../ESP8266SdFat/doc/html/classfstream.html | 3784 ++++++++++ .../doc/html/classfstream__coll__graph.png | Bin 0 -> 9457 bytes .../doc/html/classfstream__inherit__graph.png | Bin 0 -> 9457 bytes .../doc/html/classibufstream-members.html | 170 + .../doc/html/classibufstream.html | 2766 ++++++++ .../doc/html/classibufstream__coll__graph.png | Bin 0 -> 2455 bytes .../html/classibufstream__inherit__graph.png | Bin 0 -> 3303 bytes .../doc/html/classifstream-members.html | 176 + .../ESP8266SdFat/doc/html/classifstream.html | 2848 ++++++++ .../doc/html/classifstream__coll__graph.png | Bin 0 -> 6167 bytes .../html/classifstream__inherit__graph.png | Bin 0 -> 6167 bytes .../doc/html/classios-members.html | 136 + .../ESP8266SdFat/doc/html/classios.html | 1614 +++++ .../doc/html/classios__base-members.html | 125 + .../ESP8266SdFat/doc/html/classios__base.html | 1222 ++++ .../html/classios__base__inherit__graph.png | Bin 0 -> 18294 bytes .../doc/html/classios__coll__graph.png | Bin 0 -> 1056 bytes .../doc/html/classios__inherit__graph.png | Bin 0 -> 18281 bytes .../doc/html/classiostream-members.html | 195 + .../ESP8266SdFat/doc/html/classiostream.html | 3616 ++++++++++ .../doc/html/classiostream__coll__graph.png | Bin 0 -> 5739 bytes .../html/classiostream__inherit__graph.png | Bin 0 -> 6509 bytes .../doc/html/classistream-members.html | 167 + .../ESP8266SdFat/doc/html/classistream.html | 2616 +++++++ .../doc/html/classistream__coll__graph.png | Bin 0 -> 1704 bytes .../doc/html/classistream__inherit__graph.png | Bin 0 -> 6670 bytes .../doc/html/classobufstream-members.html | 169 + .../doc/html/classobufstream.html | 2698 +++++++ .../doc/html/classobufstream__coll__graph.png | Bin 0 -> 2474 bytes .../html/classobufstream__inherit__graph.png | Bin 0 -> 2474 bytes .../doc/html/classofstream-members.html | 172 + .../ESP8266SdFat/doc/html/classofstream.html | 2684 +++++++ .../doc/html/classofstream__coll__graph.png | Bin 0 -> 6737 bytes .../html/classofstream__inherit__graph.png | Bin 0 -> 6737 bytes .../doc/html/classostream-members.html | 164 + .../ESP8266SdFat/doc/html/classostream.html | 2527 +++++++ .../doc/html/classostream__coll__graph.png | Bin 0 -> 1705 bytes .../doc/html/classostream__inherit__graph.png | Bin 0 -> 7836 bytes .../ESP8266SdFat/doc/html/closed.png | Bin 0 -> 132 bytes .../doc/html/dir_000004_000009.html | 76 + .../doc/html/dir_000006_000005.html | 76 + .../doc/html/dir_000007_000005.html | 76 + .../doc/html/dir_000009_000008.html | 76 + .../doc/html/dir_000010_000005.html | 76 + .../doc/html/dir_000010_000011.html | 76 + .../doc/html/dir_000011_000005.html | 76 + .../dir_05631d2e79636c8b95a1e5d165caf51f.html | 119 + ...r_05631d2e79636c8b95a1e5d165caf51f_dep.png | Bin 0 -> 1463 bytes .../dir_1281b15c327061056ab3b326e90c50cf.html | 95 + ...r_1281b15c327061056ab3b326e90c50cf_dep.png | Bin 0 -> 1412 bytes .../dir_481cc946b8a81b8d9363a4aad6201160.html | 90 + ...r_481cc946b8a81b8d9363a4aad6201160_dep.png | Bin 0 -> 1277 bytes .../dir_4944048bb6fb9e219242a59a3faf7f85.html | 80 + .../dir_6ad57a83f04f6188f18545163430419a.html | 101 + ...r_6ad57a83f04f6188f18545163430419a_dep.png | Bin 0 -> 1484 bytes .../dir_72a7f5d5cdfff657f3dd19b69595124a.html | 110 + ...r_72a7f5d5cdfff657f3dd19b69595124a_dep.png | Bin 0 -> 1510 bytes .../dir_7e472674a7b7d2590a789f197241f95f.html | 107 + ...r_7e472674a7b7d2590a789f197241f95f_dep.png | Bin 0 -> 1440 bytes .../dir_954f1cc1f567c84d567c4e2ef94e5c23.html | 93 + .../dir_a70af2fb8f1edf8b7124f41d82dbf480.html | 101 + ...r_a70af2fb8f1edf8b7124f41d82dbf480_dep.png | Bin 0 -> 3682 bytes .../dir_a991eec27578c865874ede3d8ec657c2.html | 89 + ...r_a991eec27578c865874ede3d8ec657c2_dep.png | Bin 0 -> 867 bytes .../dir_c18d6c86f7b0afecac5c3a8a9885031e.html | 128 + ...r_c18d6c86f7b0afecac5c3a8a9885031e_dep.png | Bin 0 -> 10229 bytes .../dir_f9735b46fbe6c50afc1ee0ea5d409dcf.html | 102 + ...r_f9735b46fbe6c50afc1ee0ea5d409dcf_dep.png | Bin 0 -> 780 bytes .../ESP8266SdFat/doc/html/doc.png | Bin 0 -> 746 bytes .../ESP8266SdFat/doc/html/doxygen.css | 1766 +++++ .../ESP8266SdFat/doc/html/doxygen.png | Bin 0 -> 3779 bytes .../ESP8266SdFat/doc/html/dynsections.js | 120 + .../ESP8266SdFat/doc/html/files.html | 123 + .../ESP8266SdFat/doc/html/folderclosed.png | Bin 0 -> 616 bytes .../ESP8266SdFat/doc/html/folderopen.png | Bin 0 -> 597 bytes .../ESP8266SdFat/doc/html/fstream_8h.html | 133 + .../doc/html/fstream_8h__dep__incl.png | Bin 0 -> 1991 bytes .../doc/html/fstream_8h__incl.png | Bin 0 -> 9855 bytes .../ESP8266SdFat/doc/html/functions.html | 112 + .../ESP8266SdFat/doc/html/functions_b.html | 134 + .../ESP8266SdFat/doc/html/functions_c.html | 201 + .../ESP8266SdFat/doc/html/functions_d.html | 130 + .../ESP8266SdFat/doc/html/functions_e.html | 133 + .../ESP8266SdFat/doc/html/functions_enum.html | 77 + .../ESP8266SdFat/doc/html/functions_eval.html | 83 + .../ESP8266SdFat/doc/html/functions_f.html | 219 + .../ESP8266SdFat/doc/html/functions_func.html | 100 + .../doc/html/functions_func_b.html | 119 + .../doc/html/functions_func_c.html | 157 + .../doc/html/functions_func_d.html | 121 + .../doc/html/functions_func_e.html | 125 + .../doc/html/functions_func_f.html | 198 + .../doc/html/functions_func_g.html | 128 + .../doc/html/functions_func_h.html | 79 + .../doc/html/functions_func_i.html | 181 + .../doc/html/functions_func_k.html | 79 + .../doc/html/functions_func_l.html | 90 + .../doc/html/functions_func_m.html | 84 + .../doc/html/functions_func_n.html | 83 + .../doc/html/functions_func_o.html | 132 + .../doc/html/functions_func_p.html | 171 + .../doc/html/functions_func_r.html | 191 + .../doc/html/functions_func_s.html | 203 + .../doc/html/functions_func_t.html | 99 + .../doc/html/functions_func_u.html | 85 + .../doc/html/functions_func_v.html | 88 + .../doc/html/functions_func_w.html | 116 + .../doc/html/functions_func_y.html | 79 + .../ESP8266SdFat/doc/html/functions_g.html | 131 + .../ESP8266SdFat/doc/html/functions_h.html | 82 + .../ESP8266SdFat/doc/html/functions_i.html | 191 + .../ESP8266SdFat/doc/html/functions_k.html | 79 + .../ESP8266SdFat/doc/html/functions_l.html | 101 + .../ESP8266SdFat/doc/html/functions_m.html | 99 + .../ESP8266SdFat/doc/html/functions_n.html | 83 + .../ESP8266SdFat/doc/html/functions_o.html | 148 + .../ESP8266SdFat/doc/html/functions_p.html | 192 + .../ESP8266SdFat/doc/html/functions_r.html | 197 + .../ESP8266SdFat/doc/html/functions_rela.html | 92 + .../ESP8266SdFat/doc/html/functions_s.html | 230 + .../ESP8266SdFat/doc/html/functions_t.html | 102 + .../ESP8266SdFat/doc/html/functions_type.html | 92 + .../ESP8266SdFat/doc/html/functions_u.html | 88 + .../ESP8266SdFat/doc/html/functions_v.html | 88 + .../ESP8266SdFat/doc/html/functions_vars.html | 342 + .../ESP8266SdFat/doc/html/functions_w.html | 119 + .../ESP8266SdFat/doc/html/functions_y.html | 79 + .../ESP8266SdFat/doc/html/globals.html | 482 ++ .../ESP8266SdFat/doc/html/globals_defs.html | 286 + .../ESP8266SdFat/doc/html/globals_func.html | 231 + .../ESP8266SdFat/doc/html/globals_type.html | 108 + .../ESP8266SdFat/doc/html/globals_vars.html | 113 + .../ESP8266SdFat/doc/html/graph_legend.html | 136 + .../ESP8266SdFat/doc/html/graph_legend.png | Bin 0 -> 13883 bytes .../ESP8266SdFat/doc/html/hierarchy.html | 164 + .../ESP8266SdFat/doc/html/index.html | 205 + .../ESP8266SdFat/doc/html/inherit_graph_0.png | Bin 0 -> 1672 bytes .../ESP8266SdFat/doc/html/inherit_graph_1.png | Bin 0 -> 814 bytes .../doc/html/inherit_graph_10.png | Bin 0 -> 416 bytes .../doc/html/inherit_graph_11.png | Bin 0 -> 2143 bytes .../doc/html/inherit_graph_12.png | Bin 0 -> 389 bytes .../doc/html/inherit_graph_13.png | Bin 0 -> 370 bytes .../doc/html/inherit_graph_14.png | Bin 0 -> 383 bytes .../doc/html/inherit_graph_15.png | Bin 0 -> 1518 bytes .../doc/html/inherit_graph_16.png | Bin 0 -> 1003 bytes .../doc/html/inherit_graph_17.png | Bin 0 -> 480 bytes .../doc/html/inherit_graph_18.png | Bin 0 -> 423 bytes .../doc/html/inherit_graph_19.png | Bin 0 -> 523 bytes .../ESP8266SdFat/doc/html/inherit_graph_2.png | Bin 0 -> 370 bytes .../doc/html/inherit_graph_20.png | Bin 0 -> 509 bytes .../doc/html/inherit_graph_21.png | Bin 0 -> 442 bytes .../doc/html/inherit_graph_22.png | Bin 0 -> 455 bytes .../doc/html/inherit_graph_23.png | Bin 0 -> 1571 bytes .../doc/html/inherit_graph_24.png | Bin 0 -> 310 bytes .../doc/html/inherit_graph_25.png | Bin 0 -> 415 bytes .../doc/html/inherit_graph_26.png | Bin 0 -> 312 bytes .../doc/html/inherit_graph_27.png | Bin 0 -> 56840 bytes .../doc/html/inherit_graph_28.png | Bin 0 -> 387 bytes .../ESP8266SdFat/doc/html/inherit_graph_3.png | Bin 0 -> 299 bytes .../ESP8266SdFat/doc/html/inherit_graph_4.png | Bin 0 -> 385 bytes .../ESP8266SdFat/doc/html/inherit_graph_5.png | Bin 0 -> 454 bytes .../ESP8266SdFat/doc/html/inherit_graph_6.png | Bin 0 -> 2149 bytes .../ESP8266SdFat/doc/html/inherit_graph_7.png | Bin 0 -> 436 bytes .../ESP8266SdFat/doc/html/inherit_graph_8.png | Bin 0 -> 416 bytes .../ESP8266SdFat/doc/html/inherit_graph_9.png | Bin 0 -> 404 bytes .../ESP8266SdFat/doc/html/inherits.html | 267 + .../ESP8266SdFat/doc/html/ios_8h.html | 804 +++ .../doc/html/ios_8h__dep__incl.png | Bin 0 -> 23118 bytes .../ESP8266SdFat/doc/html/ios_8h__incl.png | Bin 0 -> 4344 bytes .../ESP8266SdFat/doc/html/iostream_8h.html | 522 ++ .../doc/html/iostream_8h__dep__incl.png | Bin 0 -> 10781 bytes .../doc/html/iostream_8h__incl.png | Bin 0 -> 8962 bytes .../ESP8266SdFat/doc/html/istream_8h.html | 125 + .../doc/html/istream_8h__dep__incl.png | Bin 0 -> 12005 bytes .../doc/html/istream_8h__incl.png | Bin 0 -> 5002 bytes .../ESP8266SdFat/doc/html/jquery.js | 35 + .../ESP8266SdFat/doc/html/menu.js | 50 + .../ESP8266SdFat/doc/html/menudata.js | 156 + .../doc/html/namespace_fs_date_time.html | 232 + .../doc/html/namespacemembers.html | 86 + .../doc/html/namespacemembers_func.html | 80 + .../doc/html/namespacemembers_vars.html | 80 + .../ESP8266SdFat/doc/html/namespaces.html | 81 + .../ESP8266SdFat/doc/html/nav_f.png | Bin 0 -> 153 bytes .../ESP8266SdFat/doc/html/nav_g.png | Bin 0 -> 95 bytes .../ESP8266SdFat/doc/html/nav_h.png | Bin 0 -> 98 bytes .../ESP8266SdFat/doc/html/open.png | Bin 0 -> 123 bytes .../ESP8266SdFat/doc/html/ostream_8h.html | 125 + .../doc/html/ostream_8h__dep__incl.png | Bin 0 -> 12001 bytes .../doc/html/ostream_8h__incl.png | Bin 0 -> 5000 bytes .../ESP8266SdFat/doc/html/sdios_8h.html | 118 + .../ESP8266SdFat/doc/html/sdios_8h__incl.png | Bin 0 -> 27532 bytes .../ESP8266SdFat/doc/html/search/all_0.html | 30 + .../ESP8266SdFat/doc/html/search/all_0.js | 5 + .../ESP8266SdFat/doc/html/search/all_1.html | 30 + .../ESP8266SdFat/doc/html/search/all_1.js | 15 + .../ESP8266SdFat/doc/html/search/all_10.html | 30 + .../ESP8266SdFat/doc/html/search/all_10.js | 30 + .../ESP8266SdFat/doc/html/search/all_11.html | 30 + .../ESP8266SdFat/doc/html/search/all_11.js | 107 + .../ESP8266SdFat/doc/html/search/all_12.html | 30 + .../ESP8266SdFat/doc/html/search/all_12.js | 9 + .../ESP8266SdFat/doc/html/search/all_13.html | 30 + .../ESP8266SdFat/doc/html/search/all_13.js | 18 + .../ESP8266SdFat/doc/html/search/all_14.html | 30 + .../ESP8266SdFat/doc/html/search/all_14.js | 9 + .../ESP8266SdFat/doc/html/search/all_15.html | 30 + .../ESP8266SdFat/doc/html/search/all_15.js | 14 + .../ESP8266SdFat/doc/html/search/all_16.html | 30 + .../ESP8266SdFat/doc/html/search/all_16.js | 4 + .../ESP8266SdFat/doc/html/search/all_2.html | 30 + .../ESP8266SdFat/doc/html/search/all_2.js | 21 + .../ESP8266SdFat/doc/html/search/all_3.html | 30 + .../ESP8266SdFat/doc/html/search/all_3.js | 40 + .../ESP8266SdFat/doc/html/search/all_4.html | 30 + .../ESP8266SdFat/doc/html/search/all_4.js | 22 + .../ESP8266SdFat/doc/html/search/all_5.html | 30 + .../ESP8266SdFat/doc/html/search/all_5.js | 30 + .../ESP8266SdFat/doc/html/search/all_6.html | 30 + .../ESP8266SdFat/doc/html/search/all_6.js | 75 + .../ESP8266SdFat/doc/html/search/all_7.html | 30 + .../ESP8266SdFat/doc/html/search/all_7.js | 17 + .../ESP8266SdFat/doc/html/search/all_8.html | 30 + .../ESP8266SdFat/doc/html/search/all_8.js | 7 + .../ESP8266SdFat/doc/html/search/all_9.html | 30 + .../ESP8266SdFat/doc/html/search/all_9.js | 41 + .../ESP8266SdFat/doc/html/search/all_a.html | 30 + .../ESP8266SdFat/doc/html/search/all_a.js | 4 + .../ESP8266SdFat/doc/html/search/all_b.html | 30 + .../ESP8266SdFat/doc/html/search/all_b.js | 10 + .../ESP8266SdFat/doc/html/search/all_c.html | 30 + .../ESP8266SdFat/doc/html/search/all_c.js | 13 + .../ESP8266SdFat/doc/html/search/all_d.html | 30 + .../ESP8266SdFat/doc/html/search/all_d.js | 13 + .../ESP8266SdFat/doc/html/search/all_e.html | 30 + .../ESP8266SdFat/doc/html/search/all_e.js | 23 + .../ESP8266SdFat/doc/html/search/all_f.html | 30 + .../ESP8266SdFat/doc/html/search/all_f.js | 43 + .../doc/html/search/classes_0.html | 30 + .../ESP8266SdFat/doc/html/search/classes_0.js | 5 + .../doc/html/search/classes_1.html | 30 + .../ESP8266SdFat/doc/html/search/classes_1.js | 5 + .../doc/html/search/classes_2.html | 30 + .../ESP8266SdFat/doc/html/search/classes_2.js | 5 + .../doc/html/search/classes_3.html | 30 + .../ESP8266SdFat/doc/html/search/classes_3.js | 4 + .../doc/html/search/classes_4.html | 30 + .../ESP8266SdFat/doc/html/search/classes_4.js | 10 + .../doc/html/search/classes_5.html | 30 + .../ESP8266SdFat/doc/html/search/classes_5.js | 16 + .../doc/html/search/classes_6.html | 30 + .../ESP8266SdFat/doc/html/search/classes_6.js | 9 + .../doc/html/search/classes_7.html | 30 + .../ESP8266SdFat/doc/html/search/classes_7.js | 4 + .../doc/html/search/classes_8.html | 30 + .../ESP8266SdFat/doc/html/search/classes_8.js | 6 + .../doc/html/search/classes_9.html | 30 + .../ESP8266SdFat/doc/html/search/classes_9.js | 5 + .../doc/html/search/classes_a.html | 30 + .../ESP8266SdFat/doc/html/search/classes_a.js | 31 + .../ESP8266SdFat/doc/html/search/close.png | Bin 0 -> 273 bytes .../doc/html/search/defines_0.html | 30 + .../ESP8266SdFat/doc/html/search/defines_0.js | 4 + .../doc/html/search/defines_1.html | 30 + .../ESP8266SdFat/doc/html/search/defines_1.js | 5 + .../doc/html/search/defines_2.html | 30 + .../ESP8266SdFat/doc/html/search/defines_2.js | 9 + .../doc/html/search/defines_3.html | 30 + .../ESP8266SdFat/doc/html/search/defines_3.js | 7 + .../doc/html/search/defines_4.html | 30 + .../ESP8266SdFat/doc/html/search/defines_4.js | 5 + .../doc/html/search/defines_5.html | 30 + .../ESP8266SdFat/doc/html/search/defines_5.js | 6 + .../doc/html/search/defines_6.html | 30 + .../ESP8266SdFat/doc/html/search/defines_6.js | 4 + .../doc/html/search/defines_7.html | 30 + .../ESP8266SdFat/doc/html/search/defines_7.js | 5 + .../doc/html/search/defines_8.html | 30 + .../ESP8266SdFat/doc/html/search/defines_8.js | 8 + .../doc/html/search/defines_9.html | 30 + .../ESP8266SdFat/doc/html/search/defines_9.js | 22 + .../doc/html/search/defines_a.html | 30 + .../ESP8266SdFat/doc/html/search/defines_a.js | 12 + .../doc/html/search/defines_b.html | 30 + .../ESP8266SdFat/doc/html/search/defines_b.js | 4 + .../ESP8266SdFat/doc/html/search/enums_0.html | 30 + .../ESP8266SdFat/doc/html/search/enums_0.js | 4 + .../doc/html/search/enumvalues_0.html | 30 + .../doc/html/search/enumvalues_0.js | 4 + .../doc/html/search/enumvalues_1.html | 30 + .../doc/html/search/enumvalues_1.js | 4 + .../doc/html/search/enumvalues_2.html | 30 + .../doc/html/search/enumvalues_2.js | 4 + .../ESP8266SdFat/doc/html/search/files_0.html | 30 + .../ESP8266SdFat/doc/html/search/files_0.js | 4 + .../ESP8266SdFat/doc/html/search/files_1.html | 30 + .../ESP8266SdFat/doc/html/search/files_1.js | 6 + .../ESP8266SdFat/doc/html/search/files_2.html | 30 + .../ESP8266SdFat/doc/html/search/files_2.js | 5 + .../ESP8266SdFat/doc/html/search/files_3.html | 30 + .../ESP8266SdFat/doc/html/search/files_3.js | 12 + .../ESP8266SdFat/doc/html/search/files_4.html | 30 + .../ESP8266SdFat/doc/html/search/files_4.js | 6 + .../ESP8266SdFat/doc/html/search/files_5.html | 30 + .../ESP8266SdFat/doc/html/search/files_5.js | 4 + .../ESP8266SdFat/doc/html/search/files_6.html | 30 + .../ESP8266SdFat/doc/html/search/files_6.js | 4 + .../ESP8266SdFat/doc/html/search/files_7.html | 30 + .../ESP8266SdFat/doc/html/search/files_7.js | 4 + .../ESP8266SdFat/doc/html/search/files_8.html | 30 + .../ESP8266SdFat/doc/html/search/files_8.js | 14 + .../doc/html/search/functions_0.html | 30 + .../doc/html/search/functions_0.js | 9 + .../doc/html/search/functions_1.html | 30 + .../doc/html/search/functions_1.js | 13 + .../doc/html/search/functions_10.html | 30 + .../doc/html/search/functions_10.js | 43 + .../doc/html/search/functions_11.html | 30 + .../doc/html/search/functions_11.js | 8 + .../doc/html/search/functions_12.html | 30 + .../doc/html/search/functions_12.js | 8 + .../doc/html/search/functions_13.html | 30 + .../doc/html/search/functions_13.js | 9 + .../doc/html/search/functions_14.html | 30 + .../doc/html/search/functions_14.js | 12 + .../doc/html/search/functions_15.html | 30 + .../doc/html/search/functions_15.js | 4 + .../doc/html/search/functions_2.html | 30 + .../doc/html/search/functions_2.js | 23 + .../doc/html/search/functions_3.html | 30 + .../doc/html/search/functions_3.js | 17 + .../doc/html/search/functions_4.html | 30 + .../doc/html/search/functions_4.js | 16 + .../doc/html/search/functions_5.html | 30 + .../doc/html/search/functions_5.js | 38 + .../doc/html/search/functions_6.html | 30 + .../doc/html/search/functions_6.js | 16 + .../doc/html/search/functions_7.html | 30 + .../doc/html/search/functions_7.js | 5 + .../doc/html/search/functions_8.html | 30 + .../doc/html/search/functions_8.js | 30 + .../doc/html/search/functions_9.html | 30 + .../doc/html/search/functions_9.js | 4 + .../doc/html/search/functions_a.html | 30 + .../doc/html/search/functions_a.js | 8 + .../doc/html/search/functions_b.html | 30 + .../doc/html/search/functions_b.js | 5 + .../doc/html/search/functions_c.html | 30 + .../doc/html/search/functions_c.js | 11 + .../doc/html/search/functions_d.html | 30 + .../doc/html/search/functions_d.js | 17 + .../doc/html/search/functions_e.html | 30 + .../doc/html/search/functions_e.js | 27 + .../doc/html/search/functions_f.html | 30 + .../doc/html/search/functions_f.js | 29 + .../ESP8266SdFat/doc/html/search/mag_sel.png | Bin 0 -> 465 bytes .../doc/html/search/namespaces_0.html | 30 + .../doc/html/search/namespaces_0.js | 4 + .../doc/html/search/nomatches.html | 12 + .../ESP8266SdFat/doc/html/search/pages_0.html | 30 + .../ESP8266SdFat/doc/html/search/pages_0.js | 4 + .../doc/html/search/related_0.html | 30 + .../ESP8266SdFat/doc/html/search/related_0.js | 5 + .../doc/html/search/related_1.html | 30 + .../ESP8266SdFat/doc/html/search/related_1.js | 7 + .../ESP8266SdFat/doc/html/search/search.css | 271 + .../ESP8266SdFat/doc/html/search/search.js | 814 +++ .../ESP8266SdFat/doc/html/search/search_l.png | Bin 0 -> 567 bytes .../ESP8266SdFat/doc/html/search/search_m.png | Bin 0 -> 158 bytes .../ESP8266SdFat/doc/html/search/search_r.png | Bin 0 -> 553 bytes .../doc/html/search/searchdata.js | 48 + .../doc/html/search/typedefs_0.html | 30 + .../doc/html/search/typedefs_0.js | 5 + .../doc/html/search/typedefs_1.html | 30 + .../doc/html/search/typedefs_1.js | 4 + .../doc/html/search/typedefs_2.html | 30 + .../doc/html/search/typedefs_2.js | 5 + .../doc/html/search/typedefs_3.html | 30 + .../doc/html/search/typedefs_3.js | 6 + .../doc/html/search/typedefs_4.html | 30 + .../doc/html/search/typedefs_4.js | 12 + .../doc/html/search/variables_0.html | 30 + .../doc/html/search/variables_0.js | 5 + .../doc/html/search/variables_1.html | 30 + .../doc/html/search/variables_1.js | 7 + .../doc/html/search/variables_10.html | 30 + .../doc/html/search/variables_10.js | 4 + .../doc/html/search/variables_11.html | 30 + .../doc/html/search/variables_11.js | 5 + .../doc/html/search/variables_12.html | 30 + .../doc/html/search/variables_12.js | 4 + .../doc/html/search/variables_2.html | 30 + .../doc/html/search/variables_2.js | 7 + .../doc/html/search/variables_3.html | 30 + .../doc/html/search/variables_3.js | 16 + .../doc/html/search/variables_4.html | 30 + .../doc/html/search/variables_4.js | 6 + .../doc/html/search/variables_5.html | 30 + .../doc/html/search/variables_5.js | 4 + .../doc/html/search/variables_6.html | 30 + .../doc/html/search/variables_6.js | 16 + .../doc/html/search/variables_7.html | 30 + .../doc/html/search/variables_7.js | 4 + .../doc/html/search/variables_8.html | 30 + .../doc/html/search/variables_8.js | 4 + .../doc/html/search/variables_9.html | 30 + .../doc/html/search/variables_9.js | 6 + .../doc/html/search/variables_a.html | 30 + .../doc/html/search/variables_a.js | 6 + .../doc/html/search/variables_b.html | 30 + .../doc/html/search/variables_b.js | 8 + .../doc/html/search/variables_c.html | 30 + .../doc/html/search/variables_c.js | 7 + .../doc/html/search/variables_d.html | 30 + .../doc/html/search/variables_d.js | 9 + .../doc/html/search/variables_e.html | 30 + .../doc/html/search/variables_e.js | 5 + .../doc/html/search/variables_f.html | 30 + .../doc/html/search/variables_f.js | 11 + .../ESP8266SdFat/doc/html/splitbar.png | Bin 0 -> 314 bytes .../doc/html/struct_c_i_d-members.html | 91 + .../ESP8266SdFat/doc/html/struct_c_i_d.html | 298 + .../doc/html/struct_dir_pos__t-members.html | 82 + .../doc/html/struct_dir_pos__t.html | 145 + .../html/struct_ex_fat_pos__t-members.html | 82 + .../doc/html/struct_ex_fat_pos__t.html | 128 + .../doc/html/struct_ex_name__t-members.html | 81 + .../doc/html/struct_ex_name__t.html | 128 + .../doc/html/struct_fat_pos__t-members.html | 82 + .../doc/html/struct_fat_pos__t.html | 128 + .../doc/html/structfname__t-members.html | 84 + .../ESP8266SdFat/doc/html/structfname__t.html | 179 + .../doc/html/structsetfill-members.html | 81 + .../ESP8266SdFat/doc/html/structsetfill.html | 151 + .../doc/html/structsetprecision-members.html | 81 + .../doc/html/structsetprecision.html | 150 + .../doc/html/structsetw-members.html | 81 + .../ESP8266SdFat/doc/html/structsetw.html | 150 + .../ESP8266SdFat/doc/html/sync_off.png | Bin 0 -> 853 bytes .../ESP8266SdFat/doc/html/sync_on.png | Bin 0 -> 845 bytes .../ESP8266SdFat/doc/html/tab_a.png | Bin 0 -> 142 bytes .../ESP8266SdFat/doc/html/tab_b.png | Bin 0 -> 169 bytes .../ESP8266SdFat/doc/html/tab_h.png | Bin 0 -> 177 bytes .../ESP8266SdFat/doc/html/tab_s.png | Bin 0 -> 184 bytes .../ESP8266SdFat/doc/html/tabs.css | 1 + .../doc/html/unioncache__t-members.html | 83 + .../ESP8266SdFat/doc/html/unioncache__t.html | 162 + .../ESP8266SDFat2/ESP8266SdFat/doc/mainpage.h | 285 + .../examples/AvrAdcLogger/AvrAdcLogger.h | 31 + .../examples/AvrAdcLogger/AvrAdcLogger.ino | 901 +++ .../BackwardCompatibility.ino | 81 + .../examples/BufferedPrint/BufferedPrint.ino | 235 + .../DirectoryFunctions/DirectoryFunctions.ino | 159 + .../ExFatFormatter/ExFatFormatter.ino | 88 + .../examples/ExFatLogger/ExFatLogger.h | 9 + .../examples/ExFatLogger/ExFatLogger.ino | 596 ++ .../ExFatUnicodeTest/ExFatUnicodeTest.ino | 50 + .../examples/OpenNext/OpenNext.ino | 105 + .../examples/QuickStart/QuickStart.ino | 190 + .../examples/ReadCsvFile/ReadCsvFile.ino | 156 + .../RtcTimestampTest/RtcTimestampTest.ino | 236 + .../examples/STM32Test/STM32Test.ino | 172 + .../examples/SdErrorCodes/SdErrorCodes.ino | 22 + .../examples/SdFormatter/SdFormatter.ino | 249 + .../ESP8266SdFat/examples/SdInfo/SdInfo.ino | 268 + .../examples/SoftwareSpi/SoftwareSpi.ino | 79 + .../TeensyRtcTimestamp/TeensyRtcTimestamp.ino | 139 + .../TeensySdioDemo/TeensySdioDemo.ino | 219 + .../UserChipSelectFunction.ino | 50 + .../examples/UserSPIDriver/UserSPIDriver.ino | 81 + .../ESP8266SdFat/examples/bench/bench.ino | 279 + .../#attic/AnalogLogger/AnalogLogger.ino | 197 + .../BaseExtCaseTest/BaseExtCaseTest.ino | 46 + .../#attic/HelloWorld/HelloWorld.ino | 20 + .../#attic/MiniSerial/MiniSerial.ino | 29 + .../PrintBenchmarkSD/PrintBenchmarkSD.ino | 125 + .../examplesV1/#attic/SD_Size/SD_Size.ino | 30 + .../examplesV1/#attic/SdFatSize/SdFatSize.ino | 33 + .../#attic/StreamParseInt/StreamParseInt.ino | 44 + .../examplesV1/#attic/append/append.ino | 77 + .../examplesV1/#attic/average/average.ino | 82 + .../examplesV1/#attic/benchSD/benchSD.ino | 149 + .../examplesV1/#attic/bufstream/bufstream.ino | 39 + .../examplesV1/#attic/cin_cout/cin_cout.ino | 39 + .../examplesV1/#attic/eventlog/eventlog.ino | 62 + .../#attic/fgetsRewrite/fgetsRewrite.ino | 111 + .../examplesV1/#attic/readlog/readlog.ino | 51 + .../examples/examplesV1/#attic/readme.txt | 34 + .../AnalogBinLogger/AnalogBinLogger.h | 39 + .../AnalogBinLogger/AnalogBinLogger.ino | 826 +++ .../DirectoryFunctions/DirectoryFunctions.ino | 129 + .../examplesV1/LongFileName/LongFileName.ino | 102 + .../A long name can be 255 characters.txt | 4 + .../LongFileName/testFiles/LFN,NAME.TXT | 1 + .../LongFileName/testFiles/MIXCASE.txt | 5 + .../LongFileName/testFiles/Not_8_3.txt | 2 + .../LongFileName/testFiles/OK%83.TXT | 1 + .../LongFileName/testFiles/STD_8_3.TXT | 1 + .../LongFileName/testFiles/With Blank.txt | 2 + .../LongFileName/testFiles/With.Two dots.txt | 2 + .../LongFileName/testFiles/lower.txt | 5 + .../LongFileName/testFiles/mixed.TXT | 5 + .../LowLatencyLogger/LowLatencyLogger.ino | 655 ++ .../LowLatencyLogger/UserFunctions.cpp | 41 + .../examplesV1/LowLatencyLogger/UserTypes.h | 15 + .../LowLatencyLogger.ino | 655 ++ .../LowLatencyLoggerADXL345.ino | 1 + .../LowLatencyLoggerADXL345/UserFunctions.cpp | 70 + .../LowLatencyLoggerADXL345/UserTypes.h | 17 + .../LowLatencyLoggerADXL345/readme.txt | 1 + .../LowLatencyLogger.ino | 655 ++ .../LowLatencyLoggerMPU6050.ino | 2 + .../LowLatencyLoggerMPU6050/UserFunctions.cpp | 51 + .../LowLatencyLoggerMPU6050/UserTypes.h | 18 + .../examples/examplesV1/OpenNext/OpenNext.ino | 60 + .../PrintBenchmark/PrintBenchmark.ino | 152 + .../examplesV1/QuickStart/QuickStart.ino | 161 + .../examples/examplesV1/RawWrite/RawWrite.ino | 180 + .../examples/examplesV1/ReadCsv/ReadCsv.ino | 212 + .../examplesV1/ReadCsvArray/ReadCsvArray.ino | 139 + .../ReadCsvStream/ReadCsvStream.ino | 121 + .../examplesV1/ReadWrite/ReadWrite.ino | 81 + .../examplesV1/STM32Test/STM32Test.ino | 175 + .../examplesV1/SdFormatter/SdFormatter.ino | 552 ++ .../examples/examplesV1/SdInfo/SdInfo.ino | 248 + .../examplesV1/SoftwareSpi/SoftwareSpi.ino | 59 + .../examplesV1/StdioBench/StdioBench.ino | 215 + .../TeensySdioDemo/TeensySdioDemo.ino | 169 + .../examplesV1/Timestamp/Timestamp.ino | 162 + .../examples/examplesV1/TwoCards/TwoCards.ino | 170 + .../VolumeFreeSpace/VolumeFreeSpace.ino | 82 + .../examples/examplesV1/bench/bench.ino | 222 + .../examplesV1/dataLogger/dataLogger.ino | 150 + .../examples/examplesV1/fgets/fgets.ino | 88 + .../examplesV1/formatting/formatting.ino | 73 + .../examples/examplesV1/getline/getline.ino | 84 + .../examples/examplesV1/rename/rename.ino | 106 + .../ESP8266SdFat/examples/examplesV1/v1v2.txt | 66 + .../examples/examplesV1/wipe/wipe.ino | 43 + .../ESP8266SdFat/examples/rename/rename.ino | 147 + .../USB_Host_Shield/USB_Host_Shield_2.0.zip | Bin 0 -> 435152 bytes .../USB_Host_Shield/UsbHostShieldDiff.txt | 11 + .../extras/USB_Host_Shield/readme.txt | 6 + .../ESP8266SdFat/extras/cpplint.bat | 2 + .../ESP8266SdFat/extras/cpplint.py | 6244 +++++++++++++++++ .../ESP8266SdFat/extras/cpplint.sh | 4 + .../ESP8266SdFat/library.properties | 11 + .../ESP8266SdFat/src/BufferedPrint.h | 279 + .../ESP8266SdFat/src/DigitalIO/DigitalPin.h | 391 ++ .../ESP8266SdFat/src/DigitalIO/SoftSPI.h | 171 + .../boards/AvrDevelopersGpioPinMap.h | 47 + .../src/DigitalIO/boards/BobuinoGpioPinMap.h | 47 + .../src/DigitalIO/boards/GpioPinMap.h | 64 + .../src/DigitalIO/boards/LeonardoGpioPinMap.h | 45 + .../src/DigitalIO/boards/MegaGpioPinMap.h | 85 + .../boards/SleepingBeautyGpioPinMap.h | 47 + .../DigitalIO/boards/Standard1284GpioPinMap.h | 46 + .../src/DigitalIO/boards/Teensy2GpioPinMap.h | 40 + .../DigitalIO/boards/Teensy2ppGpioPinMap.h | 61 + .../src/DigitalIO/boards/UnoGpioPinMap.h | 35 + .../ESP8266SdFat/src/DigitalIO/readme.txt | 3 + .../ESP8266SdFat/src/ExFatLib/ExFatConfig.h | 34 + .../ESP8266SdFat/src/ExFatLib/ExFatDbg.cpp | 611 ++ .../ESP8266SdFat/src/ExFatLib/ExFatFile.cpp | 756 ++ .../ESP8266SdFat/src/ExFatLib/ExFatFile.h | 818 +++ .../src/ExFatLib/ExFatFilePrint.cpp | 189 + .../src/ExFatLib/ExFatFileWrite.cpp | 803 +++ .../src/ExFatLib/ExFatFormatter.cpp | 370 + .../src/ExFatLib/ExFatFormatter.h | 68 + .../ESP8266SdFat/src/ExFatLib/ExFatLib.h | 30 + .../src/ExFatLib/ExFatPartition.cpp | 384 + .../src/ExFatLib/ExFatPartition.h | 281 + .../ESP8266SdFat/src/ExFatLib/ExFatTypes.h | 65 + .../ESP8266SdFat/src/ExFatLib/ExFatVolume.cpp | 49 + .../ESP8266SdFat/src/ExFatLib/ExFatVolume.h | 358 + .../ESP8266SdFat/src/ExFatLib/upcase.cpp | 284 + .../ESP8266SdFat/src/ExFatLib/upcase.h | 46 + .../ESP8266SdFat/src/FatLib/FatDbg.cpp | 175 + .../ESP8266SdFat/src/FatLib/FatFile.cpp | 1520 ++++ .../ESP8266SdFat/src/FatLib/FatFile.h | 1073 +++ .../ESP8266SdFat/src/FatLib/FatFileLFN.cpp | 707 ++ .../ESP8266SdFat/src/FatLib/FatFilePrint.cpp | 166 + .../ESP8266SdFat/src/FatLib/FatFileSFN.cpp | 314 + .../ESP8266SdFat/src/FatLib/FatFormatter.cpp | 288 + .../ESP8266SdFat/src/FatLib/FatFormatter.h | 78 + .../ESP8266SdFat/src/FatLib/FatLib.h | 30 + .../ESP8266SdFat/src/FatLib/FatLibConfig.h | 32 + .../ESP8266SdFat/src/FatLib/FatPartition.cpp | 562 ++ .../ESP8266SdFat/src/FatLib/FatPartition.h | 377 + .../ESP8266SdFat/src/FatLib/FatVolume.cpp | 49 + .../ESP8266SdFat/src/FatLib/FatVolume.h | 350 + .../ESP8266SdFat/src/FreeStack.cpp | 88 + .../ESP8266SdFat/src/FreeStack.h | 120 + .../ESP8266SdFat/src/FsLib/FsFile.cpp | 194 + .../ESP8266SdFat/src/FsLib/FsFile.h | 770 ++ .../ESP8266SdFat/src/FsLib/FsLib.h | 33 + .../ESP8266SdFat/src/FsLib/FsNew.cpp | 30 + .../ESP8266SdFat/src/FsLib/FsNew.h | 60 + .../ESP8266SdFat/src/FsLib/FsVolume.cpp | 72 + .../ESP8266SdFat/src/FsLib/FsVolume.h | 383 + .../ESP8266SdFat/src/MinimumSerial.cpp | 80 + .../ESP8266SdFat/src/MinimumSerial.h | 77 + .../ESP8266SdFat/src/SdCard/CPPLINT.cfg | 1 + .../ESP8266SdFat/src/SdCard/SdCard.h | 92 + .../ESP8266SdFat/src/SdCard/SdCardInfo.cpp | 53 + .../ESP8266SdFat/src/SdCard/SdCardInfo.h | 500 ++ .../ESP8266SdFat/src/SdCard/SdCardInterface.h | 111 + .../ESP8266SdFat/src/SdCard/SdSpiCard.cpp | 878 +++ .../ESP8266SdFat/src/SdCard/SdSpiCard.h | 441 ++ .../ESP8266SdFat/src/SdCard/SdioCard.h | 254 + .../ESP8266SdFat/src/SdCard/SdioTeensy.cpp | 1008 +++ .../ESP8266SdFat/src/SdCard/SdioTeensy.h | 277 + .../ESP8266SDFat2/ESP8266SdFat/src/SdFat.h | 478 ++ .../ESP8266SdFat/src/SdFatConfig.h | 370 + .../src/SpiDriver/SdSpiArduinoDriver.h | 106 + .../src/SpiDriver/SdSpiArtemis.cpp | 82 + .../ESP8266SdFat/src/SpiDriver/SdSpiAvr.h | 96 + .../src/SpiDriver/SdSpiBareUnoDriver.h | 200 + .../src/SpiDriver/SdSpiBaseClass.h | 86 + .../src/SpiDriver/SdSpiChipSelect.cpp | 56 + .../ESP8266SdFat/src/SpiDriver/SdSpiDriver.h | 213 + .../ESP8266SdFat/src/SpiDriver/SdSpiDue.cpp | 220 + .../ESP8266SdFat/src/SpiDriver/SdSpiESP.cpp | 91 + .../src/SpiDriver/SdSpiLibDriver.h | 83 + .../src/SpiDriver/SdSpiParticle.cpp | 81 + .../ESP8266SdFat/src/SpiDriver/SdSpiSTM32.cpp | 85 + .../src/SpiDriver/SdSpiSoftDriver.h | 129 + .../src/SpiDriver/SdSpiTeensy3.cpp | 94 + .../ESP8266SdFat/src/common/ArduinoFiles.h | 169 + .../ESP8266SdFat/src/common/BlockDevice.h | 43 + .../src/common/BlockDeviceInterface.h | 98 + .../ESP8266SdFat/src/common/CPPLINT.cfg | 3 + .../ESP8266SdFat/src/common/CompileDateTime.h | 84 + .../ESP8266SdFat/src/common/DebugMacros.h | 62 + .../ESP8266SdFat/src/common/FmtNumber.cpp | 524 ++ .../ESP8266SdFat/src/common/FmtNumber.h | 52 + .../ESP8266SdFat/src/common/FsApiConstants.h | 152 + .../ESP8266SdFat/src/common/FsDateTime.cpp | 183 + .../ESP8266SdFat/src/common/FsDateTime.h | 202 + .../ESP8266SdFat/src/common/FsStructs.cpp | 72 + .../ESP8266SdFat/src/common/FsStructs.h | 394 ++ .../ESP8266SdFat/src/common/PrintBasic.cpp | 96 + .../ESP8266SdFat/src/common/PrintBasic.h | 186 + .../ESP8266SdFat/src/common/PrintTemplates.h | 510 ++ .../ESP8266SdFat/src/common/SysCall.h | 120 + .../src/common/SysCallBareUno.cpp | 55 + .../ESP8266SdFat/src/iostream/ArduinoStream.h | 161 + .../ESP8266SdFat/src/iostream/StdioStream.cpp | 459 ++ .../ESP8266SdFat/src/iostream/StdioStream.h | 687 ++ .../src/iostream/StreamBaseClass.cpp | 168 + .../ESP8266SdFat/src/iostream/bufstream.h | 182 + .../ESP8266SdFat/src/iostream/fstream.h | 340 + .../ESP8266SdFat/src/iostream/ios.h | 458 ++ .../ESP8266SdFat/src/iostream/iostream.h | 168 + .../ESP8266SdFat/src/iostream/istream.cpp | 403 ++ .../ESP8266SdFat/src/iostream/istream.h | 393 ++ .../ESP8266SdFat/src/iostream/ostream.cpp | 161 + .../ESP8266SdFat/src/iostream/ostream.h | 358 + .../ESP8266SDFat2/ESP8266SdFat/src/sdios.h | 34 + .../SDFat2/SdFat-2.0.6/src/SdFat.h | 6 +- .../SDFat2/SdFat-2.0.6/src/SdFatConfig.h | 8 + platformIO/extra_script.py | 19 +- 883 files changed, 166089 insertions(+), 32 deletions(-) create mode 100644 esp3d/src/modules/filesystem/sd/sd_sdfat2_esp32.cpp create mode 100644 esp3d/src/modules/filesystem/sd/sd_sdfat2_esp8266.cpp create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/.gitattributes create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/.gitignore create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/LICENSE.md create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/README.md create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/Doxyfile create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/SdErrorCodes.txt create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/SdFat.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/clean_html.bat create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/del_html.bat create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/_arduino_stream_8h.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/_arduino_stream_8h__dep__incl.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/_arduino_stream_8h__incl.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/_block_device_interface_8h.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/_block_device_interface_8h__incl.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/_buffered_print_8h.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/_ex_fat_file_8h.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/_ex_fat_file_8h__incl.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/_ex_fat_partition_8h.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/_ex_fat_partition_8h__dep__incl.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/_ex_fat_partition_8h__incl.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/_fat_file_8h.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/_fat_file_8h__dep__incl.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/_fat_file_8h__incl.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/_fat_lib_config_8h.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/_fat_lib_config_8h__dep__incl.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/_fat_lib_config_8h__incl.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/_fat_partition_8h.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/_fat_partition_8h__dep__incl.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/_fat_partition_8h__incl.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/_fat_volume_8h.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/_fat_volume_8h__incl.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/_free_stack_8h.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/_free_stack_8h__incl.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/_fs_file_8h.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/_fs_file_8h__dep__incl.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/_fs_lib_8h.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/_fs_lib_8h__dep__incl.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/_fs_lib_8h__incl.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/_fs_volume_8h.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/_fs_volume_8h__dep__incl.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/_minimum_serial_8h.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/_minimum_serial_8h__incl.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/_print_templates_8h.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/_print_templates_8h__incl.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/_sd_fat_8h.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/_sd_fat_8h__incl.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/_sd_fat_config_8h.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/_sd_fat_config_8h__dep__incl.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/_sd_fat_config_8h__incl.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/_sd_spi_arduino_driver_8h.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/_sd_spi_arduino_driver_8h__dep__incl.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/_sd_spi_arduino_driver_8h__incl.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/_sd_spi_base_class_8h.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/_sd_spi_card_8h.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/_sd_spi_card_8h__incl.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/_sd_spi_driver_8h.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/_sd_spi_driver_8h__dep__incl.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/_sd_spi_driver_8h__incl.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/_sd_spi_lib_driver_8h.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/_sd_spi_lib_driver_8h__dep__incl.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/_sd_spi_soft_driver_8h.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/_sd_spi_soft_driver_8h__incl.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/_stdio_stream_8h.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/_stdio_stream_8h__dep__incl.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/_stdio_stream_8h__incl.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/_sys_call_8h.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/_sys_call_8h__dep__incl.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/_sys_call_8h__incl.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/annotated.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/bc_s.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/bdwn.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/bufstream_8h.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/bufstream_8h__dep__incl.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/bufstream_8h__incl.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_arduino_in_stream-members.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_arduino_in_stream.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_arduino_in_stream__coll__graph.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_arduino_in_stream__inherit__graph.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_arduino_out_stream-members.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_arduino_out_stream.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_arduino_out_stream__coll__graph.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_arduino_out_stream__inherit__graph.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_block_device_interface-members.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_block_device_interface.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_block_device_interface__inherit__graph.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_buffered_print-members.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_buffered_print.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_ex_fat_file-members.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_ex_fat_file.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_ex_fat_file__inherit__graph.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_ex_fat_formatter-members.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_ex_fat_formatter.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_ex_fat_partition-members.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_ex_fat_partition.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_ex_fat_partition__inherit__graph.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_ex_fat_volume-members.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_ex_fat_volume.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_ex_fat_volume__coll__graph.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_ex_fat_volume__inherit__graph.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_ex_file-members.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_ex_file.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_ex_file__coll__graph.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_ex_file__inherit__graph.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_fat_cache-members.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_fat_cache.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_fat_file-members.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_fat_file.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_fat_file__inherit__graph.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_fat_formatter-members.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_fat_formatter.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_fat_partition-members.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_fat_partition.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_fat_partition__inherit__graph.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_fat_volume-members.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_fat_volume.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_fat_volume__coll__graph.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_fat_volume__inherit__graph.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_file32-members.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_file32.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_file32__coll__graph.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_file32__inherit__graph.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_fs_base_file-members.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_fs_base_file.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_fs_base_file__inherit__graph.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_fs_cache-members.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_fs_cache.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_fs_file-members.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_fs_file.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_fs_file__coll__graph.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_fs_file__inherit__graph.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_fs_volume-members.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_fs_volume.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_fs_volume__inherit__graph.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_minimum_serial-members.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_minimum_serial.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_minimum_serial__coll__graph.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_minimum_serial__inherit__graph.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_print_file-members.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_print_file.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_print_file__coll__graph.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_print_file__inherit__graph.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_sd_base-members.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_sd_base.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_sd_base__coll__graph.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_sd_base__inherit__graph.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_sd_card_factory-members.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_sd_card_factory.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_sd_card_interface-members.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_sd_card_interface.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_sd_card_interface__coll__graph.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_sd_card_interface__inherit__graph.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_sd_ex_fat-members.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_sd_ex_fat.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_sd_ex_fat__coll__graph.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_sd_ex_fat__inherit__graph.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_sd_fat32-members.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_sd_fat32.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_sd_fat32__coll__graph.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_sd_fat32__inherit__graph.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_sd_file-members.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_sd_file.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_sd_file__coll__graph.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_sd_file__inherit__graph.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_sd_fs-members.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_sd_fs.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_sd_fs__coll__graph.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_sd_fs__inherit__graph.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_sd_spi_arduino_driver-members.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_sd_spi_arduino_driver.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_sd_spi_base_class-members.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_sd_spi_base_class.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_sd_spi_card-members.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_sd_spi_card.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_sd_spi_config-members.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_sd_spi_config.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_sd_spi_soft_driver-members.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_sd_spi_soft_driver.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_sd_spi_soft_driver__inherit__graph.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_sdio_card-members.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_sdio_card.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_sdio_card__coll__graph.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_sdio_card__inherit__graph.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_sdio_config-members.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_sdio_config.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_soft_spi_driver-members.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_soft_spi_driver.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_soft_spi_driver__coll__graph.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_soft_spi_driver__inherit__graph.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_stdio_stream-members.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_stdio_stream.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_stdio_stream__coll__graph.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_stdio_stream__inherit__graph.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_stream_base_class-members.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_stream_base_class.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_stream_base_class__coll__graph.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_stream_base_class__inherit__graph.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_stream_file-members.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_stream_file.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_stream_file__coll__graph.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_stream_file__inherit__graph.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_sys_call-members.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/class_sys_call.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/classes.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/classfstream-members.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/classfstream.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/classfstream__coll__graph.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/classfstream__inherit__graph.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/classibufstream-members.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/classibufstream.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/classibufstream__coll__graph.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/classibufstream__inherit__graph.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/classifstream-members.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/classifstream.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/classifstream__coll__graph.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/classifstream__inherit__graph.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/classios-members.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/classios.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/classios__base-members.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/classios__base.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/classios__base__inherit__graph.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/classios__coll__graph.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/classios__inherit__graph.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/classiostream-members.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/classiostream.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/classiostream__coll__graph.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/classiostream__inherit__graph.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/classistream-members.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/classistream.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/classistream__coll__graph.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/classistream__inherit__graph.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/classobufstream-members.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/classobufstream.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/classobufstream__coll__graph.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/classobufstream__inherit__graph.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/classofstream-members.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/classofstream.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/classofstream__coll__graph.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/classofstream__inherit__graph.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/classostream-members.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/classostream.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/classostream__coll__graph.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/classostream__inherit__graph.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/closed.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/dir_000004_000009.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/dir_000006_000005.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/dir_000007_000005.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/dir_000009_000008.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/dir_000010_000005.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/dir_000010_000011.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/dir_000011_000005.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/dir_05631d2e79636c8b95a1e5d165caf51f.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/dir_05631d2e79636c8b95a1e5d165caf51f_dep.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/dir_1281b15c327061056ab3b326e90c50cf.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/dir_1281b15c327061056ab3b326e90c50cf_dep.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/dir_481cc946b8a81b8d9363a4aad6201160.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/dir_481cc946b8a81b8d9363a4aad6201160_dep.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/dir_4944048bb6fb9e219242a59a3faf7f85.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/dir_6ad57a83f04f6188f18545163430419a.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/dir_6ad57a83f04f6188f18545163430419a_dep.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/dir_72a7f5d5cdfff657f3dd19b69595124a.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/dir_72a7f5d5cdfff657f3dd19b69595124a_dep.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/dir_7e472674a7b7d2590a789f197241f95f.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/dir_7e472674a7b7d2590a789f197241f95f_dep.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/dir_954f1cc1f567c84d567c4e2ef94e5c23.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/dir_a70af2fb8f1edf8b7124f41d82dbf480.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/dir_a70af2fb8f1edf8b7124f41d82dbf480_dep.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/dir_a991eec27578c865874ede3d8ec657c2.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/dir_a991eec27578c865874ede3d8ec657c2_dep.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/dir_c18d6c86f7b0afecac5c3a8a9885031e.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/dir_c18d6c86f7b0afecac5c3a8a9885031e_dep.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/dir_f9735b46fbe6c50afc1ee0ea5d409dcf.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/dir_f9735b46fbe6c50afc1ee0ea5d409dcf_dep.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/doc.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/doxygen.css create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/doxygen.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/dynsections.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/files.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/folderclosed.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/folderopen.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/fstream_8h.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/fstream_8h__dep__incl.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/fstream_8h__incl.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/functions.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/functions_b.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/functions_c.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/functions_d.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/functions_e.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/functions_enum.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/functions_eval.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/functions_f.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/functions_func.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/functions_func_b.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/functions_func_c.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/functions_func_d.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/functions_func_e.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/functions_func_f.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/functions_func_g.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/functions_func_h.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/functions_func_i.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/functions_func_k.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/functions_func_l.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/functions_func_m.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/functions_func_n.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/functions_func_o.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/functions_func_p.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/functions_func_r.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/functions_func_s.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/functions_func_t.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/functions_func_u.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/functions_func_v.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/functions_func_w.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/functions_func_y.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/functions_g.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/functions_h.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/functions_i.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/functions_k.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/functions_l.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/functions_m.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/functions_n.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/functions_o.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/functions_p.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/functions_r.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/functions_rela.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/functions_s.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/functions_t.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/functions_type.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/functions_u.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/functions_v.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/functions_vars.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/functions_w.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/functions_y.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/globals.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/globals_defs.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/globals_func.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/globals_type.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/globals_vars.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/graph_legend.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/graph_legend.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/hierarchy.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/index.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/inherit_graph_0.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/inherit_graph_1.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/inherit_graph_10.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/inherit_graph_11.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/inherit_graph_12.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/inherit_graph_13.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/inherit_graph_14.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/inherit_graph_15.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/inherit_graph_16.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/inherit_graph_17.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/inherit_graph_18.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/inherit_graph_19.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/inherit_graph_2.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/inherit_graph_20.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/inherit_graph_21.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/inherit_graph_22.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/inherit_graph_23.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/inherit_graph_24.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/inherit_graph_25.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/inherit_graph_26.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/inherit_graph_27.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/inherit_graph_28.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/inherit_graph_3.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/inherit_graph_4.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/inherit_graph_5.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/inherit_graph_6.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/inherit_graph_7.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/inherit_graph_8.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/inherit_graph_9.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/inherits.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/ios_8h.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/ios_8h__dep__incl.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/ios_8h__incl.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/iostream_8h.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/iostream_8h__dep__incl.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/iostream_8h__incl.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/istream_8h.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/istream_8h__dep__incl.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/istream_8h__incl.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/jquery.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/menu.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/menudata.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/namespace_fs_date_time.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/namespacemembers.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/namespacemembers_func.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/namespacemembers_vars.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/namespaces.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/nav_f.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/nav_g.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/nav_h.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/open.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/ostream_8h.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/ostream_8h__dep__incl.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/ostream_8h__incl.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/sdios_8h.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/sdios_8h__incl.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/all_0.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/all_0.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/all_1.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/all_1.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/all_10.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/all_10.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/all_11.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/all_11.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/all_12.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/all_12.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/all_13.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/all_13.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/all_14.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/all_14.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/all_15.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/all_15.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/all_16.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/all_16.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/all_2.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/all_2.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/all_3.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/all_3.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/all_4.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/all_4.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/all_5.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/all_5.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/all_6.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/all_6.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/all_7.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/all_7.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/all_8.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/all_8.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/all_9.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/all_9.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/all_a.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/all_a.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/all_b.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/all_b.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/all_c.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/all_c.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/all_d.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/all_d.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/all_e.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/all_e.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/all_f.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/all_f.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/classes_0.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/classes_0.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/classes_1.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/classes_1.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/classes_2.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/classes_2.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/classes_3.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/classes_3.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/classes_4.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/classes_4.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/classes_5.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/classes_5.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/classes_6.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/classes_6.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/classes_7.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/classes_7.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/classes_8.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/classes_8.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/classes_9.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/classes_9.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/classes_a.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/classes_a.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/close.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/defines_0.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/defines_0.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/defines_1.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/defines_1.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/defines_2.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/defines_2.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/defines_3.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/defines_3.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/defines_4.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/defines_4.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/defines_5.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/defines_5.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/defines_6.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/defines_6.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/defines_7.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/defines_7.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/defines_8.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/defines_8.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/defines_9.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/defines_9.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/defines_a.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/defines_a.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/defines_b.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/defines_b.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/enums_0.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/enums_0.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/enumvalues_0.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/enumvalues_0.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/enumvalues_1.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/enumvalues_1.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/enumvalues_2.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/enumvalues_2.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/files_0.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/files_0.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/files_1.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/files_1.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/files_2.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/files_2.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/files_3.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/files_3.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/files_4.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/files_4.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/files_5.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/files_5.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/files_6.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/files_6.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/files_7.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/files_7.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/files_8.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/files_8.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/functions_0.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/functions_0.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/functions_1.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/functions_1.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/functions_10.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/functions_10.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/functions_11.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/functions_11.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/functions_12.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/functions_12.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/functions_13.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/functions_13.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/functions_14.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/functions_14.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/functions_15.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/functions_15.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/functions_2.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/functions_2.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/functions_3.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/functions_3.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/functions_4.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/functions_4.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/functions_5.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/functions_5.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/functions_6.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/functions_6.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/functions_7.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/functions_7.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/functions_8.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/functions_8.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/functions_9.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/functions_9.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/functions_a.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/functions_a.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/functions_b.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/functions_b.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/functions_c.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/functions_c.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/functions_d.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/functions_d.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/functions_e.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/functions_e.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/functions_f.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/functions_f.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/mag_sel.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/namespaces_0.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/namespaces_0.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/nomatches.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/pages_0.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/pages_0.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/related_0.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/related_0.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/related_1.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/related_1.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/search.css create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/search.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/search_l.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/search_m.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/search_r.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/searchdata.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/typedefs_0.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/typedefs_0.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/typedefs_1.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/typedefs_1.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/typedefs_2.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/typedefs_2.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/typedefs_3.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/typedefs_3.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/typedefs_4.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/typedefs_4.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/variables_0.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/variables_0.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/variables_1.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/variables_1.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/variables_10.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/variables_10.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/variables_11.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/variables_11.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/variables_12.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/variables_12.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/variables_2.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/variables_2.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/variables_3.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/variables_3.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/variables_4.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/variables_4.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/variables_5.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/variables_5.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/variables_6.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/variables_6.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/variables_7.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/variables_7.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/variables_8.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/variables_8.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/variables_9.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/variables_9.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/variables_a.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/variables_a.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/variables_b.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/variables_b.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/variables_c.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/variables_c.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/variables_d.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/variables_d.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/variables_e.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/variables_e.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/variables_f.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/search/variables_f.js create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/splitbar.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/struct_c_i_d-members.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/struct_c_i_d.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/struct_dir_pos__t-members.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/struct_dir_pos__t.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/struct_ex_fat_pos__t-members.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/struct_ex_fat_pos__t.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/struct_ex_name__t-members.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/struct_ex_name__t.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/struct_fat_pos__t-members.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/struct_fat_pos__t.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/structfname__t-members.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/structfname__t.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/structsetfill-members.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/structsetfill.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/structsetprecision-members.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/structsetprecision.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/structsetw-members.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/structsetw.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/sync_off.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/sync_on.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/tab_a.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/tab_b.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/tab_h.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/tab_s.png create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/tabs.css create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/unioncache__t-members.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/html/unioncache__t.html create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/mainpage.h create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/AvrAdcLogger/AvrAdcLogger.h create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/AvrAdcLogger/AvrAdcLogger.ino create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/BackwardCompatibility/BackwardCompatibility.ino create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/BufferedPrint/BufferedPrint.ino create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/DirectoryFunctions/DirectoryFunctions.ino create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/ExFatFormatter/ExFatFormatter.ino create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/ExFatLogger/ExFatLogger.h create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/ExFatLogger/ExFatLogger.ino create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/ExFatUnicodeTest/ExFatUnicodeTest.ino create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/OpenNext/OpenNext.ino create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/QuickStart/QuickStart.ino create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/ReadCsvFile/ReadCsvFile.ino create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/RtcTimestampTest/RtcTimestampTest.ino create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/STM32Test/STM32Test.ino create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/SdErrorCodes/SdErrorCodes.ino create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/SdFormatter/SdFormatter.ino create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/SdInfo/SdInfo.ino create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/SoftwareSpi/SoftwareSpi.ino create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/TeensyRtcTimestamp/TeensyRtcTimestamp.ino create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/TeensySdioDemo/TeensySdioDemo.ino create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/UserChipSelectFunction/UserChipSelectFunction.ino create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/UserSPIDriver/UserSPIDriver.ino create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/bench/bench.ino create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/examplesV1/#attic/AnalogLogger/AnalogLogger.ino create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/examplesV1/#attic/BaseExtCaseTest/BaseExtCaseTest.ino create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/examplesV1/#attic/HelloWorld/HelloWorld.ino create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/examplesV1/#attic/MiniSerial/MiniSerial.ino create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/examplesV1/#attic/PrintBenchmarkSD/PrintBenchmarkSD.ino create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/examplesV1/#attic/SD_Size/SD_Size.ino create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/examplesV1/#attic/SdFatSize/SdFatSize.ino create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/examplesV1/#attic/StreamParseInt/StreamParseInt.ino create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/examplesV1/#attic/append/append.ino create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/examplesV1/#attic/average/average.ino create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/examplesV1/#attic/benchSD/benchSD.ino create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/examplesV1/#attic/bufstream/bufstream.ino create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/examplesV1/#attic/cin_cout/cin_cout.ino create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/examplesV1/#attic/eventlog/eventlog.ino create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/examplesV1/#attic/fgetsRewrite/fgetsRewrite.ino create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/examplesV1/#attic/readlog/readlog.ino create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/examplesV1/#attic/readme.txt create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/examplesV1/AnalogBinLogger/AnalogBinLogger.h create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/examplesV1/AnalogBinLogger/AnalogBinLogger.ino create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/examplesV1/DirectoryFunctions/DirectoryFunctions.ino create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/examplesV1/LongFileName/LongFileName.ino create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/examplesV1/LongFileName/testFiles/A long name can be 255 characters.txt create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/examplesV1/LongFileName/testFiles/LFN,NAME.TXT create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/examplesV1/LongFileName/testFiles/MIXCASE.txt create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/examplesV1/LongFileName/testFiles/Not_8_3.txt create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/examplesV1/LongFileName/testFiles/OK%83.TXT create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/examplesV1/LongFileName/testFiles/STD_8_3.TXT create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/examplesV1/LongFileName/testFiles/With Blank.txt create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/examplesV1/LongFileName/testFiles/With.Two dots.txt create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/examplesV1/LongFileName/testFiles/lower.txt create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/examplesV1/LongFileName/testFiles/mixed.TXT create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/examplesV1/LowLatencyLogger/LowLatencyLogger.ino create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/examplesV1/LowLatencyLogger/UserFunctions.cpp create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/examplesV1/LowLatencyLogger/UserTypes.h create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/examplesV1/LowLatencyLoggerADXL345/LowLatencyLogger.ino create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/examplesV1/LowLatencyLoggerADXL345/LowLatencyLoggerADXL345.ino create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/examplesV1/LowLatencyLoggerADXL345/UserFunctions.cpp create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/examplesV1/LowLatencyLoggerADXL345/UserTypes.h create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/examplesV1/LowLatencyLoggerADXL345/readme.txt create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/examplesV1/LowLatencyLoggerMPU6050/LowLatencyLogger.ino create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/examplesV1/LowLatencyLoggerMPU6050/LowLatencyLoggerMPU6050.ino create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/examplesV1/LowLatencyLoggerMPU6050/UserFunctions.cpp create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/examplesV1/LowLatencyLoggerMPU6050/UserTypes.h create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/examplesV1/OpenNext/OpenNext.ino create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/examplesV1/PrintBenchmark/PrintBenchmark.ino create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/examplesV1/QuickStart/QuickStart.ino create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/examplesV1/RawWrite/RawWrite.ino create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/examplesV1/ReadCsv/ReadCsv.ino create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/examplesV1/ReadCsvArray/ReadCsvArray.ino create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/examplesV1/ReadCsvStream/ReadCsvStream.ino create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/examplesV1/ReadWrite/ReadWrite.ino create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/examplesV1/STM32Test/STM32Test.ino create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/examplesV1/SdFormatter/SdFormatter.ino create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/examplesV1/SdInfo/SdInfo.ino create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/examplesV1/SoftwareSpi/SoftwareSpi.ino create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/examplesV1/StdioBench/StdioBench.ino create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/examplesV1/TeensySdioDemo/TeensySdioDemo.ino create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/examplesV1/Timestamp/Timestamp.ino create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/examplesV1/TwoCards/TwoCards.ino create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/examplesV1/VolumeFreeSpace/VolumeFreeSpace.ino create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/examplesV1/bench/bench.ino create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/examplesV1/dataLogger/dataLogger.ino create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/examplesV1/fgets/fgets.ino create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/examplesV1/formatting/formatting.ino create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/examplesV1/getline/getline.ino create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/examplesV1/rename/rename.ino create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/examplesV1/v1v2.txt create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/examplesV1/wipe/wipe.ino create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/examples/rename/rename.ino create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/extras/USB_Host_Shield/USB_Host_Shield_2.0.zip create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/extras/USB_Host_Shield/UsbHostShieldDiff.txt create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/extras/USB_Host_Shield/readme.txt create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/extras/cpplint.bat create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/extras/cpplint.py create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/extras/cpplint.sh create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/library.properties create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/BufferedPrint.h create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/DigitalIO/DigitalPin.h create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/DigitalIO/SoftSPI.h create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/DigitalIO/boards/AvrDevelopersGpioPinMap.h create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/DigitalIO/boards/BobuinoGpioPinMap.h create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/DigitalIO/boards/GpioPinMap.h create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/DigitalIO/boards/LeonardoGpioPinMap.h create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/DigitalIO/boards/MegaGpioPinMap.h create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/DigitalIO/boards/SleepingBeautyGpioPinMap.h create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/DigitalIO/boards/Standard1284GpioPinMap.h create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/DigitalIO/boards/Teensy2GpioPinMap.h create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/DigitalIO/boards/Teensy2ppGpioPinMap.h create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/DigitalIO/boards/UnoGpioPinMap.h create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/DigitalIO/readme.txt create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/ExFatLib/ExFatConfig.h create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/ExFatLib/ExFatDbg.cpp create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/ExFatLib/ExFatFile.cpp create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/ExFatLib/ExFatFile.h create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/ExFatLib/ExFatFilePrint.cpp create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/ExFatLib/ExFatFileWrite.cpp create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/ExFatLib/ExFatFormatter.cpp create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/ExFatLib/ExFatFormatter.h create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/ExFatLib/ExFatLib.h create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/ExFatLib/ExFatPartition.cpp create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/ExFatLib/ExFatPartition.h create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/ExFatLib/ExFatTypes.h create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/ExFatLib/ExFatVolume.cpp create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/ExFatLib/ExFatVolume.h create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/ExFatLib/upcase.cpp create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/ExFatLib/upcase.h create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/FatLib/FatDbg.cpp create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/FatLib/FatFile.cpp create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/FatLib/FatFile.h create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/FatLib/FatFileLFN.cpp create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/FatLib/FatFilePrint.cpp create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/FatLib/FatFileSFN.cpp create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/FatLib/FatFormatter.cpp create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/FatLib/FatFormatter.h create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/FatLib/FatLib.h create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/FatLib/FatLibConfig.h create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/FatLib/FatPartition.cpp create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/FatLib/FatPartition.h create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/FatLib/FatVolume.cpp create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/FatLib/FatVolume.h create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/FreeStack.cpp create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/FreeStack.h create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/FsLib/FsFile.cpp create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/FsLib/FsFile.h create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/FsLib/FsLib.h create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/FsLib/FsNew.cpp create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/FsLib/FsNew.h create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/FsLib/FsVolume.cpp create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/FsLib/FsVolume.h create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/MinimumSerial.cpp create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/MinimumSerial.h create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/SdCard/CPPLINT.cfg create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/SdCard/SdCard.h create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/SdCard/SdCardInfo.cpp create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/SdCard/SdCardInfo.h create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/SdCard/SdCardInterface.h create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/SdCard/SdSpiCard.cpp create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/SdCard/SdSpiCard.h create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/SdCard/SdioCard.h create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/SdCard/SdioTeensy.cpp create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/SdCard/SdioTeensy.h create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/SdFat.h create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/SdFatConfig.h create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/SpiDriver/SdSpiArduinoDriver.h create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/SpiDriver/SdSpiArtemis.cpp create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/SpiDriver/SdSpiAvr.h create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/SpiDriver/SdSpiBareUnoDriver.h create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/SpiDriver/SdSpiBaseClass.h create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/SpiDriver/SdSpiChipSelect.cpp create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/SpiDriver/SdSpiDriver.h create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/SpiDriver/SdSpiDue.cpp create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/SpiDriver/SdSpiESP.cpp create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/SpiDriver/SdSpiLibDriver.h create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/SpiDriver/SdSpiParticle.cpp create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/SpiDriver/SdSpiSTM32.cpp create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/SpiDriver/SdSpiSoftDriver.h create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/SpiDriver/SdSpiTeensy3.cpp create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/common/ArduinoFiles.h create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/common/BlockDevice.h create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/common/BlockDeviceInterface.h create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/common/CPPLINT.cfg create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/common/CompileDateTime.h create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/common/DebugMacros.h create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/common/FmtNumber.cpp create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/common/FmtNumber.h create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/common/FsApiConstants.h create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/common/FsDateTime.cpp create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/common/FsDateTime.h create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/common/FsStructs.cpp create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/common/FsStructs.h create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/common/PrintBasic.cpp create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/common/PrintBasic.h create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/common/PrintTemplates.h create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/common/SysCall.h create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/common/SysCallBareUno.cpp create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/iostream/ArduinoStream.h create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/iostream/StdioStream.cpp create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/iostream/StdioStream.h create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/iostream/StreamBaseClass.cpp create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/iostream/bufstream.h create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/iostream/fstream.h create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/iostream/ios.h create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/iostream/iostream.h create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/iostream/istream.cpp create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/iostream/istream.h create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/iostream/ostream.cpp create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/iostream/ostream.h create mode 100644 extra-libraries/ESP8266SDFat2/ESP8266SdFat/src/sdios.h diff --git a/esp3d/src/core/espcmd/ESP0.cpp b/esp3d/src/core/espcmd/ESP0.cpp index 5c0b758d..e68f01c2 100644 --- a/esp3d/src/core/espcmd/ESP0.cpp +++ b/esp3d/src/core/espcmd/ESP0.cpp @@ -125,7 +125,7 @@ const char * help[]= {"[ESP] - display this help", "[ESP710]FORMAT - Format ESP Filesystem", #endif //FILESYSTEM_FEATURE #if defined (SD_DEVICE) - "[ESP715]FORMAT - Format SD Filesystem", + "[ESP715]FORMATSD - Format SD Filesystem", #endif //SD_DEVICE #if defined(FILESYSTEM_FEATURE) "[ESP720](path) - List ESP Filesystem", diff --git a/esp3d/src/core/espcmd/ESP710.cpp b/esp3d/src/core/espcmd/ESP710.cpp index 4530dd57..fabe0437 100644 --- a/esp3d/src/core/espcmd/ESP710.cpp +++ b/esp3d/src/core/espcmd/ESP710.cpp @@ -41,11 +41,17 @@ bool Commands::ESP710(const char* cmd_params, level_authenticate_type auth_type, #endif //AUTHENTICATION_FEATURE { if (parameter == "FORMAT") { - if (output->client()!=ESP_HTTP_CLIENT) output->printMSG("Start Formating"); - else output->printLN("Start Formating"); + if (output->client()!=ESP_HTTP_CLIENT) { + output->printMSG("Start Formating"); + } else { + output->printLN("Start Formating"); + } ESP_FileSystem::format(); - if (output->client()!=ESP_HTTP_CLIENT) output->printMSG("Format Done"); - else output->printLN("Format Done"); + if (output->client()!=ESP_HTTP_CLIENT) { + output->printMSG("Format Done"); + } else { + output->printLN("Format Done"); + } } else { output->printERROR ("Invalid parameter!"); response = false; diff --git a/esp3d/src/core/espcmd/ESP715.cpp b/esp3d/src/core/espcmd/ESP715.cpp index c0893437..c8844b5f 100644 --- a/esp3d/src/core/espcmd/ESP715.cpp +++ b/esp3d/src/core/espcmd/ESP715.cpp @@ -25,7 +25,7 @@ #include "../../modules/authentication/authentication_service.h" #include "../../modules/filesystem/esp_sd.h" //Format SD Filesystem -//[ESP715]FORMAT pwd= +//[ESP715]FORMATSD pwd= bool Commands::ESP715(const char* cmd_params, level_authenticate_type auth_type, ESP3DOutput * output) { bool response = true; diff --git a/esp3d/src/include/defines.h b/esp3d/src/include/defines.h index e83856c0..bbf38e9e 100644 --- a/esp3d/src/include/defines.h +++ b/esp3d/src/include/defines.h @@ -99,6 +99,7 @@ #define ESP_SD_NATIVE 1 #define ESP_SDIO 2 #define ESP_SDFAT 3 +#define ESP_SDFAT2 4 //SD state #define ESP_SDCARD_IDLE 0 diff --git a/esp3d/src/include/version.h b/esp3d/src/include/version.h index 968b8c54..9e97c952 100644 --- a/esp3d/src/include/version.h +++ b/esp3d/src/include/version.h @@ -22,7 +22,7 @@ #define _VERSION_ESP3D_H //version and sources location -#define FW_VERSION "3.0.0.a96" +#define FW_VERSION "3.0.0.a97" #define REPOSITORY "https://github.com/luc-github/ESP3D/tree/3.0" #endif //_VERSION_ESP3D_H diff --git a/esp3d/src/modules/filesystem/esp_sd.cpp b/esp3d/src/modules/filesystem/esp_sd.cpp index f937dc71..ec3f5460 100644 --- a/esp3d/src/modules/filesystem/esp_sd.cpp +++ b/esp3d/src/modules/filesystem/esp_sd.cpp @@ -29,12 +29,12 @@ #define FS_NO_GLOBALS #include File tSDFile_handle[ESP_MAX_SD_OPENHANDLE]; -#elif (SD_DEVICE == ESP_SDFAT) && defined (ARDUINO_ARCH_ESP8266) +#elif ((SD_DEVICE == ESP_SDFAT) || (SD_DEVICE == ESP_SDFAT2)) && defined (ARDUINO_ARCH_ESP8266) #define FS_NO_GLOBALS #define NO_GLOBAL_SD #include sdfat::File tSDFile_handle[ESP_MAX_SD_OPENHANDLE]; -#elif (SD_DEVICE == ESP_SDFAT) && defined (ARDUINO_ARCH_ESP32) +#elif ((SD_DEVICE == ESP_SDFAT) || (SD_DEVICE == ESP_SDFAT2)) && defined (ARDUINO_ARCH_ESP32) #include File tSDFile_handle[ESP_MAX_SD_OPENHANDLE]; #else diff --git a/esp3d/src/modules/filesystem/flash/fat_esp32_filesystem.cpp b/esp3d/src/modules/filesystem/flash/fat_esp32_filesystem.cpp index d8348ba3..c64e77fb 100644 --- a/esp3d/src/modules/filesystem/flash/fat_esp32_filesystem.cpp +++ b/esp3d/src/modules/filesystem/flash/fat_esp32_filesystem.cpp @@ -71,7 +71,7 @@ const char * ESP_FileSystem::FilesystemName() bool ESP_FileSystem::format() { bool res = FFat.format(); - if (res){ + if (res) { res = begin(); } return res; diff --git a/esp3d/src/modules/filesystem/flash/littlefs_esp32_filesystem.cpp b/esp3d/src/modules/filesystem/flash/littlefs_esp32_filesystem.cpp index b7611af3..efd1cdf7 100644 --- a/esp3d/src/modules/filesystem/flash/littlefs_esp32_filesystem.cpp +++ b/esp3d/src/modules/filesystem/flash/littlefs_esp32_filesystem.cpp @@ -71,7 +71,7 @@ const char * ESP_FileSystem::FilesystemName() bool ESP_FileSystem::format() { bool res = LITTLEFS.format(); - if (res){ + if (res) { res = begin(); } return res; diff --git a/esp3d/src/modules/filesystem/flash/littlefs_esp8266_filesystem .cpp b/esp3d/src/modules/filesystem/flash/littlefs_esp8266_filesystem .cpp index 43ff1cee..f5e6ea21 100644 --- a/esp3d/src/modules/filesystem/flash/littlefs_esp8266_filesystem .cpp +++ b/esp3d/src/modules/filesystem/flash/littlefs_esp8266_filesystem .cpp @@ -75,7 +75,7 @@ const char * ESP_FileSystem::FilesystemName() bool ESP_FileSystem::format() { bool res = LittleFS.format(); - if (res){ + if (res) { res = begin(); } return res; diff --git a/esp3d/src/modules/filesystem/flash/spiffs_esp32_filesystem.cpp b/esp3d/src/modules/filesystem/flash/spiffs_esp32_filesystem.cpp index 821af7ae..b81cec90 100644 --- a/esp3d/src/modules/filesystem/flash/spiffs_esp32_filesystem.cpp +++ b/esp3d/src/modules/filesystem/flash/spiffs_esp32_filesystem.cpp @@ -69,7 +69,7 @@ const char * ESP_FileSystem::FilesystemName() bool ESP_FileSystem::format() { bool res = SPIFFS.format(); - if (res){ + if (res) { res = begin(); } return res; diff --git a/esp3d/src/modules/filesystem/flash/spiffs_esp8266_filesystem.cpp b/esp3d/src/modules/filesystem/flash/spiffs_esp8266_filesystem.cpp index 35f9c142..c7f93fc6 100644 --- a/esp3d/src/modules/filesystem/flash/spiffs_esp8266_filesystem.cpp +++ b/esp3d/src/modules/filesystem/flash/spiffs_esp8266_filesystem.cpp @@ -73,7 +73,7 @@ const char * ESP_FileSystem::FilesystemName() bool ESP_FileSystem::format() { bool res = SPIFFS.format(); - if (res){ + if (res) { res = begin(); } return res; diff --git a/esp3d/src/modules/filesystem/sd/sd_native_esp8266.cpp b/esp3d/src/modules/filesystem/sd/sd_native_esp8266.cpp index 85ca0b28..48ef48af 100644 --- a/esp3d/src/modules/filesystem/sd/sd_native_esp8266.cpp +++ b/esp3d/src/modules/filesystem/sd/sd_native_esp8266.cpp @@ -19,7 +19,7 @@ sd_native_esp8266.cpp - ESP3D sd support class */ #include "../../../include/esp3d_config.h" #if defined (ARDUINO_ARCH_ESP8266) && defined(SD_DEVICE) -#if (SD_DEVICE == ESP_SD_NATIVE) +#if (SD_DEVICE == ESP_SD_NATIVE) #define FS_NO_GLOBALS #include "../esp_sd.h" #include "../../../core/genLinkedList.h" @@ -152,8 +152,10 @@ uint64_t ESP_SD::usedBytes() FSInfo64 info; static uint64_t volUsed; if (_sizechanged) { - if (!SDFS.info64(info)) return 0; - volUsed = info.usedBytes; + if (!SDFS.info64(info)) { + return 0; + } + volUsed = info.usedBytes; _sizechanged = false; } return volUsed; @@ -180,7 +182,7 @@ bool ESP_SD::rename(const char *oldpath, const char *newpath) bool ESP_SD::format(ESP3DOutput * output) { - if (output) { + if (output) { output->printERROR ("Not implemented!"); } return false; diff --git a/esp3d/src/modules/filesystem/sd/sd_sdfat2_esp32.cpp b/esp3d/src/modules/filesystem/sd/sd_sdfat2_esp32.cpp new file mode 100644 index 00000000..70202bcd --- /dev/null +++ b/esp3d/src/modules/filesystem/sd/sd_sdfat2_esp32.cpp @@ -0,0 +1,511 @@ +/* +sd_native_esp8266.cpp - ESP3D sd support class + + Copyright (c) 2014 Luc Lebosse. All rights reserved. + + This code is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + This code is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with This code; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +*/ +#include "../../../include/esp3d_config.h" +#if defined (ARDUINO_ARCH_ESP32) && defined(SD_DEVICE) +#if (SD_DEVICE == ESP_SDFAT2) +#include "../esp_sd.h" +#include "../../../core/genLinkedList.h" +#include "../../../core/settings_esp3d.h" +#include +#include + +// Try to select the best SD card configuration. +#if HAS_SDIO_CLASS +#define SD_CONFIG SdioConfig(FIFO_SDIO) +#elif ENABLE_DEDICATED_SPI +#define SD_CONFIG SdSpiConfig((ESP_SD_CS_PIN == -1)?SS:ESP_SD_CS_PIN, DEDICATED_SPI) +#else // HAS_SDIO_CLASS +#define SD_CONFIG SdSpiConfig((ESP_SD_CS_PIN == -1)?SS:ESP_SD_CS_PIN, SHARED_SPI) +#endif // HAS_SDIO_CLASS + +extern File tSDFile_handle[ESP_MAX_SD_OPENHANDLE]; + +//Max Freq Working +#define FREQMZ 40 +SdFat SD; + +void dateTime (uint16_t* date, uint16_t* dtime) +{ + struct tm tmstruct; + time_t now; + time (&now); + localtime_r (&now, &tmstruct); + *date = FAT_DATE ( (tmstruct.tm_year) + 1900, ( tmstruct.tm_mon) + 1, tmstruct.tm_mday); + *dtime = FAT_TIME (tmstruct.tm_hour, tmstruct.tm_min, tmstruct.tm_sec); +} + +time_t getDateTimeFile(File & filehandle) +{ + static time_t dt = 0; +#ifdef SD_TIMESTAMP_FEATURE + struct tm timefile; + uint16_t date; + uint16_t time; + getModifyDateTime(&date, &time) + if(filehandle) { + if (filehandle.getModifyDateTime(&date, &time)) { + timefile.tm_year = FAT_YEAR(date) - 1900; + timefile.tm_mon = FAT_MONTH(date) - 1; + timefile.tm_mday = FAT_DAY(date); + timefile.tm_hour = FAT_HOUR(time); + timefile.tm_min = FAT_MINUTE(time); + timefile.tm_sec = FAT_SECOND(time); + timefile.tm_isdst = -1; + dt = mktime(&timefile); + if (dt == -1) { + log_esp3d("mktime failed"); + } + } else { + log_esp3d("stat file failed"); + } + } else { + log_esp3d("check file for stat failed"); + } +#endif //SD_TIMESTAMP_FEATURE + return dt; +} + + +uint8_t ESP_SD::getState(bool refresh) +{ +#if defined(ESP_SD_DETECT_PIN) && ESP_SD_DETECT_PIN != -1 + //no need to go further if SD detect is not correct + if (!((digitalRead (ESP_SD_DETECT_PIN) == ESP_SD_DETECT_VALUE) ? true : false)) { + _state = ESP_SDCARD_NOT_PRESENT; + return _state; + } +#endif //ESP_SD_DETECT_PIN + //if busy doing something return state + if (!((_state == ESP_SDCARD_NOT_PRESENT) || _state == ESP_SDCARD_IDLE)) { + return _state; + } + if (!refresh) { + return _state; //to avoid refresh=true + busy to reset SD and waste time + } + //SD is idle or not detected, let see if still the case + _state = ESP_SDCARD_NOT_PRESENT; + bool isactive = accessSD(); + log_esp3d("Spi : CS: %d, Miso: %d, Mosi: %d, SCK: %d",ESP_SD_CS_PIN!=-1?ESP_SD_CS_PIN:SS, ESP_SD_MISO_PIN!=-1?ESP_SD_MISO_PIN:MISO, ESP_SD_MOSI_PIN!=-1?ESP_SD_MOSI_PIN:MOSI, ESP_SD_SCK_PIN!=-1?ESP_SD_SCK_PIN:SCK); + //refresh content if card was removed + if (SD.begin((ESP_SD_CS_PIN == -1)?SS:ESP_SD_CS_PIN, SD_SCK_MHZ(FREQMZ/_spi_speed_divider))) { + csd_t m_csd; + if (SD.card()->readCSD(&m_csd) && sdCardCapacity(&m_csd) > 0 ) { + _state = ESP_SDCARD_IDLE; + } + } + if (!isactive) { + releaseSD(); + } + return _state; +} + +bool ESP_SD::begin() +{ +#if (ESP_SD_CS_PIN != -1) || (ESP_SD_MISO_PIN != -1) || (ESP_SD_MOSI_PIN != -1) || (ESP_SD_SCK_PIN != -1) + SPI.begin(ESP_SD_SCK_PIN, ESP_SD_MISO_PIN, ESP_SD_MOSI_PIN, ESP_SD_CS_PIN); +#endif + _started = true; + _state = ESP_SDCARD_NOT_PRESENT; + _spi_speed_divider = Settings_ESP3D::read_byte(ESP_SD_SPEED_DIV); + //sanity check + if (_spi_speed_divider <= 0) { + _spi_speed_divider = 1; + } +#ifdef SD_TIMESTAMP_FEATURE + //set callback to get time on files on SD + SdFile::dateTimeCallback (dateTime); +#endif //SD_TIMESTAMP_FEATURE +//Setup pins +#if defined(ESP_SD_DETECT_PIN) && ESP_SD_DETECT_PIN != -1 + pinMode (ESP_SD_DETECT_PIN, INPUT); +#endif //ESP_SD_DETECT_PIN +#if SD_DEVICE_CONNECTION == ESP_SHARED_SD +#if defined(ESP_FLAG_SHARED_SD_PIN) && ESP_FLAG_SHARED_SD_PIN != -1 + pinMode (ESP_FLAG_SHARED_SD_PIN, OUTPUT); + digitalWrite(ESP_FLAG_SHARED_SD_PIN, !ESP_FLAG_SHARED_SD_VALUE); +#endif //ESP_FLAG_SHARED_SD_PIN +#endif //SD_DEVICE_CONNECTION == ESP_SHARED_SD + return _started; +} + +void ESP_SD::end() +{ + _state = ESP_SDCARD_NOT_PRESENT; + _started = false; +} + +uint64_t ESP_SD::totalBytes() +{ + if (!SD.volumeBegin()) { + return 0; + } + uint64_t volTotal = SD.clusterCount(); + uint8_t sectors = SD.sectorsPerCluster(); + return volTotal * sectors * 512; +} + +uint64_t ESP_SD::usedBytes() +{ + if(freeBytes() >totalBytes() ) { + _sizechanged = true; + } + return totalBytes() - freeBytes(); +} + +uint ESP_SD::maxPathLength() +{ + return 255; +} + +uint64_t ESP_SD::freeBytes() +{ + static uint64_t volFree; + if (!SD.volumeBegin()) { + _sizechanged = true; + return 0; + } + if (_sizechanged) { + volFree = SD.freeClusterCount(); + _sizechanged = false; + } + uint8_t sectors = SD.sectorsPerCluster(); + return volFree * sectors * 512; +} + +bool ESP_SD::rename(const char *oldpath, const char *newpath) +{ + return SD.rename(oldpath,newpath); +} + +bool ESP_SD::format(ESP3DOutput * output) +{ + if (ESP_SD::getState(true) == ESP_SDCARD_IDLE) { + uint32_t const ERASE_SIZE = 262144L; + uint32_t cardSectorCount = 0; + uint8_t sectorBuffer[512]; +// SdCardFactory constructs and initializes the appropriate card. + SdCardFactory cardFactory; +// Pointer to generic SD card. + SdCard* m_card = nullptr; +//prepare + m_card = cardFactory.newCard(SD_CONFIG); + if (!m_card || m_card->errorCode()) { + if (output) { + output->printMSG("card init failed."); + } + return false; + } + + cardSectorCount = m_card->sectorCount(); + if (!cardSectorCount) { + if (output) { + output->printMSG("Get sector count failed."); + } + return false; + } + + if (output) { + String s = "Capacity detected :" + String(cardSectorCount*5.12e-7) + "GB"; + output->printMSG(s.c_str()); + } + + uint32_t firstBlock = 0; + uint32_t lastBlock; + uint16_t n = 0; + do { + lastBlock = firstBlock + ERASE_SIZE - 1; + if (lastBlock >= cardSectorCount) { + lastBlock = cardSectorCount - 1; + } + if (!m_card->erase(firstBlock, lastBlock)) { + if (output) { + output->printMSG("erase failed"); + } + return false; + } + + firstBlock += ERASE_SIZE; + if ((n++)%64 == 63) { + Hal::wait(0); + } + } while (firstBlock < cardSectorCount); + + if (!m_card->readSector(0, sectorBuffer)) { + if (output) { + output->printMSG("readBlock"); + } + } + + ExFatFormatter exFatFormatter; + FatFormatter fatFormatter; + + // Format exFAT if larger than 32GB. + bool rtn = cardSectorCount > 67108864 ? + exFatFormatter.format(m_card, sectorBuffer, nullptr) : + fatFormatter.format(m_card, sectorBuffer, nullptr); + + if (!rtn) { + if (output) { + output->printMSG("erase failed"); + } + return false; + } + + return true; + } + if (output) { + output->printMSG("cannot erase"); + } + return false; +} + +ESP_SDFile ESP_SD::open(const char* path, uint8_t mode) +{ + //do some check + if(((strcmp(path,"/") == 0) && ((mode == ESP_FILE_WRITE) || (mode == ESP_FILE_APPEND))) || (strlen(path) == 0)) { + _sizechanged = true; + return ESP_SDFile(); + } + // path must start by '/' + if (path[0] != '/') { + return ESP_SDFile(); + } + if (mode != ESP_FILE_READ) { + //check container exists + String p = path; + p.remove(p.lastIndexOf('/') +1); + if (!exists(p.c_str())) { + log_esp3d("Error opening: %s", path); + return ESP_SDFile(); + } + } + File tmp = SD.open(path, (mode == ESP_FILE_READ)?FILE_READ:(mode == ESP_FILE_WRITE)?FILE_WRITE:FILE_WRITE); + ESP_SDFile esptmp(&tmp, tmp.isDir(),(mode == ESP_FILE_READ)?false:true, path); + return esptmp; +} + +bool ESP_SD::exists(const char* path) +{ + bool res = false; + //root should always be there if started + if (strcmp(path, "/") == 0) { + return _started; + } + res = SD.exists(path); + if (!res) { + ESP_SDFile root = ESP_SD::open(path, ESP_FILE_READ); + if (root) { + res = root.isDirectory(); + } + } + return res; +} + +bool ESP_SD::remove(const char *path) +{ + _sizechanged = true; + return SD.remove(path); +} + +bool ESP_SD::mkdir(const char *path) +{ + return SD.mkdir(path); +} + +bool ESP_SD::rmdir(const char *path) +{ + if (!exists(path)) { + return false; + } + bool res = true; + GenLinkedList pathlist; + String p = path; + pathlist.push(p); + while (pathlist.count() > 0) { + File dir = SD.open(pathlist.getLast().c_str()); + dir.rewindDirectory(); + File f = dir.openNextFile(); + bool candelete = true; + while (f) { + if (f.isDir()) { + candelete = false; + String newdir; + char tmp[255]; + f.getName(tmp,254); + newdir = tmp; + pathlist.push(newdir); + f.close(); + f = File(); + } else { + char tmp[255]; + f.getName(tmp,254); + _sizechanged = true; + SD.remove(tmp); + f.close(); + f = dir.openNextFile(); + } + } + if (candelete) { + if (pathlist.getLast() !="/") { + res = SD.rmdir(pathlist.getLast().c_str()); + } + pathlist.pop(); + } + dir.close(); + } + p = String(); + log_esp3d("count %d", pathlist.count()); + return res; +} + +void ESP_SD::closeAll() +{ + for (uint8_t i = 0; i < ESP_MAX_SD_OPENHANDLE; i++) { + tSDFile_handle[i].close(); + tSDFile_handle[i] = File(); + } +} + +bool ESP_SDFile::seek(uint32_t pos, uint8_t mode) +{ + if (mode == ESP_SEEK_END) { + return tSDFile_handle[_index].seek(-pos); //based on SDFS comment + } + return tSDFile_handle[_index].seek(pos); +} + +ESP_SDFile::ESP_SDFile(void* handle, bool isdir, bool iswritemode, const char * path) +{ + _isdir = isdir; + _dirlist = ""; + _index = -1; + _filename = ""; + _name = ""; + _lastwrite = 0 ; + _iswritemode = iswritemode; + _size = 0; + if (!handle) { + return ; + } + bool set =false; + for (uint8_t i=0; (i < ESP_MAX_SD_OPENHANDLE) && !set; i++) { + if (!tSDFile_handle[i]) { + tSDFile_handle[i] = *((File*)handle); + //filename + char tmp[255]; + tSDFile_handle[i].getName(tmp,254); + _filename = path; + //name + _name = tmp; + if (_name.endsWith("/")) { + _name.remove( _name.length() - 1,1); + _isdir = true; + } + if (_name[0] == '/') { + _name.remove( 0, 1); + } + int pos = _name.lastIndexOf('/'); + if (pos != -1) { + _name.remove( 0, pos+1); + } + if (_name.length() == 0) { + _name = "/"; + } + //size + _size = tSDFile_handle[i].size(); + //time + if (!_isdir && !iswritemode) { + _lastwrite = getDateTimeFile(tSDFile_handle[i]); + + } else { + //no need date time for directory + _lastwrite = 0; + } + _index = i; + //log_esp3d("Opening File at index %d",_index); + set = true; + } + } +} +//todo need also to add short filename +const char* ESP_SDFile::shortname() const +{ + static char sname[13]; + File ftmp = SD.open(_filename.c_str()); + if (ftmp) { + ftmp.getSFN(sname); + ftmp.close(); + return sname; + } else { + return _name.c_str(); + } +} + +void ESP_SDFile::close() +{ + if (_index != -1) { + //log_esp3d("Closing File at index %d", _index); + tSDFile_handle[_index].close(); + //reopen if mode = write + //udate size + date + if (_iswritemode && !_isdir) { + File ftmp = SD.open(_filename.c_str()); + if (ftmp) { + _size = ftmp.size(); + _lastwrite = getDateTimeFile(ftmp); + ftmp.close(); + } + } + tSDFile_handle[_index] = File(); + //log_esp3d("Closing File at index %d",_index); + _index = -1; + } +} + +ESP_SDFile ESP_SDFile::openNextFile() +{ + if ((_index == -1) || !_isdir) { + log_esp3d("openNextFile failed"); + return ESP_SDFile(); + } + File tmp = tSDFile_handle[_index].openNextFile(); + if (tmp) { + char tmps[255]; + tmp.getName(tmps,254); + log_esp3d("tmp name :%s %s", tmps, (tmp.isDir())?"isDir":"isFile"); + String s = _filename ; + if (s!="/") { + s+="/"; + } + s += tmps; + ESP_SDFile esptmp(&tmp, tmp.isDir(),false, s.c_str()); + esptmp.close(); + return esptmp; + } + return ESP_SDFile(); +} + +const char * ESP_SD::FilesystemName() +{ + return "SDFat - " SD_FAT_VERSION_STR ; +} + +#endif //SD_DEVICE == ESP_SDFAT2 +#endif //ARCH_ESP32 && SD_DEVICE diff --git a/esp3d/src/modules/filesystem/sd/sd_sdfat2_esp8266.cpp b/esp3d/src/modules/filesystem/sd/sd_sdfat2_esp8266.cpp new file mode 100644 index 00000000..214ce215 --- /dev/null +++ b/esp3d/src/modules/filesystem/sd/sd_sdfat2_esp8266.cpp @@ -0,0 +1,524 @@ +/* +sd_native_esp8266.cpp - ESP3D sd support class + + Copyright (c) 2014 Luc Lebosse. All rights reserved. + + This code is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + This code is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with This code; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +*/ +#include "../../../include/esp3d_config.h" +#if defined (ARDUINO_ARCH_ESP8266) && defined(SD_DEVICE) +#if (SD_DEVICE == ESP_SDFAT2) +#define FS_NO_GLOBALS +#include "../esp_sd.h" +#include "../../../core/genLinkedList.h" +#include "../../../core/settings_esp3d.h" +#define NO_GLOBAL_SD +#include +#include + +// Try to select the best SD card configuration. +#if HAS_SDIO_CLASS +#define SD_CONFIG SdioConfig(FIFO_SDIO) +#elif ENABLE_DEDICATED_SPI +#define SD_CONFIG SdSpiConfig((ESP_SD_CS_PIN == -1)?SS:ESP_SD_CS_PIN, DEDICATED_SPI) +#else // HAS_SDIO_CLASS +#define SD_CONFIG SdSpiConfig((ESP_SD_CS_PIN == -1)?SS:ESP_SD_CS_PIN, SHARED_SPI) +#endif // HAS_SDIO_CLASS + +extern sdfat::File tSDFile_handle[ESP_MAX_SD_OPENHANDLE]; +using namespace sdfat; +SdFat SD; + +void dateTime (uint16_t* date, uint16_t* dtime) +{ + struct tm tmstruct; + time_t now; + time (&now); + localtime_r (&now, &tmstruct); + *date = FAT_DATE ( (tmstruct.tm_year) + 1900, ( tmstruct.tm_mon) + 1, tmstruct.tm_mday); + *dtime = FAT_TIME (tmstruct.tm_hour, tmstruct.tm_min, tmstruct.tm_sec); +} + +time_t getDateTimeFile(sdfat::File & filehandle) +{ + static time_t dt = 0; +#ifdef SD_TIMESTAMP_FEATURE + struct tm timefile; + uint16_t date; + uint16_t time; + getModifyDateTime(&date, &time) + if(filehandle) { + if (filehandle.getModifyDateTime(&date, &time)) { + timefile.tm_year = FAT_YEAR(date) - 1900; + timefile.tm_mon = FAT_MONTH(date) - 1; + timefile.tm_mday = FAT_DAY(date); + timefile.tm_hour = FAT_HOUR(time); + timefile.tm_min = FAT_MINUTE(time); + timefile.tm_sec = FAT_SECOND(time); + timefile.tm_isdst = -1; + dt = mktime(&timefile); + if (dt == -1) { + log_esp3d("mktime failed"); + } + } else { + log_esp3d("stat file failed"); + } + } else { + log_esp3d("check file for stat failed"); + } +#endif //SD_TIMESTAMP_FEATURE + return dt; +} + +uint8_t ESP_SD::getState(bool refresh) +{ +#if defined(ESP_SD_DETECT_PIN) && ESP_SD_DETECT_PIN != -1 + //no need to go further if SD detect is not correct + if (!((digitalRead (ESP_SD_DETECT_PIN) == ESP_SD_DETECT_VALUE) ? true : false)) { + log_esp3d("No SD State %d vs %d", digitalRead (ESP_SD_DETECT_PIN), ESP_SD_DETECT_VALUE); + _state = ESP_SDCARD_NOT_PRESENT; + return _state; + } else { + log_esp3d("SD Detect Pin ok"); + } +#endif //ESP_SD_DETECT_PIN + //if busy doing something return state + if (!((_state == ESP_SDCARD_NOT_PRESENT) || _state == ESP_SDCARD_IDLE)) { + log_esp3d("Busy SD State"); + return _state; + } + if (!refresh) { + log_esp3d("SD State cache is %d", _state); + return _state; //to avoid refresh=true + busy to reset SD and waste time + } + //SD is idle or not detected, let see if still the case + _state = ESP_SDCARD_NOT_PRESENT; + bool isactive = accessSD(); + //refresh content if card was removed + if (SD.begin((ESP_SD_CS_PIN == -1)?SS:ESP_SD_CS_PIN, SD_SCK_HZ(F_CPU/_spi_speed_divider))) { + log_esp3d("Init SD State ok"); + csd_t m_csd; + if (SD.card()->readCSD(&m_csd) && sdCardCapacity(&m_csd) > 0 ) { + _state = ESP_SDCARD_IDLE; + } else { + log_esp3d("Cannot get card size"); + } + } else { + log_esp3d("Init SD State failed"); + } + log_esp3d("SD State is %d", _state); + if (!isactive) { + releaseSD(); + } + return _state; +} + +bool ESP_SD::begin() +{ + _started = true; + _state = ESP_SDCARD_NOT_PRESENT; + _spi_speed_divider = Settings_ESP3D::read_byte(ESP_SD_SPEED_DIV); + //sanity check + if (_spi_speed_divider <= 0) { + _spi_speed_divider = 1; + } +#ifdef SD_TIMESTAMP_FEATURE + //set callback to get time on files on SD + SdFile::dateTimeCallback (dateTime); +#endif //SD_TIMESTAMP_FEATURE + //Setup pins +#if defined(ESP_SD_DETECT_PIN) && ESP_SD_DETECT_PIN != -1 + pinMode (ESP_SD_DETECT_PIN, INPUT); +#endif //ESP_SD_DETECT_PIN +#if SD_DEVICE_CONNECTION == ESP_SHARED_SD +#if defined(ESP_FLAG_SHARED_SD_PIN) && ESP_FLAG_SHARED_SD_PIN != -1 + pinMode (ESP_FLAG_SHARED_SD_PIN, OUTPUT); + digitalWrite(ESP_FLAG_SHARED_SD_PIN, !ESP_FLAG_SHARED_SD_VALUE); +#endif //ESP_FLAG_SHARED_SD_PIN +#endif //SD_DEVICE_CONNECTION == ESP_SHARED_SD + return _started; +} + +void ESP_SD::end() +{ + _state = ESP_SDCARD_NOT_PRESENT; + _started = false; +} + +uint64_t ESP_SD::totalBytes() +{ + if (!SD.volumeBegin()) { + return 0; + } + uint64_t volTotal = SD.clusterCount(); + uint8_t sectors = SD.sectorsPerCluster(); + return volTotal * sectors * 512; +} + +uint64_t ESP_SD::usedBytes() +{ + if(freeBytes() >totalBytes() ) { + _sizechanged = true; + } + return totalBytes() - freeBytes(); +} + +uint64_t ESP_SD::freeBytes() +{ + static uint64_t volFree; + if (!SD.volumeBegin()) { + _sizechanged = true; + return 0; + } + if (_sizechanged) { + volFree = SD.freeClusterCount(); + _sizechanged = false; + } + uint8_t sectors = SD.sectorsPerCluster(); + return volFree * sectors * 512; +} + +uint ESP_SD::maxPathLength() +{ + return 255; +} + +bool ESP_SD::rename(const char *oldpath, const char *newpath) +{ + return SD.rename(oldpath,newpath); +} + +bool ESP_SD::format(ESP3DOutput * output) +{ + if (ESP_SD::getState(true) == ESP_SDCARD_IDLE) { + uint32_t const ERASE_SIZE = 262144L; + uint32_t cardSectorCount = 0; + uint8_t sectorBuffer[512]; +// SdCardFactory constructs and initializes the appropriate card. + SdCardFactory cardFactory; +// Pointer to generic SD card. + SdCard* m_card = nullptr; +//prepare + m_card = cardFactory.newCard(SD_CONFIG); + if (!m_card || m_card->errorCode()) { + if (output) { + output->printMSG("card init failed."); + } + return false; + } + + cardSectorCount = m_card->sectorCount(); + if (!cardSectorCount) { + if (output) { + output->printMSG("Get sector count failed."); + } + return false; + } + + if (output) { + String s = "Capacity detected :" + String(cardSectorCount*5.12e-7) + "GB"; + output->printMSG(s.c_str()); + } + + uint32_t firstBlock = 0; + uint32_t lastBlock; + uint16_t n = 0; + do { + lastBlock = firstBlock + ERASE_SIZE - 1; + if (lastBlock >= cardSectorCount) { + lastBlock = cardSectorCount - 1; + } + if (!m_card->erase(firstBlock, lastBlock)) { + if (output) { + output->printMSG("erase failed"); + } + return false; + } + + firstBlock += ERASE_SIZE; + if ((n++)%64 == 63) { + Hal::wait(0); + } + } while (firstBlock < cardSectorCount); + + if (!m_card->readSector(0, sectorBuffer)) { + if (output) { + output->printMSG("readBlock"); + } + } + + ExFatFormatter exFatFormatter; + FatFormatter fatFormatter; + + // Format exFAT if larger than 32GB. + bool rtn = cardSectorCount > 67108864 ? + exFatFormatter.format(m_card, sectorBuffer, nullptr) : + fatFormatter.format(m_card, sectorBuffer, nullptr); + + if (!rtn) { + if (output) { + output->printMSG("erase failed"); + } + return false; + } + + return true; + } + if (output) { + output->printMSG("cannot erase"); + } + return false; +} + +ESP_SDFile ESP_SD::open(const char* path, uint8_t mode) +{ + //do some check + if(((strcmp(path,"/") == 0) && ((mode == ESP_FILE_WRITE) || (mode == ESP_FILE_APPEND))) || (strlen(path) == 0)) { + _sizechanged = true; + return ESP_SDFile(); + } + // path must start by '/' + if (path[0] != '/') { + return ESP_SDFile(); + } + if (mode != ESP_FILE_READ) { + //check container exists + String p = path; + p.remove(p.lastIndexOf('/') +1); + if (!exists(p.c_str())) { + log_esp3d("Error opening: %s", path); + return ESP_SDFile(); + } + } + sdfat::File tmp = SD.open(path, (mode == ESP_FILE_READ)?FILE_READ:(mode == ESP_FILE_WRITE)?FILE_WRITE:FILE_WRITE); + ESP_SDFile esptmp(&tmp, tmp.isDir(),(mode == ESP_FILE_READ)?false:true, path); + return esptmp; +} + +bool ESP_SD::exists(const char* path) +{ + bool res = false; + //root should always be there if started + if (strcmp(path, "/") == 0) { + return _started; + } + log_esp3d("%s exists ?", path); + res = SD.exists(path); + if (!res) { + log_esp3d("Seems not - trying open it"); + ESP_SDFile root = ESP_SD::open(path, ESP_FILE_READ); + if (root) { + res = root.isDirectory(); + } + } + log_esp3d("Seems %s", res?"yes":"no"); + return res; +} + +bool ESP_SD::remove(const char *path) +{ + _sizechanged = true; + return SD.remove(path); +} + +bool ESP_SD::mkdir(const char *path) +{ + return SD.mkdir(path); +} + +bool ESP_SD::rmdir(const char *path) +{ + if (!exists(path)) { + return false; + } + bool res = true; + GenLinkedList pathlist; + String p = path; + pathlist.push(p); + while (pathlist.count() > 0) { + sdfat::File dir = SD.open(pathlist.getLast().c_str()); + dir.rewindDirectory(); + sdfat::File f = dir.openNextFile(); + bool candelete = true; + while (f) { + if (f.isDir()) { + candelete = false; + String newdir; + char tmp[255]; + f.getName(tmp,254); + newdir = tmp; + pathlist.push(newdir); + f.close(); + f = sdfat::File(); + } else { + char tmp[255]; + f.getName(tmp,254); + _sizechanged = true; + SD.remove(tmp); + f.close(); + f = dir.openNextFile(); + } + } + if (candelete) { + if (pathlist.getLast() !="/") { + res = SD.rmdir(pathlist.getLast().c_str()); + } + pathlist.pop(); + } + dir.close(); + } + p = String(); + log_esp3d("count %d", pathlist.count()); + return res; +} + +bool ESP_SDFile::seek(uint32_t pos, uint8_t mode) +{ + if (mode == SeekCur) { + return tSDFile_handle[_index].seekCur(pos); + } + if (mode == SeekEnd) { + return tSDFile_handle[_index].seekEnd(pos); + } + // if (mode == SeekSet) + return tSDFile_handle[_index].seekSet(pos); +} + +void ESP_SD::closeAll() +{ + for (uint8_t i = 0; i < ESP_MAX_SD_OPENHANDLE; i++) { + tSDFile_handle[i].close(); + tSDFile_handle[i] = sdfat::File(); + } +} + +ESP_SDFile::ESP_SDFile(void* handle, bool isdir, bool iswritemode, const char * path) +{ + _isdir = isdir; + _dirlist = ""; + _index = -1; + _filename = ""; + _name = ""; + _lastwrite = 0; + _iswritemode = iswritemode; + _size = 0; + if (!handle) { + return ; + } + bool set =false; + for (uint8_t i=0; (i < ESP_MAX_SD_OPENHANDLE) && !set; i++) { + if (!tSDFile_handle[i]) { + tSDFile_handle[i] = *((sdfat::File*)handle); + //filename + char tmp[255]; + tSDFile_handle[i].getName(tmp,254); + _filename = path; + //name + _name = tmp; + if (_name.endsWith("/")) { + _name.remove( _name.length() - 1,1); + _isdir = true; + } + if (_name[0] == '/') { + _name.remove( 0, 1); + } + int pos = _name.lastIndexOf('/'); + if (pos != -1) { + _name.remove( 0, pos+1); + } + if (_name.length() == 0) { + _name = "/"; + } + //size + _size = tSDFile_handle[i].size(); + //time + if (!_isdir) { + _lastwrite = getDateTimeFile(tSDFile_handle[i]); + + } else { + //no need date time for directory + _lastwrite = 0; + } + _index = i; + //log_esp3d("Opening File at index %d",_index); + set = true; + } + } +} +//todo need also to add short filename +const char* ESP_SDFile::shortname() const +{ + static char sname[13]; + sdfat::File ftmp = SD.open(_filename.c_str()); + if (ftmp) { + ftmp.getSFN(sname); + ftmp.close(); + return sname; + } else { + return _name.c_str(); + } +} + +void ESP_SDFile::close() +{ + if (_index != -1) { + //log_esp3d("Closing File at index %d", _index); + tSDFile_handle[_index].close(); + //reopen if mode = write + //udate size + date + if (_iswritemode && !_isdir) { + sdfat::File ftmp = SD.open(_filename.c_str()); + if (ftmp) { + _size = ftmp.size(); + _lastwrite = getDateTimeFile(ftmp); + ftmp.close(); + } + } + tSDFile_handle[_index] = sdfat::File(); + //log_esp3d("Closing File at index %d",_index); + _index = -1; + } +} + +ESP_SDFile ESP_SDFile::openNextFile() +{ + if ((_index == -1) || !_isdir) { + log_esp3d("openNextFile failed"); + return ESP_SDFile(); + } + sdfat::File tmp = tSDFile_handle[_index].openNextFile(); + if (tmp) { + char tmps[255]; + tmp.getName(tmps,254); + log_esp3d("tmp name :%s %s", tmps, (tmp.isDir())?"isDir":"isFile"); + String s = _filename ; + if (s!="/") { + s+="/"; + } + s += tmps; + ESP_SDFile esptmp(&tmp, tmp.isDir(),false, s.c_str()); + esptmp.close(); + return esptmp; + } + return ESP_SDFile(); +} + +const char * ESP_SD::FilesystemName() +{ + return "SDFat - " SD_FAT_VERSION_STR ; +} + +#endif //SD_DEVICE == ESP_SDFAT2 +#endif //ARCH_ESP8266 && SD_DEVICE diff --git a/esp3d/src/modules/filesystem/sd/sd_sdfat_esp32.cpp b/esp3d/src/modules/filesystem/sd/sd_sdfat_esp32.cpp index 13fd0b48..9d6320ce 100644 --- a/esp3d/src/modules/filesystem/sd/sd_sdfat_esp32.cpp +++ b/esp3d/src/modules/filesystem/sd/sd_sdfat_esp32.cpp @@ -43,6 +43,7 @@ void dateTime (uint16_t* date, uint16_t* dtime) time_t getDateTimeFile(File & filehandle) { static time_t dt = 0; +#ifdef SD_TIMESTAMP_FEATURE struct tm timefile; dir_t d; if(filehandle) { @@ -64,6 +65,7 @@ time_t getDateTimeFile(File & filehandle) } else { log_esp3d("check stat file failed"); } +#endif //SD_TIMESTAMP_FEATURE return dt; } @@ -840,5 +842,5 @@ const char * ESP_SD::FilesystemName() return "SDFat - " SD_FAT_VERSION_STR ; } -#endif //SD_DEVICE == ESP_SD_NATIVE +#endif //SD_DEVICE == ESP_SDFAT #endif //ARCH_ESP32 && SD_DEVICE diff --git a/esp3d/src/modules/filesystem/sd/sd_sdfat_esp8266.cpp b/esp3d/src/modules/filesystem/sd/sd_sdfat_esp8266.cpp index 0fa5519f..11e1ac68 100644 --- a/esp3d/src/modules/filesystem/sd/sd_sdfat_esp8266.cpp +++ b/esp3d/src/modules/filesystem/sd/sd_sdfat_esp8266.cpp @@ -718,10 +718,12 @@ bool ESP_SD::rmdir(const char *path) bool ESP_SDFile::seek(uint32_t pos, uint8_t mode) { - if (mode == SeekCur) + if (mode == SeekCur) { return tSDFile_handle[_index].seekCur(pos); - if (mode == SeekEnd) + } + if (mode == SeekEnd) { return tSDFile_handle[_index].seekEnd(pos); + } // if (mode == SeekSet) return tSDFile_handle[_index].seekSet(pos); } diff --git a/esp3d/src/modules/webdav/ESPWebDAV.cpp b/esp3d/src/modules/webdav/ESPWebDAV.cpp index 61277f0e..41ffd567 100644 --- a/esp3d/src/modules/webdav/ESPWebDAV.cpp +++ b/esp3d/src/modules/webdav/ESPWebDAV.cpp @@ -246,10 +246,10 @@ void ESPWebDAVCore::dir(const String& path, Print* out) out->printf("[%s]\n", entry.name()); else out->printf("%-40s%4dMiB %6dKiB %d\n", - entry.name(), - ((int)entry.size() + (1 << 19)) >> 20, - ((int)entry.size() + (1 << 9)) >> 10, - (int)entry.size()); + entry.name(), + ((int)entry.size() + (1 << 19)) >> 20, + ((int)entry.size() + (1 << 9)) >> 10, + (int)entry.size()); return true; }, /*false=subdir first*/false); } diff --git a/extra-libraries/ESP8266SDFat2/ESP8266SdFat/.gitattributes b/extra-libraries/ESP8266SDFat2/ESP8266SdFat/.gitattributes new file mode 100644 index 00000000..412eeda7 --- /dev/null +++ b/extra-libraries/ESP8266SDFat2/ESP8266SdFat/.gitattributes @@ -0,0 +1,22 @@ +# Auto detect text files and perform LF normalization +* text=auto + +# Custom for Visual Studio +*.cs diff=csharp +*.sln merge=union +*.csproj merge=union +*.vbproj merge=union +*.fsproj merge=union +*.dbproj merge=union + +# Standard to msysgit +*.doc diff=astextplain +*.DOC diff=astextplain +*.docx diff=astextplain +*.DOCX diff=astextplain +*.dot diff=astextplain +*.DOT diff=astextplain +*.pdf diff=astextplain +*.PDF diff=astextplain +*.rtf diff=astextplain +*.RTF diff=astextplain diff --git a/extra-libraries/ESP8266SDFat2/ESP8266SdFat/.gitignore b/extra-libraries/ESP8266SDFat2/ESP8266SdFat/.gitignore new file mode 100644 index 00000000..b9d6bd92 --- /dev/null +++ b/extra-libraries/ESP8266SDFat2/ESP8266SdFat/.gitignore @@ -0,0 +1,215 @@ +################# +## Eclipse +################# + +*.pydevproject +.project +.metadata +bin/ +tmp/ +*.tmp +*.bak +*.swp +*~.nib +local.properties +.classpath +.settings/ +.loadpath + +# External tool builders +.externalToolBuilders/ + +# Locally stored "Eclipse launch configurations" +*.launch + +# CDT-specific +.cproject + +# PDT-specific +.buildpath + + +################# +## Visual Studio +################# + +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. + +# User-specific files +*.suo +*.user +*.sln.docstates + +# Build results + +[Dd]ebug/ +[Rr]elease/ +x64/ +build/ +[Bb]in/ +[Oo]bj/ + +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* + +*_i.c +*_p.c +*.ilk +*.meta +*.obj +*.pch +*.pdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*.log +*.vspscc +*.vssscc +.builds +*.pidb +*.log +*.scc + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opensdf +*.sdf +*.cachefile + +# Visual Studio profiler +*.psess +*.vsp +*.vspx + +# Guidance Automation Toolkit +*.gpState + +# ReSharper is a .NET coding add-in +_ReSharper*/ +*.[Rr]e[Ss]harper + +# TeamCity is a build add-in +_TeamCity* + +# DotCover is a Code Coverage Tool +*.dotCover + +# NCrunch +*.ncrunch* +.*crunch*.local.xml + +# Installshield output folder +[Ee]xpress/ + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish/ + +# Publish Web Output +*.Publish.xml +*.pubxml + +# NuGet Packages Directory +## TODO: If you have NuGet Package Restore enabled, uncomment the next line +#packages/ + +# Windows Azure Build Output +csx +*.build.csdef + +# Windows Store app package directory +AppPackages/ + +# Others +sql/ +*.Cache +ClientBin/ +[Ss]tyle[Cc]op.* +~$* +*~ +*.dbmdl +*.[Pp]ublish.xml +*.pfx +*.publishsettings + +# RIA/Silverlight projects +Generated_Code/ + +# Backup & report files from converting an old project file to a newer +# Visual Studio version. Backup files are not needed, because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML +UpgradeLog*.htm + +# SQL Server files +App_Data/*.mdf +App_Data/*.ldf + +############# +## Windows detritus +############# + +# Windows image file caches +Thumbs.db +ehthumbs.db + +# Folder config file +Desktop.ini + +# Recycle Bin used on file shares +$RECYCLE.BIN/ + +# Mac crap +.DS_Store + + +############# +## Python +############# + +*.py[co] + +# Packages +*.egg +*.egg-info +dist/ +build/ +eggs/ +parts/ +var/ +sdist/ +develop-eggs/ +.installed.cfg + +# Installer logs +pip-log.txt + +# Unit test / coverage reports +.coverage +.tox + +#Translations +*.mo + +#Mr Developer +.mr.developer.cfg diff --git a/extra-libraries/ESP8266SDFat2/ESP8266SdFat/LICENSE.md b/extra-libraries/ESP8266SDFat2/ESP8266SdFat/LICENSE.md new file mode 100644 index 00000000..a8147353 --- /dev/null +++ b/extra-libraries/ESP8266SDFat2/ESP8266SdFat/LICENSE.md @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2011..2020 Bill Greiman + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. \ No newline at end of file diff --git a/extra-libraries/ESP8266SDFat2/ESP8266SdFat/README.md b/extra-libraries/ESP8266SDFat2/ESP8266SdFat/README.md new file mode 100644 index 00000000..425fb33d --- /dev/null +++ b/extra-libraries/ESP8266SDFat2/ESP8266SdFat/README.md @@ -0,0 +1,98 @@ +### Warning: This is SdFat Version 2. + +Earlier releases of Version 1 are here: + +https://github.com/greiman/SdFat/releases + +SdFat Version 2 supports FAT16/FAT32 and exFAT SD cards. It is mostly +backward compatible with SdFat Version 1 for FAT16/FAT32 cards. + +exFAT supports files larger than 4GB so files sizes and positions are +type uint64_t for classes that support exFAT. + +exFAT has many features not available in FAT16/FAT32. exFAT has excellent +support for contiguous files on flash devices and supports preallocation. + +If the SD card is the only SPI device, use dedicated SPI mode. This can +greatly improve performance. See the bench example. + +Here is write performance for an old, 2011, card on a Due board. +``` +Shared SPI: +write speed and latency +speed,max,min,avg +KB/Sec,usec,usec,usec +294.45,24944,1398,1737 + +Dedicated SPI: +write speed and latency +speed,max,min,avg +KB/Sec,usec,usec,usec +3965.11,16733,110,127 +``` +The default version of SdFatConfig.h enables support for dedicated SPI and +optimized access to contiguous files. This makes SdFat Version 2 slightly +larger than Version 1. If these features are disabled, Version 2 is smaller +than Version 1. + +The types for the classes SdFat and File are defined in SdFatConfig.h. +The default version of SdFatConfig.h defines SdFat to only support FAT16/FAT32. +SdFat and File are defined in terms of more basic classes by typedefs. You +can use these basic classes in applications. + +Support for exFAT requires a substantial amount of flash. Here are sizes on +an UNO for a simple program that opens a file, prints one line, and closes +the file. +``` +FAT16/FAT32 only: 9780 bytes flash, 875 bytes SRAM. + +exFAT only: 13830 bytes flash, 938 bytes SRAM. + +FAT16/FAT32/exFAT: 19326 bytes flash, 928 bytes SRAM. +``` +The section below of SdFatConfig.h has been edited to uses FAT16/FAT32 for +small AVR boards and FAT16/FAT32/exFAT for all other boards. +``` +/** + * File types for SdFat, File, SdFile, SdBaseFile, fstream, + * ifstream, and ofstream. + * + * Set SDFAT_FILE_TYPE to: + * + * 1 for FAT16/FAT32, 2 for exFAT, 3 for FAT16/FAT32 and exFAT. + */ +#if defined(__AVR__) && FLASHEND < 0X8000 +// FAT16/FAT32 for 32K AVR boards. +#define SDFAT_FILE_TYPE 1 +#else // defined(__AVR__) && FLASHEND < 0X8000 +// FAT16/FAT32 and exFAT for all other boards. +#define SDFAT_FILE_TYPE 3 +#endif // defined(__AVR__) && FLASHEND < 0X8000 +``` +The SdBaseFile class has no Arduino Stream or Print support. + +The File class is derived from Stream and SdBaseFile. + +The SdFile class is derived from SdBaseFile and Print. + +Please try the examples. Start with SdInfo, bench, and ExFatLogger. + +To use SdFat Version 2, unzip the download file, rename the library folder +SdFat and place the SdFat folder into the libraries sub-folder in your main +sketch folder. + +For more information see the Manual installation section of this guide: + +http://arduino.cc/en/Guide/Libraries + +A number of configuration options can be set by editing SdFatConfig.h +define macros. See the html documentation File tab for details. + +Please read the html documentation for this library in SdFat/doc/SdFat.html. +Start with the Main Page. Next go to the Classes tab and read the +documentation for the classes SdFat32, SdExFat, SdFs, File32, ExFile, FsFile. + +The SdFat and File classes are defined in terms of the above classes by +typedefs. Edit SdFatConfig.h to select class options. + +Please continue by reading the html documentation in the SdFat/doc folder. diff --git a/extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/Doxyfile b/extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/Doxyfile new file mode 100644 index 00000000..4e5760a2 --- /dev/null +++ b/extra-libraries/ESP8266SDFat2/ESP8266SdFat/doc/Doxyfile @@ -0,0 +1,2516 @@ +# Doxyfile 1.8.14 + +# This file describes the settings to be used by the documentation system +# doxygen (www.doxygen.org) for a project. +# +# All text after a double hash (##) is considered a comment and is placed in +# front of the TAG it is preceding. +# +# All text after a single hash (#) is considered a comment and will be ignored. +# The format is: +# TAG = value [value, ...] +# For lists, items can also be appended using: +# TAG += value [value, ...] +# Values that contain spaces should be placed between quotes (\" \"). + +#--------------------------------------------------------------------------- +# Project related configuration options +#--------------------------------------------------------------------------- + +# This tag specifies the encoding used for all characters in the config file +# that follow. The default is UTF-8 which is also the encoding used for all text +# before the first occurrence of this tag. Doxygen uses libiconv (or the iconv +# built into libc) for the transcoding. See +# https://www.gnu.org/software/libiconv/ for the list of possible encodings. +# The default value is: UTF-8. + +DOXYFILE_ENCODING = UTF-8 + +# The PROJECT_NAME tag is a single word (or a sequence of words surrounded by +# double-quotes, unless you are using Doxywizard) that should identify the +# project for which the documentation is generated. This name is used in the +# title of most generated pages and in a few other places. +# The default value is: My Project. + +PROJECT_NAME = SdFat + +# The PROJECT_NUMBER tag can be used to enter a project or revision number. This +# could be handy for archiving the generated documentation or if some version +# control system is used. + +PROJECT_NUMBER = + +# Using the PROJECT_BRIEF tag one can provide an optional one line description +# for a project that appears at the top of each page and should give viewer a +# quick idea about the purpose of the project. Keep the description short. + +PROJECT_BRIEF = + +# With the PROJECT_LOGO tag one can specify a logo or an icon that is included +# in the documentation. The maximum height of the logo should not exceed 55 +# pixels and the maximum width should not exceed 200 pixels. Doxygen will copy +# the logo to the output directory. + +PROJECT_LOGO = + +# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path +# into which the generated documentation will be written. If a relative path is +# entered, it will be relative to the location where doxygen was started. If +# left blank the current directory will be used. + +OUTPUT_DIRECTORY = . + +# If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub- +# directories (in 2 levels) under the output directory of each output format and +# will distribute the generated files over these directories. Enabling this +# option can be useful when feeding doxygen a huge amount of source files, where +# putting all generated files in the same directory would otherwise causes +# performance problems for the file system. +# The default value is: NO. + +CREATE_SUBDIRS = NO + +# If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII +# characters to appear in the names of generated files. If set to NO, non-ASCII +# characters will be escaped, for example _xE3_x81_x84 will be used for Unicode +# U+3044. +# The default value is: NO. + +ALLOW_UNICODE_NAMES = NO + +# The OUTPUT_LANGUAGE tag is used to specify the language in which all +# documentation generated by doxygen is written. Doxygen will use this +# information to generate all constant output in the proper language. +# Possible values are: Afrikaans, Arabic, Armenian, Brazilian, Catalan, Chinese, +# Chinese-Traditional, Croatian, Czech, Danish, Dutch, English (United States), +# Esperanto, Farsi (Persian), Finnish, French, German, Greek, Hungarian, +# Indonesian, Italian, Japanese, Japanese-en (Japanese with English messages), +# Korean, Korean-en (Korean with English messages), Latvian, Lithuanian, +# Macedonian, Norwegian, Persian (Farsi), Polish, Portuguese, Romanian, Russian, +# Serbian, Serbian-Cyrillic, Slovak, Slovene, Spanish, Swedish, Turkish, +# Ukrainian and Vietnamese. +# The default value is: English. + +OUTPUT_LANGUAGE = English + +# If the BRIEF_MEMBER_DESC tag is set to YES, doxygen will include brief member +# descriptions after the members that are listed in the file and class +# documentation (similar to Javadoc). Set to NO to disable this. +# The default value is: YES. + +BRIEF_MEMBER_DESC = YES + +# If the REPEAT_BRIEF tag is set to YES, doxygen will prepend the brief +# description of a member or function before the detailed description +# +# Note: If both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the +# brief descriptions will be completely suppressed. +# The default value is: YES. + +REPEAT_BRIEF = YES + +# This tag implements a quasi-intelligent brief description abbreviator that is +# used to form the text in various listings. Each string in this list, if found +# as the leading text of the brief description, will be stripped from the text +# and the result, after processing the whole list, is used as the annotated +# text. Otherwise, the brief description is used as-is. If left blank, the +# following values are used ($name is automatically replaced with the name of +# the entity):The $name class, The $name widget, The $name file, is, provides, +# specifies, contains, represents, a, an and the. + +ABBREVIATE_BRIEF = "The $name class" \ + "The $name widget" \ + "The $name file" \ + is \ + provides \ + specifies \ + contains \ + represents \ + a \ + an \ + the + +# If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then +# doxygen will generate a detailed section even if there is only a brief +# description. +# The default value is: NO. + +ALWAYS_DETAILED_SEC = NO + +# If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all +# inherited members of a class in the documentation of that class as if those +# members were ordinary class members. Constructors, destructors and assignment +# operators of the base classes will not be shown. +# The default value is: NO. + +INLINE_INHERITED_MEMB = YES + +# If the FULL_PATH_NAMES tag is set to YES, doxygen will prepend the full path +# before files name in the file list and in the header files. If set to NO the +# shortest path that makes the file name unique will be used +# The default value is: YES. + +FULL_PATH_NAMES = YES + +# The STRIP_FROM_PATH tag can be used to strip a user-defined part of the path. +# Stripping is only done if one of the specified strings matches the left-hand +# part of the path. The tag can be used to show relative paths in the file list. +# If left blank the directory from which doxygen is run is used as the path to +# strip. +# +# Note that you can specify absolute paths here, but also relative paths, which +# will be relative from the directory where doxygen is started. +# This tag requires that the tag FULL_PATH_NAMES is set to YES. + +STRIP_FROM_PATH = C:/Users/bill/Documents/ + +# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the +# path mentioned in the documentation of a class, which tells the reader which +# header file to include in order to use a class. If left blank only the name of +# the header file containing the class definition is used. Otherwise one should +# specify the list of include paths that are normally passed to the compiler +# using the -I flag. + +STRIP_FROM_INC_PATH = + +# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but +# less readable) file names. This can be useful is your file systems doesn't +# support long names like on DOS, Mac, or CD-ROM. +# The default value is: NO. + +SHORT_NAMES = NO + +# If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the +# first line (until the first dot) of a Javadoc-style comment as the brief +# description. If set to NO, the Javadoc-style will behave just like regular Qt- +# style comments (thus requiring an explicit @brief command for a brief +# description.) +# The default value is: NO. + +JAVADOC_AUTOBRIEF = NO + +# If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first +# line (until the first dot) of a Qt-style comment as the brief description. If +# set to NO, the Qt-style will behave just like regular Qt-style comments (thus +# requiring an explicit \brief command for a brief description.) +# The default value is: NO. + +QT_AUTOBRIEF = NO + +# The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make doxygen treat a +# multi-line C++ special comment block (i.e. a block of //! or /// comments) as +# a brief description. This used to be the default behavior. The new default is +# to treat a multi-line C++ comment block as a detailed description. Set this +# tag to YES if you prefer the old behavior instead. +# +# Note that setting this tag to YES also means that rational rose comments are +# not recognized any more. +# The default value is: NO. + +MULTILINE_CPP_IS_BRIEF = NO + +# If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the +# documentation from any documented member that it re-implements. +# The default value is: YES. + +INHERIT_DOCS = NO + +# If the SEPARATE_MEMBER_PAGES tag is set to YES then doxygen will produce a new +# page for each member. If set to NO, the documentation of a member will be part +# of the file/class/namespace that contains it. +# The default value is: NO. + +SEPARATE_MEMBER_PAGES = NO + +# The TAB_SIZE tag can be used to set the number of spaces in a tab. Doxygen +# uses this value to replace tabs by spaces in code fragments. +# Minimum value: 1, maximum value: 16, default value: 4. + +TAB_SIZE = 8 + +# This tag can be used to specify a number of aliases that act as commands in +# the documentation. An alias has the form: +# name=value +# For example adding +# "sideeffect=@par Side Effects:\n" +# will allow you to put the command \sideeffect (or @sideeffect) in the +# documentation, which will result in a user-defined paragraph with heading +# "Side Effects:". You can put \n's in the value part of an alias to insert +# newlines. + +ALIASES = + +# This tag can be used to specify a number of word-keyword mappings (TCL only). +# A mapping has the form "name=value". For example adding "class=itcl::class" +# will allow you to use the command class in the itcl::class meaning. + +TCL_SUBST = + +# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources +# only. Doxygen will then generate output that is more tailored for C. For +# instance, some of the names that are used will be different. The list of all +# members will be omitted, etc. +# The default value is: NO. + +OPTIMIZE_OUTPUT_FOR_C = NO + +# Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java or +# Python sources only. Doxygen will then generate output that is more tailored +# for that language. For instance, namespaces will be presented as packages, +# qualified scopes will look different, etc. +# The default value is: NO. + +OPTIMIZE_OUTPUT_JAVA = NO + +# Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran +# sources. Doxygen will then generate output that is tailored for Fortran. +# The default value is: NO. + +OPTIMIZE_FOR_FORTRAN = NO + +# Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL +# sources. Doxygen will then generate output that is tailored for VHDL. +# The default value is: NO. + +OPTIMIZE_OUTPUT_VHDL = NO + +# Doxygen selects the parser to use depending on the extension of the files it +# parses. With this tag you can assign which parser to use for a given +# extension. Doxygen has a built-in mapping, but you can override or extend it +# using this tag. The format is ext=language, where ext is a file extension, and +# language is one of the parsers supported by doxygen: IDL, Java, Javascript, +# C#, C, C++, D, PHP, Objective-C, Python, Fortran (fixed format Fortran: +# FortranFixed, free formatted Fortran: FortranFree, unknown formatted Fortran: +# Fortran. In the later case the parser tries to guess whether the code is fixed +# or free formatted code, this is the default for Fortran type files), VHDL. For +# instance to make doxygen treat .inc files as Fortran files (default is PHP), +# and .f files as C (default is Fortran), use: inc=Fortran f=C. +# +# Note: For files without extension you can use no_extension as a placeholder. +# +# Note that for custom extensions you also need to set FILE_PATTERNS otherwise +# the files are not read by doxygen. + +EXTENSION_MAPPING = + +# If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments +# according to the Markdown format, which allows for more readable +# documentation. See http://daringfireball.net/projects/markdown/ for details. +# The output of markdown processing is further processed by doxygen, so you can +# mix doxygen, HTML, and XML commands with Markdown formatting. Disable only in +# case of backward compatibilities issues. +# The default value is: YES. + +MARKDOWN_SUPPORT = YES + +# When the TOC_INCLUDE_HEADINGS tag is set to a non-zero value, all headings up +# to that level are automatically included in the table of contents, even if +# they do not have an id attribute. +# Note: This feature currently applies only to Markdown headings. +# Minimum value: 0, maximum value: 99, default value: 0. +# This tag requires that the tag MARKDOWN_SUPPORT is set to YES. + +TOC_INCLUDE_HEADINGS = 0 + +# When enabled doxygen tries to link words that correspond to documented +# classes, or namespaces to their corresponding documentation. Such a link can +# be prevented in individual cases by putting a % sign in front of the word or +# globally by setting AUTOLINK_SUPPORT to NO. +# The default value is: YES. + +AUTOLINK_SUPPORT = YES + +# If you use STL classes (i.e. std::string, std::vector, etc.) but do not want +# to include (a tag file for) the STL sources as input, then you should set this +# tag to YES in order to let doxygen match functions declarations and +# definitions whose arguments contain STL classes (e.g. func(std::string); +# versus func(std::string) {}). This also make the inheritance and collaboration +# diagrams that involve STL classes more complete and accurate. +# The default value is: NO. + +BUILTIN_STL_SUPPORT = NO + +# If you use Microsoft's C++/CLI language, you should set this option to YES to +# enable parsing support. +# The default value is: NO. + +CPP_CLI_SUPPORT = NO + +# Set the SIP_SUPPORT tag to YES if your project consists of sip (see: +# https://www.riverbankcomputing.com/software/sip/intro) sources only. Doxygen +# will parse them like normal C++ but will assume all classes use public instead +# of private inheritance when no explicit protection keyword is present. +# The default value is: NO. + +SIP_SUPPORT = NO + +# For Microsoft's IDL there are propget and propput attributes to indicate +# getter and setter methods for a property. Setting this option to YES will make +# doxygen to replace the get and set methods by a property in the documentation. +# This will only work if the methods are indeed getting or setting a simple +# type. If this is not the case, or you want to show the methods anyway, you +# should set this option to NO. +# The default value is: YES. + +IDL_PROPERTY_SUPPORT = YES + +# If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC +# tag is set to YES then doxygen will reuse the documentation of the first +# member in the group (if any) for the other members of the group. By default +# all members of a group must be documented explicitly. +# The default value is: NO. + +DISTRIBUTE_GROUP_DOC = NO + +# If one adds a struct or class to a group and this option is enabled, then also +# any nested class or struct is added to the same group. By default this option +# is disabled and one has to add nested compounds explicitly via \ingroup. +# The default value is: NO. + +GROUP_NESTED_COMPOUNDS = NO + +# Set the SUBGROUPING tag to YES to allow class member groups of the same type +# (for instance a group of public functions) to be put as a subgroup of that +# type (e.g. under the Public Functions section). Set it to NO to prevent +# subgrouping. Alternatively, this can be done per class using the +# \nosubgrouping command. +# The default value is: YES. + +SUBGROUPING = YES + +# When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and unions +# are shown inside the group in which they are included (e.g. using \ingroup) +# instead of on a separate page (for HTML and Man pages) or section (for LaTeX +# and RTF). +# +# Note that this feature does not work in combination with +# SEPARATE_MEMBER_PAGES. +# The default value is: NO. + +INLINE_GROUPED_CLASSES = NO + +# When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and unions +# with only public data fields or simple typedef fields will be shown inline in +# the documentation of the scope in which they are defined (i.e. file, +# namespace, or group documentation), provided this scope is documented. If set +# to NO, structs, classes, and unions are shown on a separate page (for HTML and +# Man pages) or section (for LaTeX and RTF). +# The default value is: NO. + +INLINE_SIMPLE_STRUCTS = NO + +# When TYPEDEF_HIDES_STRUCT tag is enabled, a typedef of a struct, union, or +# enum is documented as struct, union, or enum with the name of the typedef. So +# typedef struct TypeS {} TypeT, will appear in the documentation as a struct +# with name TypeT. When disabled the typedef will appear as a member of a file, +# namespace, or class. And the struct will be named TypeS. This can typically be +# useful for C code in case the coding convention dictates that all compound +# types are typedef'ed and only the typedef is referenced, never the tag name. +# The default value is: NO. + +TYPEDEF_HIDES_STRUCT = NO + +# The size of the symbol lookup cache can be set using LOOKUP_CACHE_SIZE. This +# cache is used to resolve symbols given their name and scope. Since this can be +# an expensive process and often the same symbol appears multiple times in the +# code, doxygen keeps a cache of pre-resolved symbols. If the cache is too small +# doxygen will become slower. If the cache is too large, memory is wasted. The +# cache size is given by this formula: 2^(16+LOOKUP_CACHE_SIZE). The valid range +# is 0..9, the default is 0, corresponding to a cache size of 2^16=65536 +# symbols. At the end of a run doxygen will report the cache usage and suggest +# the optimal cache size from a speed point of view. +# Minimum value: 0, maximum value: 9, default value: 0. + +LOOKUP_CACHE_SIZE = 0 + +#--------------------------------------------------------------------------- +# Build related configuration options +#--------------------------------------------------------------------------- + +# If the EXTRACT_ALL tag is set to YES, doxygen will assume all entities in +# documentation are documented, even if no documentation was available. Private +# class members and static file members will be hidden unless the +# EXTRACT_PRIVATE respectively EXTRACT_STATIC tags are set to YES. +# Note: This will also disable the warnings about undocumented members that are +# normally produced when WARNINGS is set to YES. +# The default value is: NO. + +EXTRACT_ALL = NO + +# If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will +# be included in the documentation. +# The default value is: NO. + +EXTRACT_PRIVATE = NO + +# If the EXTRACT_PACKAGE tag is set to YES, all members with package or internal +# scope will be included in the documentation. +# The default value is: NO. + +EXTRACT_PACKAGE = NO + +# If the EXTRACT_STATIC tag is set to YES, all static members of a file will be +# included in the documentation. +# The default value is: NO. + +EXTRACT_STATIC = YES + +# If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined +# locally in source files will be included in the documentation. If set to NO, +# only classes defined in header files are included. Does not have any effect +# for Java sources. +# The default value is: YES. + +EXTRACT_LOCAL_CLASSES = NO + +# This flag is only useful for Objective-C code. If set to YES, local methods, +# which are defined in the implementation section but not in the interface are +# included in the documentation. If set to NO, only methods in the interface are +# included. +# The default value is: NO. + +EXTRACT_LOCAL_METHODS = NO + +# If this flag is set to YES, the members of anonymous namespaces will be +# extracted and appear in the documentation as a namespace called +# 'anonymous_namespace{file}', where file will be replaced with the base name of +# the file that contains the anonymous namespace. By default anonymous namespace +# are hidden. +# The default value is: NO. + +EXTRACT_ANON_NSPACES = NO + +# If the HIDE_UNDOC_MEMBERS tag is set to YES, doxygen will hide all +# undocumented members inside documented classes or files. If set to NO these +# members will be included in the various overviews, but no documentation +# section is generated. This option has no effect if EXTRACT_ALL is enabled. +# The default value is: NO. + +HIDE_UNDOC_MEMBERS = NO + +# If the HIDE_UNDOC_CLASSES tag is set to YES, doxygen will hide all +# undocumented classes that are normally visible in the class hierarchy. If set +# to NO, these classes will be included in the various overviews. This option +# has no effect if EXTRACT_ALL is enabled. +# The default value is: NO. + +HIDE_UNDOC_CLASSES = NO + +# If the HIDE_FRIEND_COMPOUNDS tag is set to YES, doxygen will hide all friend +# (class|struct|union) declarations. If set to NO, these declarations will be +# included in the documentation. +# The default value is: NO. + +HIDE_FRIEND_COMPOUNDS = NO + +# If the HIDE_IN_BODY_DOCS tag is set to YES, doxygen will hide any +# documentation blocks found inside the body of a function. If set to NO, these +# blocks will be appended to the function's detailed documentation block. +# The default value is: NO. + +HIDE_IN_BODY_DOCS = NO + +# The INTERNAL_DOCS tag determines if documentation that is typed after a +# \internal command is included. If the tag is set to NO then the documentation +# will be excluded. Set it to YES to include the internal documentation. +# The default value is: NO. + +INTERNAL_DOCS = NO + +# If the CASE_SENSE_NAMES tag is set to NO then doxygen will only generate file +# names in lower-case letters. If set to YES, upper-case letters are also +# allowed. This is useful if you have classes or files whose names only differ +# in case and if your file system supports case sensitive file names. Windows +# and Mac users are advised to set this option to NO. +# The default value is: system dependent. + +CASE_SENSE_NAMES = NO + +# If the HIDE_SCOPE_NAMES tag is set to NO then doxygen will show members with +# their full class and namespace scopes in the documentation. If set to YES, the +# scope will be hidden. +# The default value is: NO. + +HIDE_SCOPE_NAMES = NO + +# If the HIDE_COMPOUND_REFERENCE tag is set to NO (default) then doxygen will +# append additional text to a page's title, such as Class Reference. If set to +# YES the compound reference will be hidden. +# The default value is: NO. + +HIDE_COMPOUND_REFERENCE= NO + +# If the SHOW_INCLUDE_FILES tag is set to YES then doxygen will put a list of +# the files that are included by a file in the documentation of that file. +# The default value is: YES. + +SHOW_INCLUDE_FILES = YES + +# If the SHOW_GROUPED_MEMB_INC tag is set to YES then Doxygen will add for each +# grouped member an include statement to the documentation, telling the reader +# which file to include in order to use the member. +# The default value is: NO. + +SHOW_GROUPED_MEMB_INC = NO + +# If the FORCE_LOCAL_INCLUDES tag is set to YES then doxygen will list include +# files with double quotes in the documentation rather than with sharp brackets. +# The default value is: NO. + +FORCE_LOCAL_INCLUDES = NO + +# If the INLINE_INFO tag is set to YES then a tag [inline] is inserted in the +# documentation for inline members. +# The default value is: YES. + +INLINE_INFO = YES + +# If the SORT_MEMBER_DOCS tag is set to YES then doxygen will sort the +# (detailed) documentation of file and class members alphabetically by member +# name. If set to NO, the members will appear in declaration order. +# The default value is: YES. + +SORT_MEMBER_DOCS = YES + +# If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the brief +# descriptions of file, namespace and class members alphabetically by member +# name. If set to NO, the members will appear in declaration order. Note that +# this will also influence the order of the classes in the class list. +# The default value is: NO. + +SORT_BRIEF_DOCS = YES + +# If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen will sort the +# (brief and detailed) documentation of class members so that constructors and +# destructors are listed first. If set to NO the constructors will appear in the +# respective orders defined by SORT_BRIEF_DOCS and SORT_MEMBER_DOCS. +# Note: If SORT_BRIEF_DOCS is set to NO this option is ignored for sorting brief +# member documentation. +# Note: If SORT_MEMBER_DOCS is set to NO this option is ignored for sorting +# detailed member documentation. +# The default value is: NO. + +SORT_MEMBERS_CTORS_1ST = NO + +# If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the hierarchy +# of group names into alphabetical order. If set to NO the group names will +# appear in their defined order. +# The default value is: NO. + +SORT_GROUP_NAMES = NO + +# If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be sorted by +# fully-qualified names, including namespaces. If set to NO, the class list will +# be sorted only by class name, not including the namespace part. +# Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES. +# Note: This option applies only to the class list, not to the alphabetical +# list. +# The default value is: NO. + +SORT_BY_SCOPE_NAME = NO + +# If the STRICT_PROTO_MATCHING option is enabled and doxygen fails to do proper +# type resolution of all parameters of a function it will reject a match between +# the prototype and the implementation of a member function even if there is +# only one candidate or it is obvious which candidate to choose by doing a +# simple string match. By disabling STRICT_PROTO_MATCHING doxygen will still +# accept a match between prototype and implementation in such cases. +# The default value is: NO. + +STRICT_PROTO_MATCHING = NO + +# The GENERATE_TODOLIST tag can be used to enable (YES) or disable (NO) the todo +# list. This list is created by putting \todo commands in the documentation. +# The default value is: YES. + +GENERATE_TODOLIST = YES + +# The GENERATE_TESTLIST tag can be used to enable (YES) or disable (NO) the test +# list. This list is created by putting \test commands in the documentation. +# The default value is: YES. + +GENERATE_TESTLIST = YES + +# The GENERATE_BUGLIST tag can be used to enable (YES) or disable (NO) the bug +# list. This list is created by putting \bug commands in the documentation. +# The default value is: YES. + +GENERATE_BUGLIST = YES + +# The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or disable (NO) +# the deprecated list. This list is created by putting \deprecated commands in +# the documentation. +# The default value is: YES. + +GENERATE_DEPRECATEDLIST= YES + +# The ENABLED_SECTIONS tag can be used to enable conditional documentation +# sections, marked by \if ... \endif and \cond +# ... \endcond blocks. + +ENABLED_SECTIONS = + +# The MAX_INITIALIZER_LINES tag determines the maximum number of lines that the +# initial value of a variable or macro / define can have for it to appear in the +# documentation. If the initializer consists of more lines than specified here +# it will be hidden. Use a value of 0 to hide initializers completely. The +# appearance of the value of individual variables and macros / defines can be +# controlled using \showinitializer or \hideinitializer command in the +# documentation regardless of this setting. +# Minimum value: 0, maximum value: 10000, default value: 30. + +MAX_INITIALIZER_LINES = 2 + +# Set the SHOW_USED_FILES tag to NO to disable the list of files generated at +# the bottom of the documentation of classes and structs. If set to YES, the +# list will mention the files that were used to generate the documentation. +# The default value is: YES. + +SHOW_USED_FILES = YES + +# Set the SHOW_FILES tag to NO to disable the generation of the Files page. This +# will remove the Files entry from the Quick Index and from the Folder Tree View +# (if specified). +# The default value is: YES. + +SHOW_FILES = YES + +# Set the SHOW_NAMESPACES tag to NO to disable the generation of the Namespaces +# page. This will remove the Namespaces entry from the Quick Index and from the +# Folder Tree View (if specified). +# The default value is: YES. + +SHOW_NAMESPACES = YES + +# The FILE_VERSION_FILTER tag can be used to specify a program or script that +# doxygen should invoke to get the current version for each file (typically from +# the version control system). Doxygen will invoke the program by executing (via +# popen()) the command command input-file, where command is the value of the +# FILE_VERSION_FILTER tag, and input-file is the name of an input file provided +# by doxygen. Whatever the program writes to standard output is used as the file +# version. For an example see the documentation. + +FILE_VERSION_FILTER = + +# The LAYOUT_FILE tag can be used to specify a layout file which will be parsed +# by doxygen. The layout file controls the global structure of the generated +# output files in an output format independent way. To create the layout file +# that represents doxygen's defaults, run doxygen with the -l option. You can +# optionally specify a file name after the option, if omitted DoxygenLayout.xml +# will be used as the name of the layout file. +# +# Note that if you run doxygen from a directory containing a file called +# DoxygenLayout.xml, doxygen will parse it automatically even if the LAYOUT_FILE +# tag is left empty. + +LAYOUT_FILE = + +# The CITE_BIB_FILES tag can be used to specify one or more bib files containing +# the reference definitions. This must be a list of .bib files. The .bib +# extension is automatically appended if omitted. This requires the bibtex tool +# to be installed. See also https://en.wikipedia.org/wiki/BibTeX for more info. +# For LaTeX the style of the bibliography can be controlled using +# LATEX_BIB_STYLE. To use this feature you need bibtex and perl available in the +# search path. See also \cite for info how to create references. + +CITE_BIB_FILES = + +#--------------------------------------------------------------------------- +# Configuration options related to warning and progress messages +#--------------------------------------------------------------------------- + +# The QUIET tag can be used to turn on/off the messages that are generated to +# standard output by doxygen. If QUIET is set to YES this implies that the +# messages are off. +# The default value is: NO. + +QUIET = NO + +# The WARNINGS tag can be used to turn on/off the warning messages that are +# generated to standard error (stderr) by doxygen. If WARNINGS is set to YES +# this implies that the warnings are on. +# +# Tip: Turn warnings on while writing the documentation. +# The default value is: YES. + +WARNINGS = YES + +# If the WARN_IF_UNDOCUMENTED tag is set to YES then doxygen will generate +# warnings for undocumented members. If EXTRACT_ALL is set to YES then this flag +# will automatically be disabled. +# The default value is: YES. + +WARN_IF_UNDOCUMENTED = YES + +# If the WARN_IF_DOC_ERROR tag is set to YES, doxygen will generate warnings for +# potential errors in the documentation, such as not documenting some parameters +# in a documented function, or documenting parameters that don't exist or using +# markup commands wrongly. +# The default value is: YES. + +WARN_IF_DOC_ERROR = YES + +# This WARN_NO_PARAMDOC option can be enabled to get warnings for functions that +# are documented, but have no documentation for their parameters or return +# value. If set to NO, doxygen will only warn about wrong or incomplete +# parameter documentation, but not about the absence of documentation. +# The default value is: NO. + +WARN_NO_PARAMDOC = YES + +# If the WARN_AS_ERROR tag is set to YES then doxygen will immediately stop when +# a warning is encountered. +# The default value is: NO. + +WARN_AS_ERROR = NO + +# The WARN_FORMAT tag determines the format of the warning messages that doxygen +# can produce. The string should contain the $file, $line, and $text tags, which +# will be replaced by the file and line number from which the warning originated +# and the warning text. Optionally the format may contain $version, which will +# be replaced by the version of the file (if it could be obtained via +# FILE_VERSION_FILTER) +# The default value is: $file:$line: $text. + +WARN_FORMAT = "$file:$line: $text" + +# The WARN_LOGFILE tag can be used to specify a file to which warning and error +# messages should be written. If left blank the output is written to standard +# error (stderr). + +WARN_LOGFILE = + +#--------------------------------------------------------------------------- +# Configuration options related to the input files +#--------------------------------------------------------------------------- + +# The INPUT tag is used to specify the files and/or directories that contain +# documented source files. You may enter file names like myfile.cpp or +# directories like /usr/src/myproject. Separate the files or directories with +# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING +# Note: If this tag is empty the current directory is searched. + +INPUT = ../src \ + ../src/ExFatLib \ + ../src/FatLib \ + ../src/iostream \ + ../src/common \ + ../src/SdCard \ + ../src/SpiDriver \ + mainpage.h \ + ../src/FsLib \ + ../src/FsLib + +# This tag can be used to specify the character encoding of the source files +# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses +# libiconv (or the iconv built into libc) for the transcoding. See the libiconv +# documentation (see: https://www.gnu.org/software/libiconv/) for the list of +# possible encodings. +# The default value is: UTF-8. + +INPUT_ENCODING = UTF-8 + +# If the value of the INPUT tag contains directories, you can use the +# FILE_PATTERNS tag to specify one or more wildcard patterns (like *.cpp and +# *.h) to filter out the source-files in the directories. +# +# Note that for custom extensions or not directly supported extensions you also +# need to set EXTENSION_MAPPING for the extension otherwise the files are not +# read by doxygen. +# +# If left blank the following patterns are tested:*.c, *.cc, *.cxx, *.cpp, +# *.c++, *.java, *.ii, *.ixx, *.ipp, *.i++, *.inl, *.idl, *.ddl, *.odl, *.h, +# *.hh, *.hxx, *.hpp, *.h++, *.cs, *.d, *.php, *.php4, *.php5, *.phtml, *.inc, +# *.m, *.markdown, *.md, *.mm, *.dox, *.py, *.pyw, *.f90, *.f95, *.f03, *.f08, +# *.f, *.for, *.tcl, *.vhd, *.vhdl, *.ucf and *.qsf. + +FILE_PATTERNS = *.c \ + *.cc \ + *.cxx \ + *.c++ \ + *.d \ + *.java \ + *.ii \ + *.ixx \ + *.ipp \ + *.i++ \ + *.inl \ + *.h \ + *.hh \ + *.hxx \ + *.hpp \ + *.h++ \ + *.idl \ + *.odl \ + *.cs \ + *.php \ + *.php3 \ + *.inc \ + *.m \ + *.mm \ + *.dox \ + *.py \ + *.f90 \ + *.f \ + *.vhd \ + *.vhdl \ + *.cpp + +# The RECURSIVE tag can be used to specify whether or not subdirectories should +# be searched for input files as well. +# The default value is: NO. + +RECURSIVE = NO + +# The EXCLUDE tag can be used to specify files and/or directories that should be +# excluded from the INPUT source files. This way you can easily exclude a +# subdirectory from a directory tree whose root is specified with the INPUT tag. +# +# Note that relative paths are relative to the directory from which doxygen is +# run. + +EXCLUDE = ../src/common/FsStructs.h \ + ../src/ExFatLib/upcase.cpp \ + ../src/common/PrintBasic.h \ + ../src/common/PrintBasic.cpp \ + ../src/SpiDriver/SdSpiBareUnoDriver.h \ + ../src/iostream/StreamBaseClass.cpp + +# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or +# directories that are symbolic links (a Unix file system feature) are excluded +# from the input. +# The default value is: NO. + +EXCLUDE_SYMLINKS = NO + +# If the value of the INPUT tag contains directories, you can use the +# EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude +# certain files from those directories. +# +# Note that the wildcards are matched against the file with absolute path, so to +# exclude all test directories for example use the pattern */test/* + +EXCLUDE_PATTERNS = + +# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names +# (namespaces, classes, functions, etc.) that should be excluded from the +# output. The symbol name can be a fully qualified name, a word, or if the +# wildcard * is used, a substring. Examples: ANamespace, AClass, +# AClass::ANamespace, ANamespace::*Test +# +# Note that the wildcards are matched against the file with absolute path, so to +# exclude all test directories use the pattern */test/* + +EXCLUDE_SYMBOLS = + +# The EXAMPLE_PATH tag can be used to specify one or more files or directories +# that contain example code fragments that are included (see the \include +# command). + +EXAMPLE_PATH = + +# If the value of the EXAMPLE_PATH tag contains directories, you can use the +# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and +# *.h) to filter out the source-files in the directories. If left blank all +# files are included. + +EXAMPLE_PATTERNS = * + +# If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be +# searched for input files to be used with the \include or \dontinclude commands +# irrespective of the value of the RECURSIVE tag. +# The default value is: NO. + +EXAMPLE_RECURSIVE = NO + +# The IMAGE_PATH tag can be used to specify one or more files or directories +# that contain images that are to be included in the documentation (see the +# \image command). + +IMAGE_PATH = + +# The INPUT_FILTER tag can be used to specify a program that doxygen should +# invoke to filter for each input file. Doxygen will invoke the filter program +# by executing (via popen()) the command: +# +# +# +# where is the value of the INPUT_FILTER tag, and is the +# name of an input file. Doxygen will then use the output that the filter +# program writes to standard output. If FILTER_PATTERNS is specified, this tag +# will be ignored. +# +# Note that the filter must not add or remove lines; it is applied before the +# code is scanned, but not when the output code is generated. If lines are added +# or removed, the anchors will not be placed correctly. +# +# Note that for custom extensions or not directly supported extensions you also +# need to set EXTENSION_MAPPING for the extension otherwise the files are not +# properly processed by doxygen. + +INPUT_FILTER = + +# The FILTER_PATTERNS tag can be used to specify filters on a per file pattern +# basis. Doxygen will compare the file name with each pattern and apply the +# filter if there is a match. The filters are a list of the form: pattern=filter +# (like *.cpp=my_cpp_filter). See INPUT_FILTER for further information on how +# filters are used. If the FILTER_PATTERNS tag is empty or if none of the +# patterns match the file name, INPUT_FILTER is applied. +# +# Note that for custom extensions or not directly supported extensions you also +# need to set EXTENSION_MAPPING for the extension otherwise the files are not +# properly processed by doxygen. + +FILTER_PATTERNS = + +# If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using +# INPUT_FILTER) will also be used to filter the input files that are used for +# producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES). +# The default value is: NO. + +FILTER_SOURCE_FILES = NO + +# The FILTER_SOURCE_PATTERNS tag can be used to specify source filters per file +# pattern. A pattern will override the setting for FILTER_PATTERN (if any) and +# it is also possible to disable source filtering for a specific pattern using +# *.ext= (so without naming a filter). +# This tag requires that the tag FILTER_SOURCE_FILES is set to YES. + +FILTER_SOURCE_PATTERNS = + +# If the USE_MDFILE_AS_MAINPAGE tag refers to the name of a markdown file that +# is part of the input, its contents will be placed on the main page +# (index.html). This can be useful if you have a project on for instance GitHub +# and want to reuse the introduction page also for the doxygen output. + +USE_MDFILE_AS_MAINPAGE = + +#--------------------------------------------------------------------------- +# Configuration options related to source browsing +#--------------------------------------------------------------------------- + +# If the SOURCE_BROWSER tag is set to YES then a list of source files will be +# generated. Documented entities will be cross-referenced with these sources. +# +# Note: To get rid of all source code in the generated output, make sure that +# also VERBATIM_HEADERS is set to NO. +# The default value is: NO. + +SOURCE_BROWSER = NO + +# Setting the INLINE_SOURCES tag to YES will include the body of functions, +# classes and enums directly into the documentation. +# The default value is: NO. + +INLINE_SOURCES = NO + +# Setting the STRIP_CODE_COMMENTS tag to YES will instruct doxygen to hide any +# special comment blocks from generated source code fragments. Normal C, C++ and +# Fortran comments will always remain visible. +# The default value is: YES. + +STRIP_CODE_COMMENTS = YES + +# If the REFERENCED_BY_RELATION tag is set to YES then for each documented +# function all documented functions referencing it will be listed. +# The default value is: NO. + +REFERENCED_BY_RELATION = NO + +# If the REFERENCES_RELATION tag is set to YES then for each documented function +# all documented entities called/used by that function will be listed. +# The default value is: NO. + +REFERENCES_RELATION = NO + +# If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set +# to YES then the hyperlinks from functions in REFERENCES_RELATION and +# REFERENCED_BY_RELATION lists will link to the source code. Otherwise they will +# link to the documentation. +# The default value is: YES. + +REFERENCES_LINK_SOURCE = YES + +# If SOURCE_TOOLTIPS is enabled (the default) then hovering a hyperlink in the +# source code will show a tooltip with additional information such as prototype, +# brief description and links to the definition and documentation. Since this +# will make the HTML file larger and loading of large files a bit slower, you +# can opt to disable this feature. +# The default value is: YES. +# This tag requires that the tag SOURCE_BROWSER is set to YES. + +SOURCE_TOOLTIPS = YES + +# If the USE_HTAGS tag is set to YES then the references to source code will +# point to the HTML generated by the htags(1) tool instead of doxygen built-in +# source browser. The htags tool is part of GNU's global source tagging system +# (see https://www.gnu.org/software/global/global.html). You will need version +# 4.8.6 or higher. +# +# To use it do the following: +# - Install the latest version of global +# - Enable SOURCE_BROWSER and USE_HTAGS in the config file +# - Make sure the INPUT points to the root of the source tree +# - Run doxygen as normal +# +# Doxygen will invoke htags (and that will in turn invoke gtags), so these +# tools must be available from the command line (i.e. in the search path). +# +# The result: instead of the source browser generated by doxygen, the links to +# source code will now point to the output of htags. +# The default value is: NO. +# This tag requires that the tag SOURCE_BROWSER is set to YES. + +USE_HTAGS = NO + +# If the VERBATIM_HEADERS tag is set the YES then doxygen will generate a +# verbatim copy of the header file for each class for which an include is +# specified. Set to NO to disable this. +# See also: Section \class. +# The default value is: YES. + +VERBATIM_HEADERS = NO + +# If the CLANG_ASSISTED_PARSING tag is set to YES then doxygen will use the +# clang parser (see: http://clang.llvm.org/) for more accurate parsing at the +# cost of reduced performance. This can be particularly helpful with template +# rich C++ code for which doxygen's built-in parser lacks the necessary type +# information. +# Note: The availability of this option depends on whether or not doxygen was +# generated with the -Duse-libclang=ON option for CMake. +# The default value is: NO. + +CLANG_ASSISTED_PARSING = NO + +# If clang assisted parsing is enabled you can provide the compiler with command +# line options that you would normally use when invoking the compiler. Note that +# the include paths will already be set by doxygen for the files and directories +# specified with INPUT and INCLUDE_PATH. +# This tag requires that the tag CLANG_ASSISTED_PARSING is set to YES. + +CLANG_OPTIONS = + +# If clang assisted parsing is enabled you can provide the clang parser with the +# path to the compilation database (see: +# http://clang.llvm.org/docs/HowToSetupToolingForLLVM.html) used when the files +# were built. This is equivalent to specifying the "-p" option to a clang tool, +# such as clang-check. These options will then be pased to the parser. +# Note: The availability of this option depends on whether or not doxygen was +# generated with the -Duse-libclang=ON option for CMake. +# The default value is: 0. + +CLANG_COMPILATION_DATABASE_PATH= 0 + +#--------------------------------------------------------------------------- +# Configuration options related to the alphabetical class index +#--------------------------------------------------------------------------- + +# If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all +# compounds will be generated. Enable this if the project contains a lot of +# classes, structs, unions or interfaces. +# The default value is: YES. + +ALPHABETICAL_INDEX = NO + +# The COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns in +# which the alphabetical index list will be split. +# Minimum value: 1, maximum value: 20, default value: 5. +# This tag requires that the tag ALPHABETICAL_INDEX is set to YES. + +COLS_IN_ALPHA_INDEX = 5 + +# In case all classes in a project start with a common prefix, all classes will +# be put under the same header in the alphabetical index. The IGNORE_PREFIX tag +# can be used to specify a prefix (or a list of prefixes) that should be ignored +# while generating the index headers. +# This tag requires that the tag ALPHABETICAL_INDEX is set to YES. + +IGNORE_PREFIX = + +#--------------------------------------------------------------------------- +# Configuration options related to the HTML output +#--------------------------------------------------------------------------- + +# If the GENERATE_HTML tag is set to YES, doxygen will generate HTML output +# The default value is: YES. + +GENERATE_HTML = YES + +# The HTML_OUTPUT tag is used to specify where the HTML docs will be put. If a +# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of +# it. +# The default directory is: html. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_OUTPUT = html + +# The HTML_FILE_EXTENSION tag can be used to specify the file extension for each +# generated HTML page (for example: .htm, .php, .asp). +# The default value is: .html. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_FILE_EXTENSION = .html + +# The HTML_HEADER tag can be used to specify a user-defined HTML header file for +# each generated HTML page. If the tag is left blank doxygen will generate a +# standard header. +# +# To get valid HTML the header file that includes any scripts and style sheets +# that doxygen needs, which is dependent on the configuration options used (e.g. +# the setting GENERATE_TREEVIEW). It is highly recommended to start with a +# default header using +# doxygen -w html new_header.html new_footer.html new_stylesheet.css +# YourConfigFile +# and then modify the file new_header.html. See also section "Doxygen usage" +# for information on how to generate the default header that doxygen normally +# uses. +# Note: The header is subject to change so you typically have to regenerate the +# default header when upgrading to a newer version of doxygen. For a description +# of the possible markers and block names see the documentation. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_HEADER = + +# The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each +# generated HTML page. If the tag is left blank doxygen will generate a standard +# footer. See HTML_HEADER for more information on how to generate a default +# footer and what special commands can be used inside the footer. See also +# section "Doxygen usage" for information on how to generate the default footer +# that doxygen normally uses. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_FOOTER = + +# The HTML_STYLESHEET tag can be used to specify a user-defined cascading style +# sheet that is used by each HTML page. It can be used to fine-tune the look of +# the HTML output. If left blank doxygen will generate a default style sheet. +# See also section "Doxygen usage" for information on how to generate the style +# sheet that doxygen normally uses. +# Note: It is recommended to use HTML_EXTRA_STYLESHEET instead of this tag, as +# it is more robust and this tag (HTML_STYLESHEET) will in the future become +# obsolete. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_STYLESHEET = + +# The HTML_EXTRA_STYLESHEET tag can be used to specify additional user-defined +# cascading style sheets that are included after the standard style sheets +# created by doxygen. Using this option one can overrule certain style aspects. +# This is preferred over using HTML_STYLESHEET since it does not replace the +# standard style sheet and is therefore more robust against future updates. +# Doxygen will copy the style sheet files to the output directory. +# Note: The order of the extra style sheet files is of importance (e.g. the last +# style sheet in the list overrules the setting of the previous ones in the +# list). For an example see the documentation. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_EXTRA_STYLESHEET = + +# The HTML_EXTRA_FILES tag can be used to specify one or more extra images or +# other source files which should be copied to the HTML output directory. Note +# that these files will be copied to the base HTML output directory. Use the +# $relpath^ marker in the HTML_HEADER and/or HTML_FOOTER files to load these +# files. In the HTML_STYLESHEET file, use the file name only. Also note that the +# files will be copied as-is; there are no commands or markers available. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_EXTRA_FILES = + +# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen +# will adjust the colors in the style sheet and background images according to +# this color. Hue is specified as an angle on a colorwheel, see +# https://en.wikipedia.org/wiki/Hue for more information. For instance the value +# 0 represents red, 60 is yellow, 120 is green, 180 is cyan, 240 is blue, 300 +# purple, and 360 is red again. +# Minimum value: 0, maximum value: 359, default value: 220. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_COLORSTYLE_HUE = 220 + +# The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of the colors +# in the HTML output. For a value of 0 the output will use grayscales only. A +# value of 255 will produce the most vivid colors. +# Minimum value: 0, maximum value: 255, default value: 100. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_COLORSTYLE_SAT = 100 + +# The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to the +# luminance component of the colors in the HTML output. Values below 100 +# gradually make the output lighter, whereas values above 100 make the output +# darker. The value divided by 100 is the actual gamma applied, so 80 represents +# a gamma of 0.8, The value 220 represents a gamma of 2.2, and 100 does not +# change the gamma. +# Minimum value: 40, maximum value: 240, default value: 80. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_COLORSTYLE_GAMMA = 80 + +# If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML +# page will contain the date and time when the page was generated. Setting this +# to YES can help to show when doxygen was last run and thus if the +# documentation is up to date. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_TIMESTAMP = YES + +# If the HTML_DYNAMIC_MENUS tag is set to YES then the generated HTML +# documentation will contain a main index with vertical navigation menus that +# are dynamically created via Javascript. If disabled, the navigation index will +# consists of multiple levels of tabs that are statically embedded in every HTML +# page. Disable this option to support browsers that do not have Javascript, +# like the Qt help browser. +# The default value is: YES. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_DYNAMIC_MENUS = YES + +# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML +# documentation will contain sections that can be hidden and shown after the +# page has loaded. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_DYNAMIC_SECTIONS = NO + +# With HTML_INDEX_NUM_ENTRIES one can control the preferred number of entries +# shown in the various tree structured indices initially; the user can expand +# and collapse entries dynamically later on. Doxygen will expand the tree to +# such a level that at most the specified number of entries are visible (unless +# a fully collapsed tree already exceeds this amount). So setting the number of +# entries 1 will produce a full collapsed tree by default. 0 is a special value +# representing an infinite number of entries and will result in a full expanded +# tree by default. +# Minimum value: 0, maximum value: 9999, default value: 100. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_INDEX_NUM_ENTRIES = 100 + +# If the GENERATE_DOCSET tag is set to YES, additional index files will be +# generated that can be used as input for Apple's Xcode 3 integrated development +# environment (see: https://developer.apple.com/tools/xcode/), introduced with +# OSX 10.5 (Leopard). To create a documentation set, doxygen will generate a +# Makefile in the HTML output directory. Running make will produce the docset in +# that directory and running make install will install the docset in +# ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find it at +# startup. See https://developer.apple.com/tools/creatingdocsetswithdoxygen.html +# for more information. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +GENERATE_DOCSET = NO + +# This tag determines the name of the docset feed. A documentation feed provides +# an umbrella under which multiple documentation sets from a single provider +# (such as a company or product suite) can be grouped. +# The default value is: Doxygen generated docs. +# This tag requires that the tag GENERATE_DOCSET is set to YES. + +DOCSET_FEEDNAME = "Doxygen generated docs" + +# This tag specifies a string that should uniquely identify the documentation +# set bundle. This should be a reverse domain-name style string, e.g. +# com.mycompany.MyDocSet. Doxygen will append .docset to the name. +# The default value is: org.doxygen.Project. +# This tag requires that the tag GENERATE_DOCSET is set to YES. + +DOCSET_BUNDLE_ID = org.doxygen.Project + +# The DOCSET_PUBLISHER_ID tag specifies a string that should uniquely identify +# the documentation publisher. This should be a reverse domain-name style +# string, e.g. com.mycompany.MyDocSet.documentation. +# The default value is: org.doxygen.Publisher. +# This tag requires that the tag GENERATE_DOCSET is set to YES. + +DOCSET_PUBLISHER_ID = org.doxygen.Publisher + +# The DOCSET_PUBLISHER_NAME tag identifies the documentation publisher. +# The default value is: Publisher. +# This tag requires that the tag GENERATE_DOCSET is set to YES. + +DOCSET_PUBLISHER_NAME = Publisher + +# If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three +# additional HTML index files: index.hhp, index.hhc, and index.hhk. The +# index.hhp is a project file that can be read by Microsoft's HTML Help Workshop +# (see: http://www.microsoft.com/en-us/download/details.aspx?id=21138) on +# Windows. +# +# The HTML Help Workshop contains a compiler that can convert all HTML output +# generated by doxygen into a single compiled HTML file (.chm). Compiled HTML +# files are now used as the Windows 98 help format, and will replace the old +# Windows help format (.hlp) on all Windows platforms in the future. Compressed +# HTML files also contain an index, a table of contents, and you can search for +# words in the documentation. The HTML workshop also contains a viewer for +# compressed HTML files. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +GENERATE_HTMLHELP = NO + +# The CHM_FILE tag can be used to specify the file name of the resulting .chm +# file. You can add a path in front of the file if the result should not be +# written to the html output directory. +# This tag requires that the tag GENERATE_HTMLHELP is set to YES. + +CHM_FILE = + +# The HHC_LOCATION tag can be used to specify the location (absolute path +# including file name) of the HTML help compiler (hhc.exe). If non-empty, +# doxygen will try to run the HTML help compiler on the generated index.hhp. +# The file has to be specified with full path. +# This tag requires that the tag GENERATE_HTMLHELP is set to YES. + +HHC_LOCATION = + +# The GENERATE_CHI flag controls if a separate .chi index file is generated +# (YES) or that it should be included in the master .chm file (NO). +# The default value is: NO. +# This tag requires that the tag GENERATE_HTMLHELP is set to YES. + +GENERATE_CHI = NO + +# The CHM_INDEX_ENCODING is used to encode HtmlHelp index (hhk), content (hhc) +# and project file content. +# This tag requires that the tag GENERATE_HTMLHELP is set to YES. + +CHM_INDEX_ENCODING = + +# The BINARY_TOC flag controls whether a binary table of contents is generated +# (YES) or a normal table of contents (NO) in the .chm file. Furthermore it +# enables the Previous and Next buttons. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTMLHELP is set to YES. + +BINARY_TOC = NO + +# The TOC_EXPAND flag can be set to YES to add extra items for group members to +# the table of contents of the HTML help documentation and to the tree view. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTMLHELP is set to YES. + +TOC_EXPAND = NO + +# If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and +# QHP_VIRTUAL_FOLDER are set, an additional index file will be generated that +# can be used as input for Qt's qhelpgenerator to generate a Qt Compressed Help +# (.qch) of the generated HTML documentation. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +GENERATE_QHP = NO + +# If the QHG_LOCATION tag is specified, the QCH_FILE tag can be used to specify +# the file name of the resulting .qch file. The path specified is relative to +# the HTML output folder. +# This tag requires that the tag GENERATE_QHP is set to YES. + +QCH_FILE = + +# The QHP_NAMESPACE tag specifies the namespace to use when generating Qt Help +# Project output. For more information please see Qt Help Project / Namespace +# (see: http://doc.qt.io/qt-4.8/qthelpproject.html#namespace). +# The default value is: org.doxygen.Project. +# This tag requires that the tag GENERATE_QHP is set to YES. + +QHP_NAMESPACE = org.doxygen.Project + +# The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating Qt +# Help Project output. For more information please see Qt Help Project / Virtual +# Folders (see: http://doc.qt.io/qt-4.8/qthelpproject.html#virtual-folders). +# The default value is: doc. +# This tag requires that the tag GENERATE_QHP is set to YES. + +QHP_VIRTUAL_FOLDER = doc + +# If the QHP_CUST_FILTER_NAME tag is set, it specifies the name of a custom +# filter to add. For more information please see Qt Help Project / Custom +# Filters (see: http://doc.qt.io/qt-4.8/qthelpproject.html#custom-filters). +# This tag requires that the tag GENERATE_QHP is set to YES. + +QHP_CUST_FILTER_NAME = + +# The QHP_CUST_FILTER_ATTRS tag specifies the list of the attributes of the +# custom filter to add. For more information please see Qt Help Project / Custom +# Filters (see: http://doc.qt.io/qt-4.8/qthelpproject.html#custom-filters). +# This tag requires that the tag GENERATE_QHP is set to YES. + +QHP_CUST_FILTER_ATTRS = + +# The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this +# project's filter section matches. Qt Help Project / Filter Attributes (see: +# http://doc.qt.io/qt-4.8/qthelpproject.html#filter-attributes). +# This tag requires that the tag GENERATE_QHP is set to YES. + +QHP_SECT_FILTER_ATTRS = + +# The QHG_LOCATION tag can be used to specify the location of Qt's +# qhelpgenerator. If non-empty doxygen will try to run qhelpgenerator on the +# generated .qhp file. +# This tag requires that the tag GENERATE_QHP is set to YES. + +QHG_LOCATION = + +# If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files will be +# generated, together with the HTML files, they form an Eclipse help plugin. To +# install this plugin and make it available under the help contents menu in +# Eclipse, the contents of the directory containing the HTML and XML files needs +# to be copied into the plugins directory of eclipse. The name of the directory +# within the plugins directory should be the same as the ECLIPSE_DOC_ID value. +# After copying Eclipse needs to be restarted before the help appears. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +GENERATE_ECLIPSEHELP = NO + +# A unique identifier for the Eclipse help plugin. When installing the plugin +# the directory name containing the HTML and XML files should also have this +# name. Each documentation set should have its own identifier. +# The default value is: org.doxygen.Project. +# This tag requires that the tag GENERATE_ECLIPSEHELP is set to YES. + +ECLIPSE_DOC_ID = org.doxygen.Project + +# If you want full control over the layout of the generated HTML pages it might +# be necessary to disable the index and replace it with your own. The +# DISABLE_INDEX tag can be used to turn on/off the condensed index (tabs) at top +# of each HTML page. A value of NO enables the index and the value YES disables +# it. Since the tabs in the index contain the same information as the navigation +# tree, you can set this option to YES if you also set GENERATE_TREEVIEW to YES. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +DISABLE_INDEX = NO + +# The GENERATE_TREEVIEW tag is used to specify whether a tree-like index +# structure should be generated to display hierarchical information. If the tag +# value is set to YES, a side panel will be generated containing a tree-like +# index structure (just like the one that is generated for HTML Help). For this +# to work a browser that supports JavaScript, DHTML, CSS and frames is required +# (i.e. any modern browser). Windows users are probably better off using the +# HTML help feature. Via custom style sheets (see HTML_EXTRA_STYLESHEET) one can +# further fine-tune the look of the index. As an example, the default style +# sheet generated by doxygen has an example that shows how to put an image at +# the root of the tree instead of the PROJECT_NAME. Since the tree basically has +# the same information as the tab index, you could consider setting +# DISABLE_INDEX to YES when enabling this option. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +GENERATE_TREEVIEW = NO + +# The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values that +# doxygen will group on one line in the generated HTML documentation. +# +# Note that a value of 0 will completely suppress the enum values from appearing +# in the overview section. +# Minimum value: 0, maximum value: 20, default value: 4. +# This tag requires that the tag GENERATE_HTML is set to YES. + +ENUM_VALUES_PER_LINE = 4 + +# If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be used +# to set the initial width (in pixels) of the frame in which the tree is shown. +# Minimum value: 0, maximum value: 1500, default value: 250. +# This tag requires that the tag GENERATE_HTML is set to YES. + +TREEVIEW_WIDTH = 250 + +# If the EXT_LINKS_IN_WINDOW option is set to YES, doxygen will open links to +# external symbols imported via tag files in a separate window. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +EXT_LINKS_IN_WINDOW = NO + +# Use this tag to change the font size of LaTeX formulas included as images in +# the HTML documentation. When you change the font size after a successful +# doxygen run you need to manually remove any form_*.png images from the HTML +# output directory to force them to be regenerated. +# Minimum value: 8, maximum value: 50, default value: 10. +# This tag requires that the tag GENERATE_HTML is set to YES. + +FORMULA_FONTSIZE = 10 + +# Use the FORMULA_TRANSPARENT tag to determine whether or not the images +# generated for formulas are transparent PNGs. Transparent PNGs are not +# supported properly for IE 6.0, but are supported on all modern browsers. +# +# Note that when changing this option you need to delete any form_*.png files in +# the HTML output directory before the changes have effect. +# The default value is: YES. +# This tag requires that the tag GENERATE_HTML is set to YES. + +FORMULA_TRANSPARENT = YES + +# Enable the USE_MATHJAX option to render LaTeX formulas using MathJax (see +# https://www.mathjax.org) which uses client side Javascript for the rendering +# instead of using pre-rendered bitmaps. Use this if you do not have LaTeX +# installed or if you want to formulas look prettier in the HTML output. When +# enabled you may also need to install MathJax separately and configure the path +# to it using the MATHJAX_RELPATH option. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +USE_MATHJAX = NO + +# When MathJax is enabled you can set the default output format to be used for +# the MathJax output. See the MathJax site (see: +# http://docs.mathjax.org/en/latest/output.html) for more details. +# Possible values are: HTML-CSS (which is slower, but has the best +# compatibility), NativeMML (i.e. MathML) and SVG. +# The default value is: HTML-CSS. +# This tag requires that the tag USE_MATHJAX is set to YES. + +MATHJAX_FORMAT = HTML-CSS + +# When MathJax is enabled you need to specify the location relative to the HTML +# output directory using the MATHJAX_RELPATH option. The destination directory +# should contain the MathJax.js script. For instance, if the mathjax directory +# is located at the same level as the HTML output directory, then +# MATHJAX_RELPATH should be ../mathjax. The default value points to the MathJax +# Content Delivery Network so you can quickly see the result without installing +# MathJax. However, it is strongly recommended to install a local copy of +# MathJax from https://www.mathjax.org before deployment. +# The default value is: http://cdn.mathjax.org/mathjax/latest. +# This tag requires that the tag USE_MATHJAX is set to YES. + +MATHJAX_RELPATH = http://www.mathjax.org/mathjax + +# The MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax +# extension names that should be enabled during MathJax rendering. For example +# MATHJAX_EXTENSIONS = TeX/AMSmath TeX/AMSsymbols +# This tag requires that the tag USE_MATHJAX is set to YES. + +MATHJAX_EXTENSIONS = + +# The MATHJAX_CODEFILE tag can be used to specify a file with javascript pieces +# of code that will be used on startup of the MathJax code. See the MathJax site +# (see: http://docs.mathjax.org/en/latest/output.html) for more details. For an +# example see the documentation. +# This tag requires that the tag USE_MATHJAX is set to YES. + +MATHJAX_CODEFILE = + +# When the SEARCHENGINE tag is enabled doxygen will generate a search box for +# the HTML output. The underlying search engine uses javascript and DHTML and +# should work on any modern browser. Note that when using HTML help +# (GENERATE_HTMLHELP), Qt help (GENERATE_QHP), or docsets (GENERATE_DOCSET) +# there is already a search function so this one should typically be disabled. +# For large projects the javascript based search engine can be slow, then +# enabling SERVER_BASED_SEARCH may provide a better solution. It is possible to +# search using the keyboard; to jump to the search box use + S +# (what the is depends on the OS and browser, but it is typically +# , /