aboutsummaryrefslogtreecommitdiff
path: root/extmod/machine_signal.c
AgeCommit message (Expand)Author
2022-05-03all: Use mp_obj_malloc everywhere it's applicable.Jim Mussared
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2019-04-26extmod/machine_signal: Fix fault when no args are passed to Signal().Damien George
2019-02-12extmod: Convert legacy uppercase macro names to lowercase.Damien George
2017-12-11extmod/machine_signal: Change VLA to use new scoped allocation API.Damien George
2017-07-26extmod/machine_signal: Fix parsing of invert arg when Pin is first arg.Damien George
2017-04-15extmod/machine_signal: Rename "inverted" arg to "invert", it's shorter.Damien George
2017-04-11extmod/machine_signal: Support all Pin's arguments to the constructor.Paul Sokolovsky
2017-02-08extmod/machine_signal: Implement Signal .on() and .off() methods.Paul Sokolovsky
2017-01-29extmod/machine_signal: Implement "signal" abstraction for machine module.Paul Sokolovsky