Adapt several comments to contrib rep move

This commit is contained in:
Dirk Ziegelmeier
2018-10-02 12:42:14 +02:00
parent 8068aab9f7
commit 4b672a1f3c
10 changed files with 13 additions and 10 deletions

View File

@@ -55,4 +55,4 @@ features of Savannah help us not lose users' input.
1. If you have ported lwIP to a platform (an OS, a uC/processor or a combination of these) and
you think it could benefit others[1] you might want discuss this on the mailing list. You
can also ask for Git access to submit and maintain your port in the contrib Git module.
can also ask for Git access to submit and maintain your port in the lwIP/contrib subdir.

View File

@@ -354,7 +354,7 @@ Call these functions in the order of appearance:
* several places where a check for a correct thread context is
* implemented which greatly helps the user to get threading done right.
* See the example sys_arch.c files in unix and Win32 port
* in the contrib repository.
* in the lwIP/contrib subdirectory.
*
* In short: Copy the functions sys_mark_tcpip_thread() and
* sys_check_core_locking() to your port and modify them to work with your OS.