summaryrefslogtreecommitdiff
path: root/extmod/modbinascii.c
AgeCommit message (Expand)Author
2024-03-07all: Remove the "STATIC" macro and just use "static" instead.Angus Gratton
2023-07-21extmod/moddeflate: Add deflate module providing the DeflateIO class.Jim Mussared
2023-07-21all: Remove the zlib module.Jim Mussared
2023-06-21extmod/modbinascii: Fix buffer length error.Duncan Lowther
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