소스 검색

Add libraries required to link simple example with esp8266-rtos-sdk v3.3

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

+ 2 - 0
rtl/freertos/xtensa/esp8266rtos_30300.pp

@@ -37,6 +37,8 @@ interface
 {$linklib pp, static}
 {$linklib stdc++, static}
 {$linklib pthread, static}
+{$linklib util,static}
+{$linklib wpa,static}
 
 implementation