Victor Oliveira
138340ee99
Multi-Volume. Select Media for LVGL (#21344 )
3 lat temu
LinFor
5b9aeb2e5f
Handle UTF in long filenames (#20087 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
4 lat temu
Scott Lahteine
ec23e37a4a
Clean up comments, USB flash, NULLs
4 lat temu
Diego von Deschwanden
42fbd527f3
Fix links to secure sites (#18745 )
4 lat temu
Scott Lahteine
bfad23d3e2
(c) 2020
4 lat temu
GMagician
8be146642f
Unused SPI PIN definitions
5 lat temu
Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
5 lat temu
Scott Lahteine
0feeef2604
Update copyright in headers
5 lat temu
Scott Lahteine
643e0066a0
Followup to #12451
6 lat temu
Scott Lahteine
66580f32c2
Make CardReader class static (#12451 )
* Make CardReader a static class
* Make CardReader flags into bitfields
6 lat temu
Scott Lahteine
f5eab912ed
Apply #pragma once, misc cleanup (#12322 )
* Apply #pragma once in headers
* Adjust some thermistors formatting
* Misc cleanup and formatting
6 lat temu
Scott Lahteine
8b44745bc7
Clean up and consolidate SD-related code (#10831 )
6 lat temu
Scott Lahteine
9f8b4c5ee8
Patch SD lib files for readability
7 lat temu
Scott Lahteine
9f89b5d876
Fix for MAX_VFAT_ENTRIES sanity check
7 lat temu
Scott Lahteine
2cdde08339
Apply items specified in code review
Followup to #8122
7 lat temu
Bob-the-Kuhn
b7a66742dd
tested
add sort alpha section to other LPC1768 boards
7 lat temu
Scott Lahteine
783ddf9691
Add SCROLL_LONG_FILENAMES option
7 lat temu
Scott Lahteine
614a86a380
SD file updates
7 lat temu
Scott Lahteine
b66d65f865
Move 'sd' files
7 lat temu
AnHardt
60ad365e21
repair-software-spi
8 lat temu
Scott Lahteine
0da744b7b0
Further cleanup of comments, partial Doxygen-style
Following up on #3231
8 lat temu
jbrazio
5e5d250832
Added gplv3 header to all Marlin files
8 lat temu
Scott Lahteine
0c7f7ebcfb
Styling adjustments (PR#2668 & PR#2670)
Keep "astyled" reformatting
9 lat temu
Scott Lahteine
58cfcd4239
Overridable Options - Part 5
Apply `ENABLED` / `DISABLED` macros to files needing only a small
number of changes.
9 lat temu
Scott Lahteine
03c9cb60e8
Rename lastnr to autostart_index and...
Replace instances of the number 13 with FILENAME_LENGTH where
appropriate.
9 lat temu
Scott Lahteine
1ed3913333
Rename lastnr to autostart_index and...
Replace instances of the number 13 with FILENAME_LENGTH where
appropriate.
9 lat temu
galexander1
d4880a9e60
Revert "Move Sd library out into library"
9 lat temu
odewdney
f84ff4ba7d
Move SD Fat library out of main src
9 lat temu
odewdney
9d9c859ac1
First move of SdFat library
9 lat temu
Scott Lahteine
60598b4cdd
A few constants where they belong
10 lat temu
Scott Lahteine
b726511a3b
A few constants where they belong
10 lat temu
alexborro
ab355a90d3
Revert "SD Sort and Buffer"
10 lat temu
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 lat temu
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 lat temu
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 lat temu
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 lat temu
daid
b69e75c89a
Added long filename support.
12 lat temu
Bernhard
3814bbb529
made sd code only compile with SDSUPPORT defined. safes 10k of codespace
13 lat temu
Bernhard Kubicek
64f2121ab1
updated to sdfatlib2010902
13 lat temu