Browse Source

* reduce number of default libs

git-svn-id: trunk@46526 -
florian 5 years ago
parent
commit
1ad31dd32d
1 changed files with 0 additions and 6 deletions
  1. 0 6
      rtl/freertos/xtensa/esp8266.pp

+ 0 - 6
rtl/freertos/xtensa/esp8266.pp

@@ -9,7 +9,6 @@ unit esp8266;
   interface
   interface
 
 
 {$linklib esp8266, static}
 {$linklib esp8266, static}
-{$linklib util, static}
 {$linklib log, static}
 {$linklib log, static}
 {$linklib c_fnano, static}
 {$linklib c_fnano, static}
 {$linklib newlib, static}
 {$linklib newlib, static}
@@ -29,11 +28,6 @@ unit esp8266;
 {$linklib pp, static}
 {$linklib pp, static}
 {$linklib stdc++, static}
 {$linklib stdc++, static}
 {$linklib pthread, static}
 {$linklib pthread, static}
-{$linklib wpa_supplicant, static}
-//{$linklib esp_event, static} // Not in V3.3
-{$linklib wpa, static}  // not in master version
-{$linklib lwip, static}
-{$linklib mbedtls, static}
 
 
   implementation
   implementation