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 e269b5f Revert "stm32h7 sdmmc: set SDMMC_CK pin to high speed (50
MHz) mode. When it was in slow speed mode (by default), the output SDMMC_CK
clock rise and fall times were about 13 ns each, that were very slow and
prevented some SDIO devices from working."
new f9c1117 eventfd: Remove the unused and private eventfd_get_minor
new 8cb24a2 eventfd: Fix the typo error
new 76a4ca0 eventfd: Change minor type from size_t to unsigned int
new 54e1c27 eventfd: Typedef eventfd_t to uint64_t on the supported
platform
new 0896d06 eventfd: Change mode_semaphore from uint8_t to bool
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
fs/vfs/fs_eventfd.c | 47 +++++++++++++----------------------------
include/nuttx/fs/ioctl.h | 8 ++-----
include/sys/eventfd.h | 10 ++++-----
libs/libc/eventfd/lib_eventfd.c | 15 -------------
4 files changed, 21 insertions(+), 59 deletions(-)