Skip to content

Commit 993c897

Browse files
author
Cruz Monrreal
authored
Merge pull request #7774 from yossi2le/sd-spif-to-mbed-os
Add default block device support (SD, SPIF and FLASHIAP)
2 parents 864332f + c1eb141 commit 993c897

File tree

167 files changed

+12358
-76
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

167 files changed

+12358
-76
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,12 +187,11 @@ matrix:
187187

188188
- env:
189189
- NAME=littlefs
190-
- LITTLEFS=features/filesystem/littlefs
190+
- LITTLEFS=features/storage/filesystem/littlefs
191191
install:
192192
# Install dependencies
193193
- sudo apt-get install gcc-arm-embedded fuse libfuse-dev
194194
- pip install -r requirements.txt
195-
- git clone https://github.com/armmbed/spiflash-driver.git
196195
# Print versions
197196
- arm-none-eabi-gcc --version
198197
- gcc --version

0 commit comments

Comments
 (0)