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-28 13:41:43 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
cfd65df78a27bb74c8ffe71e6b51ac98ebc8ca8a
esp-idf/components/fatfs/component.mk

4 lines
146 B
Makefile
Raw Normal View History

fatfs: separate IDF-specific files from the original FatFS code This is a breaking change: applications which used diskio.h to call ff_diskio_register, will now need to include diskio_impl.h. Including diskio.h will include the original diskio.h header from FatFS library.
2019-06-20 00:07:51 +08:00
COMPONENT_ADD_INCLUDEDIRS := diskio vfs src
fatfs: create separate ffsystem.c for host side testing
2019-06-21 15:33:10 +08:00
COMPONENT_SRCDIRS := diskio vfs port/freertos src
fatfs: separate IDF-specific files from the original FatFS code This is a breaking change: applications which used diskio.h to call ff_diskio_register, will now need to include diskio_impl.h. Including diskio.h will include the original diskio.h header from FatFS library.
2019-06-20 00:07:51 +08:00
COMPONENT_OBJEXCLUDE := src/diskio.o src/ffsystem.o
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 70ms Template: 3ms
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