Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 2a1d14d

Browse files
committed
Fixed bug when compiling with FatFS selected as internal file system
1 parent fede6f6 commit 2a1d14d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

‎MicroPython_BUILD/components/micropython/extmod/vfs_native.c‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -879,7 +879,7 @@ STATIC mp_obj_t native_vfs_mount(mp_obj_t self_in, mp_obj_t readonly, mp_obj_t m
879879
const esp_vfs_fat_mount_config_t mount_config = {
880880
.format_if_mount_failed = true,
881881
.max_files = CONFIG_MICROPY_FATFS_MAX_OPEN_FILES,
882-
.allocation_unit_size = 0;
882+
.allocation_unit_size = 0,
883883
};
884884
// Mount spi Flash filesystem using configuration from sdkconfig.h
885885
esp_err_t err = esp_vfs_fat_spiflash_mount(VFS_NATIVE_MOUNT_POINT, VFS_NATIVE_INTERNAL_PART_LABEL, &mount_config, &s_wl_handle);

‎MicroPython_BUILD/updates.txt‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
=== 2018年06月27日 ===
22

33
Removed option to run REPL in separate thread
4-
the option was introduced to reseolve some issues
5-
which was fixed later
4+
the option was introduced to resolve some issues
5+
which was fixed later, so it is not needed anymore
66

77
Refactored I2C slave support
88
much improved i2c slave operation
99

1010
Added 'machine.RFCOMM' module
1111
support for Bluetooth classic SPP profile
12-
functionallity equivalent to that of the UART module
12+
functionality equivalent to that of the UART module
1313
Works only on boards with external SPI_RAM
1414

1515
Added 'highspeed' option when configuring SDCard in SPI mode
@@ -31,9 +31,9 @@ Updated 'mdns' module
3131
fixed param parsing in addService() function
3232

3333
'esp-idf' updated
34-
date: 2018-06-25
35-
version: v3.1-beta1-8-g5ebb70ec
36-
hash: 5ebb70ecc5e62f22b2f7bd85be4f8bbc29f1bf69
34+
date: 2018-06-27
35+
version: v3.1-beta1-14-g698d3baf
36+
hash: 698d3bafa51a06a89605c6a15f89df514efa21f8
3737

3838
Other minor updates, improvements and bug fixes
3939

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /