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