Skip to content

Commit e43f667

Browse files
committed
STORAGE: PR 3762 fix to remove FAT_FS, SD_FS, FS_LIBRARY from tools/libraries.py and tools/tests.py
1 parent 840c777 commit e43f667

File tree

2 files changed

+4
-12
lines changed

2 files changed

+4
-12
lines changed

tools/libraries.py

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"""
1717
from tools.paths import MBED_RTX, RTOS, RTOS_LIBRARIES, MBED_LIBRARIES,\
1818
MBED_RPC, RPC_LIBRARY, USB, USB_LIBRARIES, USB_HOST,\
19-
USB_HOST_LIBRARIES, FAT_FS, DSP_ABSTRACTION, DSP_CMSIS, DSP_LIBRARIES,\
20-
SD_FS, FS_LIBRARY, ETH_SOURCES, LWIP_SOURCES, ETH_LIBRARY, UBLOX_SOURCES,\
19+
USB_HOST_LIBRARIES, DSP_ABSTRACTION, DSP_CMSIS, DSP_LIBRARIES,\
20+
ETH_SOURCES, LWIP_SOURCES, ETH_LIBRARY, UBLOX_SOURCES,\
2121
UBLOX_LIBRARY, CELLULAR_SOURCES, CELLULAR_USB_SOURCES, CPPUTEST_SRC,\
2222
CPPUTEST_PLATFORM_SRC, CPPUTEST_TESTRUNNER_SCR, CPPUTEST_LIBRARY,\
2323
CPPUTEST_INC, CPPUTEST_PLATFORM_INC, CPPUTEST_TESTRUNNER_INC,\
@@ -62,7 +62,7 @@
6262
"id": "usb_host",
6363
"source_dir": USB_HOST,
6464
"build_dir": USB_HOST_LIBRARIES,
65-
"dependencies": [MBED_LIBRARIES, FAT_FS, MBED_RTX, RTOS_LIBRARIES],
65+
"dependencies": [MBED_LIBRARIES, MBED_RTX, RTOS_LIBRARIES],
6666
},
6767

6868
# DSP libraries
@@ -73,14 +73,6 @@
7373
"dependencies": [MBED_LIBRARIES]
7474
},
7575

76-
# File system libraries
77-
{
78-
"id": "fat",
79-
"source_dir": [FAT_FS, SD_FS],
80-
"build_dir": FS_LIBRARY,
81-
"dependencies": [MBED_LIBRARIES]
82-
},
83-
8476
# Network libraries
8577
{
8678
"id": "eth",

tools/tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -988,7 +988,7 @@
988988
{
989989
"id": "USB_10", "description": "MSD",
990990
"source_dir": join(TEST_DIR, "usb", "host", "mass_storage"),
991-
"dependencies": [MBED_LIBRARIES, USB_HOST_LIBRARIES, FAT_FS, RTOS],
991+
"dependencies": [MBED_LIBRARIES, USB_HOST_LIBRARIES, RTOS],
992992
},
993993
{
994994
"id": "USB_11", "description": "mouse",

0 commit comments

Comments
 (0)