Logo
Explore Help
Sign In
espressif/esp-idf
1
0
Fork 1
You've already forked esp-idf
mirror of https://github.com/espressif/esp-idf.git synced 2025-10-20 10:45:22 +02:00
Code Issues Packages Projects Releases Wiki Activity
Files
b51a7e0cc7957a301fc4837b85677601acf81a14
esp-idf/components/fatfs/test/component.mk

3 lines
125 B
Makefile
Raw Normal View History

fatfs: add vfs support
2017-01-09 05:54:04 +08:00
COMPONENT_ADD_LDFLAGS = -Wl,--whole-archive -l$(COMPONENT_NAME) -Wl,--no-whole-archive
FATFS support without wear levelling This change allows readonly FATFS to be mounted without wear levelling support. This will provide the customers a simple way to mount FATFS images generated on host and flashed onto the chip during factory provisioning. Since NVS encryption is not supported yet and NVS entry size is limited, the change will provide an easy alternative for securing the provisioning data by just marking FATFS parition as encrypted.
2018-06-08 17:39:00 +05:30
COMPONENT_EMBED_TXTFILES := fatfs.img
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 131ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API