You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2021/02/19 04:38:30 UTC

[incubator-nuttx] branch master updated (f344e7b -> 9a1b726)

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.


    from f344e7b  boards: esp32-devkitc: Add CONFIG_STACK_COLORATION=y to wapi_smp/defconfig
     add 9a1b726  fs: change geometry types from `size_t` to `blkcnt_t` and `blksize_t`

No new revisions were added by this update.

Summary of changes:
 arch/arm/src/cxd56xx/cxd56_emmc.c      | 21 +++++++++++----------
 arch/arm/src/lc823450/lc823450_mmcl.c  | 18 +++++++++---------
 arch/arm/src/s32k1xx/s32k1xx_eeeprom.c | 18 +++++++++---------
 drivers/loop/losetup.c                 |  8 ++++----
 drivers/mmcsd/mmcsd_sdio.c             | 12 ++++++------
 drivers/mmcsd/mmcsd_spi.c              | 16 ++++++++--------
 drivers/mtd/ftl.c                      | 14 +++++++-------
 drivers/mtd/smart.c                    | 14 +++++++-------
 drivers/ramdisk.c                      | 18 +++++++++---------
 drivers/usbhost/usbhost_storage.c      | 22 +++++++++++-----------
 fs/driver/fs_blockpartition.c          |  8 ++++----
 fs/partition/partition.h               |  4 ++--
 include/nuttx/fs/fs.h                  | 14 +++++++-------
 13 files changed, 94 insertions(+), 93 deletions(-)