libconfig: add long filename support to fatfs #96
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "mwojcik/zynq-rs:config_fat_lfn"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Added as a separate feature so SZL can keep using the simpler/lighter version.
Tested with kasli-soc and routing tables (creates a file
/CONFIG/routing_tables.BIN
). It's written and read on reboot without issue.Additionally the config directory is created if it's not on the card - instead of throwing an error and requiring manual intervention.
It's
routing_table
notrouting_tables
. There is only one routing table in a DRTIO system.