Skip to content

Commit 92bb3d2

Browse files
committed
bsp: k230: add qspi driver
1 parent b164720 commit 92bb3d2

File tree

2 files changed

+2
-193
lines changed

2 files changed

+2
-193
lines changed

bsp/k230/.config

Lines changed: 2 additions & 129 deletions
Original file line numberDiff line numberDiff line change
@@ -528,42 +528,7 @@ CONFIG_RT_LWIP_USING_PING=y
528528
# Utilities
529529
#
530530
# CONFIG_RT_USING_RYM is not set
531-
CONFIG_RT_USING_ULOG=y
532-
# CONFIG_ULOG_OUTPUT_LVL_A is not set
533-
# CONFIG_ULOG_OUTPUT_LVL_E is not set
534-
# CONFIG_ULOG_OUTPUT_LVL_W is not set
535-
# CONFIG_ULOG_OUTPUT_LVL_I is not set
536-
CONFIG_ULOG_OUTPUT_LVL_D=y
537-
# CONFIG_ULOG_OUTPUT_LVL_EMERG is not set
538-
# CONFIG_ULOG_OUTPUT_LVL_ALERT is not set
539-
# CONFIG_ULOG_OUTPUT_LVL_CRIT is not set
540-
# CONFIG_ULOG_OUTPUT_LVL_ERROR is not set
541-
# CONFIG_ULOG_OUTPUT_LVL_WARNING is not set
542-
# CONFIG_ULOG_OUTPUT_LVL_NOTICE is not set
543-
# CONFIG_ULOG_OUTPUT_LVL_INFO is not set
544-
# CONFIG_ULOG_OUTPUT_LVL_DEBUG is not set
545-
CONFIG_ULOG_OUTPUT_LVL=7
546-
# CONFIG_ULOG_USING_ISR_LOG is not set
547-
CONFIG_ULOG_ASSERT_ENABLE=y
548-
CONFIG_ULOG_LINE_BUF_SIZE=128
549-
# CONFIG_ULOG_USING_ASYNC_OUTPUT is not set
550-
551-
#
552-
# log format
553-
#
554-
# CONFIG_ULOG_OUTPUT_FLOAT is not set
555-
CONFIG_ULOG_USING_COLOR=y
556-
CONFIG_ULOG_OUTPUT_TIME=y
557-
# CONFIG_ULOG_TIME_USING_TIMESTAMP is not set
558-
CONFIG_ULOG_OUTPUT_LEVEL=y
559-
CONFIG_ULOG_OUTPUT_TAG=y
560-
# CONFIG_ULOG_OUTPUT_THREAD_NAME is not set
561-
# end of log format
562-
563-
CONFIG_ULOG_BACKEND_USING_CONSOLE=y
564-
# CONFIG_ULOG_BACKEND_USING_FILE is not set
565-
# CONFIG_ULOG_USING_FILTER is not set
566-
# CONFIG_ULOG_USING_SYSLOG is not set
531+
# CONFIG_RT_USING_ULOG is not set
567532
CONFIG_RT_USING_UTEST=y
568533
CONFIG_UTEST_THR_STACK_SIZE=4096
569534
CONFIG_UTEST_THR_PRIORITY=20
@@ -625,99 +590,7 @@ CONFIG_RT_USING_VDSO=y
625590
#
626591
# RT-Thread Utestcases
627592
#
628-
CONFIG_RT_USING_UTESTCASES=y
629-
630-
#
631-
# Utest Self Testcase
632-
#
633-
# CONFIG_UTEST_SELF_PASS_TC is not set
634-
# end of Utest Self Testcase
635-
636-
#
637-
# Kernel Testcase
638-
#
639-
# CONFIG_UTEST_OBJECT_TC is not set
640-
# CONFIG_UTEST_SLAB_TC is not set
641-
# CONFIG_UTEST_IRQ_TC is not set
642-
# CONFIG_UTEST_SEMAPHORE_TC is not set
643-
# CONFIG_UTEST_EVENT_TC is not set
644-
# CONFIG_UTEST_TIMER_TC is not set
645-
# CONFIG_UTEST_MESSAGEQUEUE_TC is not set
646-
# CONFIG_UTEST_SIGNAL_TC is not set
647-
# CONFIG_UTEST_MUTEX_TC is not set
648-
# CONFIG_UTEST_MAILBOX_TC is not set
649-
# CONFIG_UTEST_THREAD_TC is not set
650-
# CONFIG_UTEST_ATOMIC_TC is not set
651-
# CONFIG_UTEST_HOOKLIST_TC is not set
652-
# CONFIG_UTEST_MTSAFE_KPRINT_TC is not set
653-
# CONFIG_UTEST_SCHEDULER_TC is not set
654-
# CONFIG_UTEST_MEMPOOL_TC is not set
655-
# CONFIG_RT_UTEST_SYS_PERF is not set
656-
# end of Kernel Testcase
657-
658-
#
659-
# CPP11 Testcase
660-
#
661-
# CONFIG_UTEST_CPP11_THREAD_TC is not set
662-
# end of CPP11 Testcase
663-
664-
#
665-
# RTT Posix Testcase
666-
#
667-
# CONFIG_RTT_POSIX_TESTCASE is not set
668-
# end of RTT Posix Testcase
669-
670-
#
671-
# Memory Management Subsytem Testcase
672-
#
673-
# CONFIG_UTEST_MM_API_TC is not set
674-
# CONFIG_UTEST_MM_LWP_TC is not set
675-
# end of Memory Management Subsytem Testcase
676-
677-
#
678-
# Tmpfs Testcase
679-
#
680-
# CONFIG_UTEST_TMPFS_CP is not set
681-
# end of Tmpfs Testcase
682-
683-
# CONFIG_RT_UTEST_TC_USING_KLIBC is not set
684-
CONFIG_RT_UTEST_DRIVERS_CORE=y
685-
686-
#
687-
# IPC Unit Testcases
688-
#
689-
# CONFIG_RT_UTEST_COMPLETION is not set
690-
# CONFIG_RT_UTEST_WORKQUEUE is not set
691-
# end of IPC Unit Testcases
692-
693-
#
694-
# Serial Unit Testcases
695-
#
696-
# CONFIG_UTEST_SERIAL_BYPASS is not set
697-
# end of Serial Unit Testcases
698-
699-
#
700-
# SMP-Call Unit Testcases
701-
#
702-
# end of SMP-Call Unit Testcases
703-
704-
#
705-
# File System Unit Testcase
706-
#
707-
# CONFIG_RT_UTEST_TC_USING_DFS_API is not set
708-
# end of File System Unit Testcase
709-
710-
#
711-
# LwIP Network Unit Testcase
712-
#
713-
# CONFIG_RT_UTEST_TC_USING_LWIP is not set
714-
# end of LwIP Network Unit Testcase
715-
716-
#
717-
# Netdev Network Unit Testcase
718-
#
719-
# CONFIG_RT_UTEST_TC_USING_NETDEV is not set
720-
# end of Netdev Network Unit Testcase
593+
# CONFIG_RT_USING_UTESTCASES is not set
721594
# end of RT-Thread Utestcases
722595

