Skip to content

Commit 983f021

Browse files
authored
修复 MMCSD 宏拼写错误+内核开启LOG_D编译问题
1 parent 88607c1 commit 983f021

File tree

98 files changed

+105
-105
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+105
-105
lines changed

bsp/allwinner_tina/.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ CONFIG_RT_USING_SDIO=y
185185
CONFIG_RT_SDIO_STACK_SIZE=512
186186
CONFIG_RT_SDIO_THREAD_PRIORITY=15
187187
CONFIG_RT_MMCSD_STACK_SIZE=1024
188-
CONFIG_RT_MMCSD_THREAD_PREORITY=22
188+
CONFIG_RT_MMCSD_THREAD_PRIORITY=22
189189
CONFIG_RT_MMCSD_MAX_PARTITION=16
190190
# CONFIG_RT_SDIO_DEBUG is not set
191191
CONFIG_RT_USING_SPI=y

bsp/allwinner_tina/rtconfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
#define RT_SDIO_STACK_SIZE 512
112112
#define RT_SDIO_THREAD_PRIORITY 15
113113
#define RT_MMCSD_STACK_SIZE 1024
114-
#define RT_MMCSD_THREAD_PREORITY 22
114+
#define RT_MMCSD_THREAD_PRIORITY 22
115115
#define RT_MMCSD_MAX_PARTITION 16
116116
#define RT_USING_SPI
117117
#define RT_USING_SFUD

bsp/bouffalo_lab/bl61x/.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ CONFIG_RT_USING_SDIO=y
202202
CONFIG_RT_SDIO_STACK_SIZE=512
203203
CONFIG_RT_SDIO_THREAD_PRIORITY=15
204204
CONFIG_RT_MMCSD_STACK_SIZE=2048
205-
CONFIG_RT_MMCSD_THREAD_PREORITY=22
205+
CONFIG_RT_MMCSD_THREAD_PRIORITY=22
206206
CONFIG_RT_MMCSD_MAX_PARTITION=16
207207
# CONFIG_RT_SDIO_DEBUG is not set
208208
# CONFIG_RT_USING_SPI is not set

bsp/bouffalo_lab/bl61x/rtconfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
#define RT_SDIO_STACK_SIZE 512
123123
#define RT_SDIO_THREAD_PRIORITY 15
124124
#define RT_MMCSD_STACK_SIZE 2048
125-
#define RT_MMCSD_THREAD_PREORITY 22
125+
#define RT_MMCSD_THREAD_PRIORITY 22
126126
#define RT_MMCSD_MAX_PARTITION 16
127127
#define RT_USING_PIN
128128
/* end of Device Drivers */

bsp/bouffalo_lab/bl808/m0/.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ CONFIG_RT_USING_SDIO=y
194194
CONFIG_RT_SDIO_STACK_SIZE=512
195195
CONFIG_RT_SDIO_THREAD_PRIORITY=15
196196
CONFIG_RT_MMCSD_STACK_SIZE=2048
197-
CONFIG_RT_MMCSD_THREAD_PREORITY=22
197+
CONFIG_RT_MMCSD_THREAD_PRIORITY=22
198198
CONFIG_RT_MMCSD_MAX_PARTITION=16
199199
# CONFIG_RT_SDIO_DEBUG is not set
200200
# CONFIG_RT_USING_SPI is not set

bsp/bouffalo_lab/bl808/m0/rtconfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
#define RT_SDIO_STACK_SIZE 512
120120
#define RT_SDIO_THREAD_PRIORITY 15
121121
#define RT_MMCSD_STACK_SIZE 2048
122-
#define RT_MMCSD_THREAD_PREORITY 22
122+
#define RT_MMCSD_THREAD_PRIORITY 22
123123
#define RT_MMCSD_MAX_PARTITION 16
124124
#define RT_USING_WDT
125125
#define RT_USING_WIFI

bsp/cvitek/cv18xx_risc-v/.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ CONFIG_RT_USING_SDIO=y
334334
CONFIG_RT_SDIO_STACK_SIZE=8192
335335
CONFIG_RT_SDIO_THREAD_PRIORITY=15
336336
CONFIG_RT_MMCSD_STACK_SIZE=8192
337-
CONFIG_RT_MMCSD_THREAD_PREORITY=22
337+
CONFIG_RT_MMCSD_THREAD_PRIORITY=22
338338
CONFIG_RT_MMCSD_MAX_PARTITION=16
339339
# CONFIG_RT_SDIO_DEBUG is not set
340340
# CONFIG_RT_USING_SDHCI is not set

bsp/cvitek/cv18xx_risc-v/rtconfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@
219219
#define RT_SDIO_STACK_SIZE 8192
220220
#define RT_SDIO_THREAD_PRIORITY 15
221221
#define RT_MMCSD_STACK_SIZE 8192
222-
#define RT_MMCSD_THREAD_PREORITY 22
222+
#define RT_MMCSD_THREAD_PRIORITY 22
223223
#define RT_MMCSD_MAX_PARTITION 16
224224
#define RT_USING_WDT
225225
#define RT_USING_BLK

bsp/dm365/.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ CONFIG_RT_USING_SDIO=y
189189
CONFIG_RT_SDIO_STACK_SIZE=512
190190
CONFIG_RT_SDIO_THREAD_PRIORITY=15
191191
CONFIG_RT_MMCSD_STACK_SIZE=1024
192-
CONFIG_RT_MMCSD_THREAD_PREORITY=22
192+
CONFIG_RT_MMCSD_THREAD_PRIORITY=22
193193
CONFIG_RT_MMCSD_MAX_PARTITION=16
194194
# CONFIG_RT_SDIO_DEBUG is not set
195195
CONFIG_RT_USING_SPI=y

bsp/dm365/rtconfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
#define RT_SDIO_STACK_SIZE 512
114114
#define RT_SDIO_THREAD_PRIORITY 15
115115
#define RT_MMCSD_STACK_SIZE 1024
116-
#define RT_MMCSD_THREAD_PREORITY 22
116+
#define RT_MMCSD_THREAD_PRIORITY 22
117117
#define RT_MMCSD_MAX_PARTITION 16
118118
#define RT_USING_SPI
119119
#define RT_USING_PIN

0 commit comments

Comments
 (0)