summaryrefslogtreecommitdiff
path: root/extmod/moduwebsocket.c
AgeCommit message (Expand)Author
2020-04-23all: Format code to add space after C++-style comment start.stijn
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2019-07-03extmod/moduwebsocket: Make close_resp static array const to not use RAM.Damien George
2019-02-14extmod/moduwebsocket: Refactor `websocket` to `uwebsocket`.Yonatan Goldschmidt