Victor Oliveira
138340ee99
Multi-Volume. Select Media for LVGL (#21344 )
3 years ago
LinFor
5b9aeb2e5f
Handle UTF in long filenames (#20087 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
4 years ago
Scott Lahteine
ec23e37a4a
Clean up comments, USB flash, NULLs
4 years ago
Diego von Deschwanden
42fbd527f3
Fix links to secure sites (#18745 )
4 years ago
Scott Lahteine
bfad23d3e2
(c) 2020
4 years ago
GMagician
8be146642f
Unused SPI PIN definitions
5 years ago
Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
5 years ago
Scott Lahteine
0feeef2604
Update copyright in headers
5 years ago
Scott Lahteine
643e0066a0
Followup to #12451
6 years ago
Scott Lahteine
66580f32c2
Make CardReader class static (#12451 )
* Make CardReader a static class
* Make CardReader flags into bitfields
6 years ago
Scott Lahteine
f5eab912ed
Apply #pragma once, misc cleanup (#12322 )
* Apply #pragma once in headers
* Adjust some thermistors formatting
* Misc cleanup and formatting
6 years ago
Scott Lahteine
8b44745bc7
Clean up and consolidate SD-related code (#10831 )
6 years ago
Scott Lahteine
9f8b4c5ee8
Patch SD lib files for readability
7 years ago
Scott Lahteine
9f89b5d876
Fix for MAX_VFAT_ENTRIES sanity check
7 years ago
Scott Lahteine
2cdde08339
Apply items specified in code review
Followup to #8122
7 years ago
Bob-the-Kuhn
b7a66742dd
tested
add sort alpha section to other LPC1768 boards
7 years ago
Scott Lahteine
783ddf9691
Add SCROLL_LONG_FILENAMES option
7 years ago
Scott Lahteine
614a86a380
SD file updates
7 years ago
Scott Lahteine
b66d65f865
Move 'sd' files
7 years ago
AnHardt
60ad365e21
repair-software-spi
8 years ago
Scott Lahteine
0da744b7b0
Further cleanup of comments, partial Doxygen-style
Following up on #3231
8 years ago
jbrazio
5e5d250832
Added gplv3 header to all Marlin files
8 years ago
Scott Lahteine
0c7f7ebcfb
Styling adjustments (PR#2668 & PR#2670)
Keep "astyled" reformatting
9 years ago
Scott Lahteine
58cfcd4239
Overridable Options - Part 5
Apply `ENABLED` / `DISABLED` macros to files needing only a small
number of changes.
9 years ago
Scott Lahteine
03c9cb60e8
Rename lastnr to autostart_index and...
Replace instances of the number 13 with FILENAME_LENGTH where
appropriate.
9 years ago
Scott Lahteine
1ed3913333
Rename lastnr to autostart_index and...
Replace instances of the number 13 with FILENAME_LENGTH where
appropriate.
9 years ago
galexander1
d4880a9e60
Revert "Move Sd library out into library"
9 years ago
odewdney
f84ff4ba7d
Move SD Fat library out of main src
9 years ago
odewdney
9d9c859ac1
First move of SdFat library
9 years ago
Scott Lahteine
60598b4cdd
A few constants where they belong
10 years ago
Scott Lahteine
b726511a3b
A few constants where they belong
10 years ago
alexborro
ab355a90d3
Revert "SD Sort and Buffer"
10 years ago
Scott Lahteine
0cbbba08bd
SD Card Alpha Sorting
First iteration of alphabetical sorting for SD cards, both
slow+efficient and fast+rammy. Option for folders to sort first, last,
or not at all.
10 years ago
Scott Lahteine
de725bd408
# This is a combination of 4 commits.
# The first commit's message is:
SD Card Alpha Sorting
First iteration of alphabetical sorting for SD cards, both
slow+efficient and fast+rammy. Option for folders to sort first, last,
or not at all.
# This is the 2nd commit message:
Expand on More RAM concept, address minor bugs
# This is the 3rd commit message:
Improvements, more SORT_USES_MORE_RAM
With this option, always keeps the dir in RAM, doubling as a cache for
getfilename. A board with only 8K of SRAM is cutting it very close.
# This is the 4th commit message:
Completed SORT_USES_MORE_RAM implementation
For the MORE_RAM option we need to buffer both the short and long
names, even though long names are sometimes redundant. Worst case, all
the names are max length. We can save some RAM by not storing these. We
could save more RAM by only storing the visible part of the long name.
10 years ago
Scott Lahteine
14187dae6c
SD Card Alpha Sorting
First iteration of alphabetical sorting for SD cards, both
slow+efficient and fast+rammy. Option for folders to sort first, last,
or not at all.
10 years ago
Scott Lahteine
f40cff59f3
SD Card Alpha Sorting
First iteration of alphabetical sorting for SD cards, both
slow+efficient and fast+rammy. Option for folders to sort first, last,
or not at all.
10 years ago
daid
b69e75c89a
Added long filename support.
12 years ago
Bernhard
3814bbb529
made sd code only compile with SDSUPPORT defined. safes 10k of codespace
13 years ago
Bernhard Kubicek
64f2121ab1
updated to sdfatlib2010902
13 years ago