aboutsummaryrefslogtreecommitdiff
path: root/ports/zephyr/machine_pin.c
AgeCommit message (Expand)Author
2020-09-30zephyr: Const-ify struct device instance pointers.Maureen Helm
2020-09-04lib/utils/mpirq: Add mp_irq_init func, and clean up unused init method.Damien George
2020-06-30zephyr: Implement machine.Pin.irq() for setting callbacks on pin change.Damien George
2020-04-05all: Use MP_ERROR_TEXT for all error messages.Jim Mussared
2020-03-25zephyr: Update machine.Pin class to use new zephyr gpio api.Maureen Helm
2020-02-04zephyr: Update include paths for Zephyr v2.0.Maureen Helm
2019-02-12ports: Convert legacy uppercase macro names to lowercase.Damien George
2017-10-04all: Remove inclusion of internal py header files.Damien George
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George