1290 Commits (571728c1723005b37df0cd9409116a733a1a754d)
 

Author SHA1 Message Date
goldsimon 571728c172 win32 sys_arch: made global variables static; minor indentation fixes 8 years ago
goldsimon 0b7893b804 Added dummy sys_mbox_trypost to win32 and unix ports 8 years ago
goldsimon f4140a0548 freertos port: allow thread stack size to be passed in number of stack words (freertos like; optional) 8 years ago
Our Air Quality f73d8783d5 freertos: add core locking check support 8 years ago
Our Air Quality 68beada75e freertos: misc fixes 8 years ago
goldsimon c27b222217 Work on freertos port: added preprocessor sanity checks of freertos configuration; 8 years ago
Dirk Ziegelmeier 5c76dee5fd Update MSVC projects for timer unit test 8 years ago
Dirk Ziegelmeier 3c88535eec Enable LWIP_NETIF_EXT_STATUS_CALLBACK in win32 port 8 years ago
Dirk Ziegelmeier 1f7d918301 Fix indent in sys_arch.c 8 years ago
Dirk Ziegelmeier 4a5ee4cc34 Some fixes in unix simhost for SLIP initialization 8 years ago
Axel Lin 4317e16a23 ports/freertos: Remove unused variable in sys_mbox_free 8 years ago
goldsimon c49fd72046 freertos port: fix sys_now() for systems with ticks other than 1ms; use taskENTER_CRITICAL instead of vPortEnterCritical (same for exit) 8 years ago
goldsimon b266694609 FreeRTOS port: fix default value of LWIP_FREERTOS_PROTECT_USES_MUTEX to 0 8 years ago
Axel Lin 2400a13529 ports/freertos: Fix timeout for sys_arch_mbox_fetch 8 years ago
goldsimon 308998bba6 Added FreeRTOS port 8 years ago
Dirk Ziegelmeier d20a35a72c Work on task #14780: Add debug helper asserts to ensure threading/locking requirements are met 8 years ago
Dirk Ziegelmeier 16625d9e3d Work on task #14780: Add debug helper asserts to ensure threading/locking requirements are met 8 years ago
Dirk Ziegelmeier 015fcb5b6c Work on task #14780: Add debug helper asserts to ensure threading/locking requirements are met 8 years ago
Dirk Ziegelmeier 68385d37de Work on task #14780: Add debug helper asserts to ensure threading/locking requirements are met 8 years ago
Dirk Ziegelmeier 66850e50fa Fix compile for LWIP_TCPIP_CORE_LOCKING=0 8 years ago
Dirk Ziegelmeier 4c854d49bc Work on task #14780: Add debug helper asserts to ensure threading/locking requirements are met 8 years ago
Dirk Ziegelmeier a334ca484a Start working on task #14780: Add debug helper asserts to ensure threading/locking requirements are met 8 years ago
Dirk Ziegelmeier 384c26553f Also add mdns_resp_announce() to Win32 application 8 years ago
Dirk Ziegelmeier 2a58600d87 Call mdns_resp_announce() after adding services - needed due to latest changes in MDNS code. 8 years ago
Joel Cunningham b8730f3dd4 win32: add test_def to vs project files 8 years ago
Dirk Ziegelmeier a6a03c3554 Fix a type in SNMP example that may lead to confusion. 9 years ago
Dirk Ziegelmeier c374646ec3 lwip_prvmib.c: Use lwip_isdigit portability macro 9 years ago
goldsimon 4d5cf3e586 try to fix the unix port after moving this to 'examples' 9 years ago
goldsimon 441e335f53 adjust project/make files to files moved to new 'examples' folder 9 years ago
goldsimon 5dac13ab99 move examples for snmp and httpd to a new folder 'examples' 9 years ago
Joel Cunningham 01a91d3d6b Add DNS-SD hook for LWIP_HOOK_NETCONN_EXTERNAL_RESOLVE 9 years ago
goldsimon 599b1f759d socket_examples: use 'poll' in one of the tests... 9 years ago
goldsimon f680173b84 win32 sys_arch: added checks that SYS_ARCH_PROTECT() is not called nested and that SYS_ARCH_PROTECT() is not called when we are about to invoke the OS scheduler 9 years ago
goldsimon 9274670ee5 win32/msvc: make snmpv3_mbedtls compilable (include path was missing) 9 years ago
goldsimon 35725dd040 Added httpd example for SSI (and added the two httpd examples to the win32 port) 9 years ago
goldsimon 4eff410d55 win32 test app: close on ascii keys only, not on control keys (like ctrl or alt) 9 years ago
goldsimon 6a5224b3c5 win32/sio.c: _snprintf() -> snprintf() 9 years ago
goldsimon b1d0fb5fa9 ping: fix some compile errors & warnings 9 years ago
Joel Cunningham 5463806e9f Add make support for unit tests on MacOS /w clang 9 years ago
Dirk Ziegelmeier 2a044556bb Fix follow-up to [bug #52315] Minor typo in output of MIB compiler 9 years ago
Dirk Ziegelmeier e0e163e651 Fix bug #52315: Minor typo in output of MIB compiler 9 years ago
Dirk Ziegelmeier bfeecd5fde Fix two "fall-through" warnings in snmpv3_dummy.c 9 years ago
Joel Cunningham 9113b5791a win32: use ip6addr_ntoa instead of ip6_addr_debug_print 9 years ago
goldsimon a9e6bca1e2 win32 project: add bridgeif_fdb.c 9 years ago
Joel Cunningham 2de26f1b92 win32: fix MLD for IPV6 9 years ago
Joel Cunningham 0f96523fa4 Build unix port on MacOS/clang 9 years ago
goldsimon 90d3cec0af win32 port: make lwip_win32_keypressed return the key/char pressed 9 years ago
goldsimon b4fbf5aca9 win32 port: fix lwip_win32_keypressed() 9 years ago
Gisle Vanem 61f2ce5e7e win32: sys_arch.c: prevent C99 style mixing of code and declarations 9 years ago
Dirk Ziegelmeier c4146b4480 Fix shadowing of a local variable in sys_arch.c 9 years ago