Damien George
2423493774
py/obj: Change sizeof to offsetof in mp_obj_malloc_var macro.
...
Following b6a9778484
, to properly calculate
the size of the variable-length allocation.
Signed-off-by: Damien George <damien@micropython.org >
2024-02-19 23:40:54 +11:00
IhorNehrutsa
b31eef6094
extmod/modhashlib: Support MD5 with mbedtls 3.x.
...
This change was missd in e7ae3ad92d
.
Signed-off-by: IhorNehrutsa <Ihor.Nehrutsa@gmail.com >
2023-12-21 11:30:52 +11:00
Damien George
e7ae3ad92d
extmod: Update to support mbedtls 3.x.
...
Signed-off-by: Damien George <damien@micropython.org >
2023-06-23 15:22:27 +10:00
Jim Mussared
2eba98f1e0
all: Use MP_REGISTER_EXTENSIBLE_MODULE for overrideable built-ins.
...
Signed-off-by: Jim Mussared <jim.mussared@gmail.com >
2023-06-08 17:54:21 +10:00
Jim Mussared
45ac651d1a
all: Rename *umodule*.c to remove the "u" prefix.
...
Updates any includes, and references from Makefiles/CMake.
This essentially reverts what was done long ago in commit
136b5cbd76
This work was funded through GitHub Sponsors.
Signed-off-by: Jim Mussared <jim.mussared@gmail.com >
2023-06-08 17:54:17 +10:00