From d9f8e37288d8e34baac79b32d71862045946534b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beat=20K=C3=BCng?= <beat-kueng@gmx.net> Date: Mon, 8 Apr 2019 08:21:19 +0200 Subject: [PATCH] omnibus: use default clock rate of 20 MHz for SD card (CONFIG_MMCSD_SPICLOCK) With 24 MHz accesses to the SD card were unreliable. And the chance of failure recently got worse, so that logging became impossible. --- boards/omnibus/f4sd/nuttx-config/nsh/defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/boards/omnibus/f4sd/nuttx-config/nsh/defconfig b/boards/omnibus/f4sd/nuttx-config/nsh/defconfig index 8c0326b9a4..25def0f8cd 100644 --- a/boards/omnibus/f4sd/nuttx-config/nsh/defconfig +++ b/boards/omnibus/f4sd/nuttx-config/nsh/defconfig @@ -57,7 +57,6 @@ CONFIG_MEMSET_64BIT=y CONFIG_MEMSET_OPTSPEED=y CONFIG_MMCSD=y CONFIG_MMCSD_MULTIBLOCK_DISABLE=y -CONFIG_MMCSD_SPICLOCK=24000000 CONFIG_MM_REGIONS=2 CONFIG_NFILE_DESCRIPTORS=54 CONFIG_NFILE_STREAMS=8 -- GitLab