aboutsummaryrefslogtreecommitdiff
path: root/shared/runtime/mpirq.c
AgeCommit message (Expand)Author
2024-03-07all: Remove the "STATIC" macro and just use "static" instead.Angus Gratton
2023-01-24shared/runtime: Use mp_printf consistently, instead of printf.Damien George
2022-09-19py/obj: Convert make_new into a mp_obj_type_t slot.Jim Mussared
2022-09-19all: Remove unnecessary locals_dict cast.Jim Mussared
2022-09-19all: Make all mp_obj_type_t defs use MP_DEFINE_CONST_OBJ_TYPE.Jim Mussared
2021-07-12all: Update to point to files in new shared/ directory.Damien George
2021-07-12shared: Introduce new top-level dir and move 1st party lib code there.Damien George