소스 검색

Merge pull request #2154 from balanceTWK/master

[bsp][imxrt] 添加RTC依赖选项 RT_USING_LIBC | add RTC dependency options RT_…
Bernard Xiong 6 년 전
부모
커밋
9786c2424f
3개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      bsp/imxrt/imxrt1050-ArchMix/Kconfig
  2. 1 0
      bsp/imxrt/imxrt1050-evk/Kconfig
  3. 1 0
      bsp/imxrt1052-evk/Kconfig

+ 1 - 0
bsp/imxrt/imxrt1050-ArchMix/Kconfig

@@ -284,6 +284,7 @@ endmenu
     config RT_USING_RTC_HP
         bool "Using hp rtc"
         select RT_USING_RTC
+        select RT_USING_LIBC
         default n 
 #endmenu
 

+ 1 - 0
bsp/imxrt/imxrt1050-evk/Kconfig

@@ -445,6 +445,7 @@ endmenu
     config RT_USING_RTC_HP
         bool "Using hp rtc"
         select RT_USING_RTC
+        select RT_USING_LIBC
         default n 
 #endmenu
 

+ 1 - 0
bsp/imxrt1052-evk/Kconfig

@@ -444,6 +444,7 @@ endmenu
     config RT_USING_RTC_HP
         bool "Using hp rtc"
         select RT_USING_RTC
+        select RT_USING_LIBC
         default n 
 #endmenu