723596
#

bsp/k230/rtconfig.h

Lines changed: 0 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -345,20 +345,6 @@
345345

346346
/* Utilities */
347347

348-
#define RT_USING_ULOG
349-
#define ULOG_OUTPUT_LVL_D
350-
#define ULOG_OUTPUT_LVL 7
351-
#define ULOG_ASSERT_ENABLE
352-
#define ULOG_LINE_BUF_SIZE 128
353-
354-
/* log format */
355-
356-
#define ULOG_USING_COLOR
357-
#define ULOG_OUTPUT_TIME
358-
#define ULOG_OUTPUT_LEVEL
359-
#define ULOG_OUTPUT_TAG
360-
/* end of log format */
361-
#define ULOG_BACKEND_USING_CONSOLE
362348
#define RT_USING_UTEST
363349
#define UTEST_THR_STACK_SIZE 4096
364350
#define UTEST_THR_PRIORITY 20
@@ -400,56 +386,6 @@
400386

401387
/* RT-Thread Utestcases */
402388

403-
#define RT_USING_UTESTCASES
404-
405-
/* Utest Self Testcase */
406-
407-
/* end of Utest Self Testcase */
408-
409-
/* Kernel Testcase */
410-
411-
/* end of Kernel Testcase */
412-
413-
/* CPP11 Testcase */
414-
415-
/* end of CPP11 Testcase */
416-
417-
/* RTT Posix Testcase */
418-
419-
/* end of RTT Posix Testcase */
420-
421-
/* Memory Management Subsytem Testcase */
422-
423-
/* end of Memory Management Subsytem Testcase */
424-
425-
/* Tmpfs Testcase */
426-
427-
/* end of Tmpfs Testcase */
428-
#define RT_UTEST_DRIVERS_CORE
429-
430-
/* IPC Unit Testcases */
431-
432-
/* end of IPC Unit Testcases */
433-
434-
/* Serial Unit Testcases */
435-
436-
/* end of Serial Unit Testcases */
437-
438-
/* SMP-Call Unit Testcases */
439-
440-
/* end of SMP-Call Unit Testcases */
441-
442-
/* File System Unit Testcase */
443-
444-
/* end of File System Unit Testcase */
445-
446-
/* LwIP Network Unit Testcase */
447-
448-
/* end of LwIP Network Unit Testcase */
449-
450-
/* Netdev Network Unit Testcase */
451-
452-
/* end of Netdev Network Unit Testcase */
453389
/* end of RT-Thread Utestcases */
454390

455391
/* RT-Thread online packages */

0 commit comments

Comments
 (0)