소스 검색

Add efuse library to default list of static link libraries.

ccrause 1 년 전
부모
커밋
f4828950a2
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      rtl/freertos/xtensa/espidf_40100.pp
  2. 1 0
      rtl/freertos/xtensa/espidf_40200.pp

+ 1 - 0
rtl/freertos/xtensa/espidf_40100.pp

@@ -39,6 +39,7 @@ interface
 {$linklib libg,static}
 {$linklib c,static}
 {$linklib esp_event,static}
+{$linklib efuse, static}
 
 implementation
 

+ 1 - 0
rtl/freertos/xtensa/espidf_40200.pp

@@ -48,6 +48,7 @@ interface
 {$linklib driver, static}
 {$linklib esp_ipc, static}
 {$linklib xt_hal, static}
+{$linklib efuse, static}
 
 implementation