Skip to content

Commit

Permalink
AV-X initial networking support
Browse files Browse the repository at this point in the history
  • Loading branch information
dagar committed Sep 6, 2018
1 parent c5b954d commit 8f9db90
Show file tree
Hide file tree
Showing 3 changed files with 282 additions and 11 deletions.
1 change: 1 addition & 0 deletions platforms/nuttx/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ list(APPEND nuttx_libs

if (CONFIG_NET)
list(APPEND nuttx_libs nuttx_net)
target_link_libraries(nuttx_fs INTERFACE nuttx_net)
endif()

if (NOT LD_SCRIPT)
Expand Down
2 changes: 1 addition & 1 deletion platforms/nuttx/NuttX/nuttx
Submodule nuttx updated from e3b5b6 to 0ffe7c
Loading

0 comments on commit 8f9db90

Please sign in to comment.