aboutsummaryrefslogtreecommitdiff
path: root/ports/stm32/modnetwork.c
AgeCommit message (Expand)Author
2020-04-23all: Format code to add space after C++-style comment start.stijn
2020-04-05all: Use MP_ERROR_TEXT for all error messages.Jim Mussared
2020-03-06stm32/modnetwork: Remove redundant call to nimble_poll in lwip poll.Damien George
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2019-11-05all: Convert nlr_raise(mp_obj_new_exception_msg(x)) to mp_raise_msg(x).Damien George
2019-10-01stm32: Provide port-specific implementation for Nimble on STM32.Jim Mussared
2019-09-12stm32/lwip_inc: Enable LWIP_NETIF_EXT_STATUS_CALLBACK for mDNS.Damien George
2019-06-05stm32: Support optional lwIP mDNS responder.Damien George
2019-06-03stm32/modnetwork: Replace generic netif NIC polling with specific code.Damien George
2019-06-03stm32: Integrate in the cyw43 driver and network.WLAN class.Damien George
2019-02-26stm32/modnetwork: Don't call NIC callback if it's NULL.Damien George
2019-02-26stm32/network_lan: Add high-level network.LAN interface to ETH driver.Damien George
2019-02-08stm32/modnetwork: Change lwIP polling to be based on background systick.Damien George
2018-07-08stm32: Support compiling with object representation D.Damien George
2018-06-23stm32/modnetwork: Fix query of DNS IP address in ifconfig().Damien George
2018-06-03stm32/modnetwork: Fix arg indexing in generic ifconfig method.Damien George
2018-06-01stm32/modnetwork: Provide generic implementation of ifconfig method.Damien George
2018-06-01stm32/modnetwork: Don't take netif's down when network is deinited.Damien George
2018-05-21stm32: Integrate lwIP as implementation of usocket module.Damien George
2017-10-04all: Remove inclusion of internal py header files.Damien George
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George