summaryrefslogtreecommitdiff
path: root/extmod/modhashlib.c
AgeCommit message (Expand)Author
2024-03-07all: Remove the "STATIC" macro and just use "static" instead.Angus Gratton
2024-02-19py/obj: Change sizeof to offsetof in mp_obj_malloc_var macro.Damien George
2023-12-21extmod/modhashlib: Support MD5 with mbedtls 3.x.IhorNehrutsa
2023-06-23extmod: Update to support mbedtls 3.x.Damien George
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