diff options
author | Jaremy Creechley <creechley@gmail.com> | 2020-08-31 03:48:54 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-31 11:48:54 +0200 |
commit | a76ae8f79584c5a491861daf2efda9908b21e488 (patch) | |
tree | 606a21bb285e5f03bf5a93709b151ec0cb34ec92 /tools/kochdocs.nim | |
parent | b5424b826e57c791a751bf31b69549c7d8daab0b (diff) | |
download | Nim-a76ae8f79584c5a491861daf2efda9908b21e488.tar.gz |
Changes for FreeRTOS/LwIP Port for the ESP32 (ESP-IDF) (#15250)
* Changes for FreeRTOS/LwIP Port for the ESP32 (ESP-IDF) Adding FreeRTOS/LwIP to compiler: * adding freertos option * dyncalls for freertos * add freertos to posix os list * adding lwip option Setting up networking FreeRTOS/LwIP Port: * setting up lwip network for freertos * fixing posix / networking for freertos * disable setInheritable for freerots * using lwip for net control items * Fix builds by ignoring lib/posix/posix_freertos_consts.nim similar to lib/posix/posix_other_consts.nim
Diffstat (limited to 'tools/kochdocs.nim')
-rw-r--r-- | tools/kochdocs.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/kochdocs.nim b/tools/kochdocs.nim index 05ddb4f1e..453b1037b 100644 --- a/tools/kochdocs.nim +++ b/tools/kochdocs.nim @@ -158,6 +158,7 @@ lib/posix/posix_nintendoswitch_consts.nim lib/posix/posix_linux_amd64.nim lib/posix/posix_linux_amd64_consts.nim lib/posix/posix_other_consts.nim +lib/posix/posix_freertos_consts.nim lib/posix/posix_openbsd_amd64.nim lib/posix/posix_haiku.nim lib/js/jsre.nim |