aboutsummaryrefslogtreecommitdiff
path: root/ports/unix/modmachine.c
AgeCommit message (Expand)Author
2020-11-13extmod/machine_mem: Only allow integers in machine.memX subscript.Arrowana
2020-04-29unix/modmachine: Add machine.idle(), implemented using sched_yield.Jim Mussared
2020-04-05all: Use MP_ERROR_TEXT for all error messages.Jim Mussared
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2020-02-13py: Add mp_raise_msg_varg helper and use it where appropriate.Damien George
2019-05-17various: Add and update my copyright line based on git history.Paul Sokolovsky
2019-02-12unix/modmachine: Handle repeated /dev/mem open errors.Yonatan Goldschmidt
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George