summaryrefslogtreecommitdiff
path: root/extmod/modsocket.c
AgeCommit message (Expand)Author
2025-01-02extmod/modsocket: Add missing static in private function definitions.Yoctopuce
2024-03-07all: Remove the "STATIC" macro and just use "static" instead.Angus Gratton
2024-02-20all: Use mp_obj_malloc_with_finaliser everywhere it's applicable.Damien George
2023-09-01extmod/{modlwip,modsocket}: Add support for SO_BROADCAST socket option.Wang Xuancong
2023-06-08all: Use MP_REGISTER_EXTENSIBLE_MODULE for overrideable built-ins.Jim Mussared
2023-06-08all: Rename *umodule*.c to remove the "u" prefix.Jim Mussared