Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: FATFileSystem
Revision 7:0ad1b148d899, committed 2019-11-15
- Comitter:
- seijakunouenimutou
- Date:
- Fri Nov 15 12:34:18 2019 +0000
- Parent:
- 6:8db0d3b02cec
- Commit message:
- SD card system
Changed in this revision
FATFileSystem.lib | Show annotated file Show diff for this revision Revisions of this file |
SDFileSystem.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/FATFileSystem.lib Fri Sep 09 19:35:14 2016 +0000 +++ b/FATFileSystem.lib Fri Nov 15 12:34:18 2019 +0000 @@ -1,1 +1,1 @@ -https://developer.mbed.org/teams/mbed-official/code/FATFileSystem/#e2ab678eb692 +https://developer.mbed.org/teams/mbed-official/code/FATFileSystem/#28e685e5ff7f
--- a/SDFileSystem.h Fri Sep 09 19:35:14 2016 +0000 +++ b/SDFileSystem.h Fri Nov 15 12:34:18 2019 +0000 @@ -52,7 +52,7 @@ * @param name The name used to access the virtual filesystem */ SDFileSystem(PinName mosi, PinName miso, PinName sclk, PinName cs, const char* name); - virtual int disk_initialize(); + virtual int disk_initialize(); virtual int disk_status(); virtual int disk_read(uint8_t* buffer, uint32_t block_number, uint32_t count); virtual int disk_write(const uint8_t* buffer, uint32_t block_number, uint32_t count);