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-04 19:10:58 +02:00
Code Issues Packages Projects Releases Wiki Activity
Files
173f596159c6513ee75f6683e8f31408e85a76e6
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.3 Page: 8865ms Template: 1ms
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