aboutsummaryrefslogtreecommitdiff
path: root/circuitpython/ports/raspberrypi/build-raspberry_pi_pico/shared-bindings/digitalio
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2022-06-25 07:42:25 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2022-06-25 07:42:25 +0530
commita7c25f19d9700c008e6d6b5b4f95ea6103bda8ab (patch)
tree8707e464bc290613efae031908063ef9788cbb0d /circuitpython/ports/raspberrypi/build-raspberry_pi_pico/shared-bindings/digitalio
parent08422ad7e5ae71a1a625e8a2bda6d233fd68ceee (diff)
fixes
Diffstat (limited to 'circuitpython/ports/raspberrypi/build-raspberry_pi_pico/shared-bindings/digitalio')
-rw-r--r--circuitpython/ports/raspberrypi/build-raspberry_pi_pico/shared-bindings/digitalio/DigitalInOut.P81
-rw-r--r--circuitpython/ports/raspberrypi/build-raspberry_pi_pico/shared-bindings/digitalio/DigitalInOut.obin13448 -> 0 bytes
-rw-r--r--circuitpython/ports/raspberrypi/build-raspberry_pi_pico/shared-bindings/digitalio/Direction.P81
-rw-r--r--circuitpython/ports/raspberrypi/build-raspberry_pi_pico/shared-bindings/digitalio/Direction.obin2356 -> 0 bytes
-rw-r--r--circuitpython/ports/raspberrypi/build-raspberry_pi_pico/shared-bindings/digitalio/DriveMode.P43
-rw-r--r--circuitpython/ports/raspberrypi/build-raspberry_pi_pico/shared-bindings/digitalio/DriveMode.obin2384 -> 0 bytes
-rw-r--r--circuitpython/ports/raspberrypi/build-raspberry_pi_pico/shared-bindings/digitalio/Pull.P53
-rw-r--r--circuitpython/ports/raspberrypi/build-raspberry_pi_pico/shared-bindings/digitalio/Pull.obin2760 -> 0 bytes
-rw-r--r--circuitpython/ports/raspberrypi/build-raspberry_pi_pico/shared-bindings/digitalio/__init__.P67
-rw-r--r--circuitpython/ports/raspberrypi/build-raspberry_pi_pico/shared-bindings/digitalio/__init__.obin1632 -> 0 bytes
10 files changed, 0 insertions, 325 deletions
diff --git a/circuitpython/ports/raspberrypi/build-raspberry_pi_pico/shared-bindings/digitalio/DigitalInOut.P b/circuitpython/ports/raspberrypi/build-raspberry_pi_pico/shared-bindings/digitalio/DigitalInOut.P
deleted file mode 100644
index 00895c1..0000000
--- a/circuitpython/ports/raspberrypi/build-raspberry_pi_pico/shared-bindings/digitalio/DigitalInOut.P
+++ /dev/null
@@ -1,81 +0,0 @@
-build-raspberry_pi_pico/shared-bindings/digitalio/DigitalInOut.o: \
- ../../shared-bindings/digitalio/DigitalInOut.c \
- /usr/lib/gcc/arm-none-eabi/10.3.1/include/stdint.h \
- /usr/include/newlib/string.h /usr/include/newlib/_ansi.h \
- /usr/include/newlib/newlib.h /usr/include/newlib/_newlib_version.h \
- /usr/include/newlib/sys/config.h /usr/include/newlib/machine/ieeefp.h \
- /usr/include/newlib/sys/features.h /usr/include/newlib/sys/reent.h \
- /usr/include/newlib/_ansi.h \
- /usr/lib/gcc/arm-none-eabi/10.3.1/include/stddef.h \
- /usr/include/newlib/sys/_types.h /usr/include/newlib/machine/_types.h \
- /usr/include/newlib/machine/_default_types.h \
- /usr/include/newlib/sys/lock.h /usr/include/newlib/sys/cdefs.h \
- /usr/include/newlib/sys/_locale.h /usr/include/newlib/strings.h \
- /usr/include/newlib/sys/string.h \
- ../../shared/runtime/context_manager_helpers.h ../../py/obj.h \
- /usr/include/newlib/assert.h ../../py/mpconfig.h mpconfigport.h \
- sdk/src/rp2040/hardware_regs/include/hardware/platform_defs.h \
- ../../py/circuitpy_mpconfig.h \
- /usr/lib/gcc/arm-none-eabi/10.3.1/include/stdatomic.h \
- boards/raspberry_pi_pico/mpconfigboard.h /usr/include/newlib/alloca.h \
- ../../supervisor/flash_root_pointers.h \
- supervisor/internal_flash_root_pointers.h ../../py/misc.h \
- /usr/lib/gcc/arm-none-eabi/10.3.1/include/stdbool.h ../../py/mpconfig.h \
- ../../py/qstr.h build-raspberry_pi_pico/genhdr/qstrdefs.enum.h \
- ../../py/mpprint.h ../../py/runtime0.h \
- ../../supervisor/shared/translate.h ../../py/nlr.h \
- /usr/lib/gcc/arm-none-eabi/10.3.1/include-fixed/limits.h \
- ../../py/objtype.h ../../py/objproperty.h ../../py/runtime.h \
- /usr/lib/gcc/arm-none-eabi/10.3.1/include/stdarg.h ../../py/mpstate.h \
- ../../py/mpthread.h ../../py/objlist.h ../../py/objexcept.h \
- ../../py/objtuple.h ../../py/objtraceback.h ../../py/pystack.h \
- ../../supervisor/linker.h ../../py/mphal.h mphalport.h \
- ../../lib/oofatfs/ff.h ../../lib/oofatfs/ffconf.h \
- ../../supervisor/shared/tick.h ../../extmod/virtpin.h ../../py/proto.h \
- ../../shared-bindings/microcontroller/Pin.h \
- common-hal/microcontroller/Pin.h peripherals/pins.h \
- ../../shared-bindings/digitalio/DigitalInOut.h \
- common-hal/digitalio/DigitalInOut.h \
- ../../shared-bindings/digitalio/Direction.h \
- ../../shared-bindings/digitalio/DriveMode.h \
- ../../shared-bindings/digitalio/Pull.h ../../shared-bindings/util.h
- ../../shared-bindings/digitalio/DigitalInOut.c :
- /usr/lib/gcc/arm-none-eabi/10.3.1/include/stdint.h :
- /usr/include/newlib/string.h /usr/include/newlib/_ansi.h :
- /usr/include/newlib/newlib.h /usr/include/newlib/_newlib_version.h :
- /usr/include/newlib/sys/config.h /usr/include/newlib/machine/ieeefp.h :
- /usr/include/newlib/sys/features.h /usr/include/newlib/sys/reent.h :
- /usr/include/newlib/_ansi.h :
- /usr/lib/gcc/arm-none-eabi/10.3.1/include/stddef.h :
- /usr/include/newlib/sys/_types.h /usr/include/newlib/machine/_types.h :
- /usr/include/newlib/machine/_default_types.h :
- /usr/include/newlib/sys/lock.h /usr/include/newlib/sys/cdefs.h :
- /usr/include/newlib/sys/_locale.h /usr/include/newlib/strings.h :
- /usr/include/newlib/sys/string.h :
- ../../shared/runtime/context_manager_helpers.h ../../py/obj.h :
- /usr/include/newlib/assert.h ../../py/mpconfig.h mpconfigport.h :
- sdk/src/rp2040/hardware_regs/include/hardware/platform_defs.h :
- ../../py/circuitpy_mpconfig.h :
- /usr/lib/gcc/arm-none-eabi/10.3.1/include/stdatomic.h :
- boards/raspberry_pi_pico/mpconfigboard.h /usr/include/newlib/alloca.h :
- ../../supervisor/flash_root_pointers.h :
- supervisor/internal_flash_root_pointers.h ../../py/misc.h :
- /usr/lib/gcc/arm-none-eabi/10.3.1/include/stdbool.h ../../py/mpconfig.h :
- ../../py/qstr.h build-raspberry_pi_pico/genhdr/qstrdefs.enum.h :
- ../../py/mpprint.h ../../py/runtime0.h :
- ../../supervisor/shared/translate.h ../../py/nlr.h :
- /usr/lib/gcc/arm-none-eabi/10.3.1/include-fixed/limits.h :
- ../../py/objtype.h ../../py/objproperty.h ../../py/runtime.h :
- /usr/lib/gcc/arm-none-eabi/10.3.1/include/stdarg.h ../../py/mpstate.h :
- ../../py/mpthread.h ../../py/objlist.h ../../py/objexcept.h :
- ../../py/objtuple.h ../../py/objtraceback.h ../../py/pystack.h :
- ../../supervisor/linker.h ../../py/mphal.h mphalport.h :
- ../../lib/oofatfs/ff.h ../../lib/oofatfs/ffconf.h :
- ../../supervisor/shared/tick.h ../../extmod/virtpin.h ../../py/proto.h :
- ../../shared-bindings/microcontroller/Pin.h :
- common-hal/microcontroller/Pin.h peripherals/pins.h :
- ../../shared-bindings/digitalio/DigitalInOut.h :
- common-hal/digitalio/DigitalInOut.h :
- ../../shared-bindings/digitalio/Direction.h :
- ../../shared-bindings/digitalio/DriveMode.h :
- ../../shared-bindings/digitalio/Pull.h ../../shared-bindings/util.h :
diff --git a/circuitpython/ports/raspberrypi/build-raspberry_pi_pico/shared-bindings/digitalio/DigitalInOut.o b/circuitpython/ports/raspberrypi/build-raspberry_pi_pico/shared-bindings/digitalio/DigitalInOut.o
deleted file mode 100644
index 02e5a04..0000000
--- a/circuitpython/ports/raspberrypi/build-raspberry_pi_pico/shared-bindings/digitalio/DigitalInOut.o
+++ /dev/null
Binary files differ
diff --git a/circuitpython/ports/raspberrypi/build-raspberry_pi_pico/shared-bindings/digitalio/Direction.P b/circuitpython/ports/raspberrypi/build-raspberry_pi_pico/shared-bindings/digitalio/Direction.P
deleted file mode 100644
index 61dd88d..0000000
--- a/circuitpython/ports/raspberrypi/build-raspberry_pi_pico/shared-bindings/digitalio/Direction.P
+++ /dev/null
@@ -1,81 +0,0 @@
-build-raspberry_pi_pico/shared-bindings/digitalio/Direction.o: \
- ../../shared-bindings/digitalio/Direction.c \
- /usr/lib/gcc/arm-none-eabi/10.3.1/include/stdint.h \
- /usr/include/newlib/string.h /usr/include/newlib/_ansi.h \
- /usr/include/newlib/newlib.h /usr/include/newlib/_newlib_version.h \
- /usr/include/newlib/sys/config.h /usr/include/newlib/machine/ieeefp.h \
- /usr/include/newlib/sys/features.h /usr/include/newlib/sys/reent.h \
- /usr/include/newlib/_ansi.h \
- /usr/lib/gcc/arm-none-eabi/10.3.1/include/stddef.h \
- /usr/include/newlib/sys/_types.h /usr/include/newlib/machine/_types.h \
- /usr/include/newlib/machine/_default_types.h \
- /usr/include/newlib/sys/lock.h /usr/include/newlib/sys/cdefs.h \
- /usr/include/newlib/sys/_locale.h /usr/include/newlib/strings.h \
- /usr/include/newlib/sys/string.h \
- ../../shared/runtime/context_manager_helpers.h ../../py/obj.h \
- /usr/include/newlib/assert.h ../../py/mpconfig.h mpconfigport.h \
- sdk/src/rp2040/hardware_regs/include/hardware/platform_defs.h \
- ../../py/circuitpy_mpconfig.h \
- /usr/lib/gcc/arm-none-eabi/10.3.1/include/stdatomic.h \
- boards/raspberry_pi_pico/mpconfigboard.h /usr/include/newlib/alloca.h \
- ../../supervisor/flash_root_pointers.h \
- supervisor/internal_flash_root_pointers.h ../../py/misc.h \
- /usr/lib/gcc/arm-none-eabi/10.3.1/include/stdbool.h ../../py/mpconfig.h \
- ../../py/qstr.h build-raspberry_pi_pico/genhdr/qstrdefs.enum.h \
- ../../py/mpprint.h ../../py/runtime0.h \
- ../../supervisor/shared/translate.h ../../py/nlr.h \
- /usr/lib/gcc/arm-none-eabi/10.3.1/include-fixed/limits.h \
- ../../py/objtype.h ../../py/objproperty.h ../../py/runtime.h \
- /usr/lib/gcc/arm-none-eabi/10.3.1/include/stdarg.h ../../py/mpstate.h \
- ../../py/mpthread.h ../../py/objlist.h ../../py/objexcept.h \
- ../../py/objtuple.h ../../py/objtraceback.h ../../py/pystack.h \
- ../../supervisor/linker.h ../../py/mphal.h mphalport.h \
- ../../lib/oofatfs/ff.h ../../lib/oofatfs/ffconf.h \
- ../../supervisor/shared/tick.h ../../extmod/virtpin.h ../../py/proto.h \
- ../../shared-bindings/microcontroller/Pin.h \
- common-hal/microcontroller/Pin.h peripherals/pins.h \
- ../../shared-bindings/digitalio/DigitalInOut.h \
- common-hal/digitalio/DigitalInOut.h \
- ../../shared-bindings/digitalio/Direction.h \
- ../../shared-bindings/digitalio/DriveMode.h \
- ../../shared-bindings/digitalio/Pull.h
- ../../shared-bindings/digitalio/Direction.c :
- /usr/lib/gcc/arm-none-eabi/10.3.1/include/stdint.h :
- /usr/include/newlib/string.h /usr/include/newlib/_ansi.h :
- /usr/include/newlib/newlib.h /usr/include/newlib/_newlib_version.h :
- /usr/include/newlib/sys/config.h /usr/include/newlib/machine/ieeefp.h :
- /usr/include/newlib/sys/features.h /usr/include/newlib/sys/reent.h :
- /usr/include/newlib/_ansi.h :
- /usr/lib/gcc/arm-none-eabi/10.3.1/include/stddef.h :
- /usr/include/newlib/sys/_types.h /usr/include/newlib/machine/_types.h :
- /usr/include/newlib/machine/_default_types.h :
- /usr/include/newlib/sys/lock.h /usr/include/newlib/sys/cdefs.h :
- /usr/include/newlib/sys/_locale.h /usr/include/newlib/strings.h :
- /usr/include/newlib/sys/string.h :
- ../../shared/runtime/context_manager_helpers.h ../../py/obj.h :
- /usr/include/newlib/assert.h ../../py/mpconfig.h mpconfigport.h :
- sdk/src/rp2040/hardware_regs/include/hardware/platform_defs.h :
- ../../py/circuitpy_mpconfig.h :
- /usr/lib/gcc/arm-none-eabi/10.3.1/include/stdatomic.h :
- boards/raspberry_pi_pico/mpconfigboard.h /usr/include/newlib/alloca.h :
- ../../supervisor/flash_root_pointers.h :
- supervisor/internal_flash_root_pointers.h ../../py/misc.h :
- /usr/lib/gcc/arm-none-eabi/10.3.1/include/stdbool.h ../../py/mpconfig.h :
- ../../py/qstr.h build-raspberry_pi_pico/genhdr/qstrdefs.enum.h :
- ../../py/mpprint.h ../../py/runtime0.h :
- ../../supervisor/shared/translate.h ../../py/nlr.h :
- /usr/lib/gcc/arm-none-eabi/10.3.1/include-fixed/limits.h :
- ../../py/objtype.h ../../py/objproperty.h ../../py/runtime.h :
- /usr/lib/gcc/arm-none-eabi/10.3.1/include/stdarg.h ../../py/mpstate.h :
- ../../py/mpthread.h ../../py/objlist.h ../../py/objexcept.h :
- ../../py/objtuple.h ../../py/objtraceback.h ../../py/pystack.h :
- ../../supervisor/linker.h ../../py/mphal.h mphalport.h :
- ../../lib/oofatfs/ff.h ../../lib/oofatfs/ffconf.h :
- ../../supervisor/shared/tick.h ../../extmod/virtpin.h ../../py/proto.h :
- ../../shared-bindings/microcontroller/Pin.h :
- common-hal/microcontroller/Pin.h peripherals/pins.h :
- ../../shared-bindings/digitalio/DigitalInOut.h :
- common-hal/digitalio/DigitalInOut.h :
- ../../shared-bindings/digitalio/Direction.h :
- ../../shared-bindings/digitalio/DriveMode.h :
- ../../shared-bindings/digitalio/Pull.h :
diff --git a/circuitpython/ports/raspberrypi/build-raspberry_pi_pico/shared-bindings/digitalio/Direction.o b/circuitpython/ports/raspberrypi/build-raspberry_pi_pico/shared-bindings/digitalio/Direction.o
deleted file mode 100644
index 78305eb..0000000
--- a/circuitpython/ports/raspberrypi/build-raspberry_pi_pico/shared-bindings/digitalio/Direction.o
+++ /dev/null
Binary files differ
diff --git a/circuitpython/ports/raspberrypi/build-raspberry_pi_pico/shared-bindings/digitalio/DriveMode.P b/circuitpython/ports/raspberrypi/build-raspberry_pi_pico/shared-bindings/digitalio/DriveMode.P
deleted file mode 100644
index 4b75d82..0000000
--- a/circuitpython/ports/raspberrypi/build-raspberry_pi_pico/shared-bindings/digitalio/DriveMode.P
+++ /dev/null
@@ -1,43 +0,0 @@
-build-raspberry_pi_pico/shared-bindings/digitalio/DriveMode.o: \
- ../../shared-bindings/digitalio/DriveMode.c \
- ../../shared-bindings/digitalio/DriveMode.h ../../py/obj.h \
- /usr/include/newlib/assert.h /usr/include/newlib/_ansi.h \
- /usr/include/newlib/newlib.h /usr/include/newlib/_newlib_version.h \
- /usr/include/newlib/sys/config.h /usr/include/newlib/machine/ieeefp.h \
- /usr/include/newlib/sys/features.h ../../py/mpconfig.h mpconfigport.h \
- sdk/src/rp2040/hardware_regs/include/hardware/platform_defs.h \
- ../../py/circuitpy_mpconfig.h \
- /usr/lib/gcc/arm-none-eabi/10.3.1/include/stdint.h \
- /usr/lib/gcc/arm-none-eabi/10.3.1/include/stdatomic.h \
- boards/raspberry_pi_pico/mpconfigboard.h /usr/include/newlib/alloca.h \
- /usr/include/newlib/sys/reent.h /usr/include/newlib/_ansi.h \
- /usr/lib/gcc/arm-none-eabi/10.3.1/include/stddef.h \
- /usr/include/newlib/sys/_types.h /usr/include/newlib/machine/_types.h \
- /usr/include/newlib/machine/_default_types.h \
- /usr/include/newlib/sys/lock.h ../../supervisor/flash_root_pointers.h \
- supervisor/internal_flash_root_pointers.h ../../py/misc.h \
- /usr/lib/gcc/arm-none-eabi/10.3.1/include/stdbool.h ../../py/mpconfig.h \
- ../../py/qstr.h build-raspberry_pi_pico/genhdr/qstrdefs.enum.h \
- ../../py/mpprint.h ../../py/runtime0.h \
- ../../supervisor/shared/translate.h
- ../../shared-bindings/digitalio/DriveMode.c :
- ../../shared-bindings/digitalio/DriveMode.h ../../py/obj.h :
- /usr/include/newlib/assert.h /usr/include/newlib/_ansi.h :
- /usr/include/newlib/newlib.h /usr/include/newlib/_newlib_version.h :
- /usr/include/newlib/sys/config.h /usr/include/newlib/machine/ieeefp.h :
- /usr/include/newlib/sys/features.h ../../py/mpconfig.h mpconfigport.h :
- sdk/src/rp2040/hardware_regs/include/hardware/platform_defs.h :
- ../../py/circuitpy_mpconfig.h :
- /usr/lib/gcc/arm-none-eabi/10.3.1/include/stdint.h :
- /usr/lib/gcc/arm-none-eabi/10.3.1/include/stdatomic.h :
- boards/raspberry_pi_pico/mpconfigboard.h /usr/include/newlib/alloca.h :
- /usr/include/newlib/sys/reent.h /usr/include/newlib/_ansi.h :
- /usr/lib/gcc/arm-none-eabi/10.3.1/include/stddef.h :
- /usr/include/newlib/sys/_types.h /usr/include/newlib/machine/_types.h :
- /usr/include/newlib/machine/_default_types.h :
- /usr/include/newlib/sys/lock.h ../../supervisor/flash_root_pointers.h :
- supervisor/internal_flash_root_pointers.h ../../py/misc.h :
- /usr/lib/gcc/arm-none-eabi/10.3.1/include/stdbool.h ../../py/mpconfig.h :
- ../../py/qstr.h build-raspberry_pi_pico/genhdr/qstrdefs.enum.h :
- ../../py/mpprint.h ../../py/runtime0.h :
- ../../supervisor/shared/translate.h :
diff --git a/circuitpython/ports/raspberrypi/build-raspberry_pi_pico/shared-bindings/digitalio/DriveMode.o b/circuitpython/ports/raspberrypi/build-raspberry_pi_pico/shared-bindings/digitalio/DriveMode.o
deleted file mode 100644
index 17161d0..0000000
--- a/circuitpython/ports/raspberrypi/build-raspberry_pi_pico/shared-bindings/digitalio/DriveMode.o
+++ /dev/null
Binary files differ
diff --git a/circuitpython/ports/raspberrypi/build-raspberry_pi_pico/shared-bindings/digitalio/Pull.P b/circuitpython/ports/raspberrypi/build-raspberry_pi_pico/shared-bindings/digitalio/Pull.P
deleted file mode 100644
index 975fa96..0000000
--- a/circuitpython/ports/raspberrypi/build-raspberry_pi_pico/shared-bindings/digitalio/Pull.P
+++ /dev/null
@@ -1,53 +0,0 @@
-build-raspberry_pi_pico/shared-bindings/digitalio/Pull.o: \
- ../../shared-bindings/digitalio/Pull.c ../../py/runtime.h \
- /usr/lib/gcc/arm-none-eabi/10.3.1/include/stdarg.h ../../py/mpstate.h \
- /usr/lib/gcc/arm-none-eabi/10.3.1/include/stdint.h ../../py/mpconfig.h \
- mpconfigport.h \
- sdk/src/rp2040/hardware_regs/include/hardware/platform_defs.h \
- ../../py/circuitpy_mpconfig.h \
- /usr/lib/gcc/arm-none-eabi/10.3.1/include/stdatomic.h \
- boards/raspberry_pi_pico/mpconfigboard.h /usr/include/newlib/alloca.h \
- /usr/include/newlib/_ansi.h /usr/include/newlib/newlib.h \
- /usr/include/newlib/_newlib_version.h /usr/include/newlib/sys/config.h \
- /usr/include/newlib/machine/ieeefp.h /usr/include/newlib/sys/features.h \
- /usr/include/newlib/sys/reent.h /usr/include/newlib/_ansi.h \
- /usr/lib/gcc/arm-none-eabi/10.3.1/include/stddef.h \
- /usr/include/newlib/sys/_types.h /usr/include/newlib/machine/_types.h \
- /usr/include/newlib/machine/_default_types.h \
- /usr/include/newlib/sys/lock.h ../../supervisor/flash_root_pointers.h \
- supervisor/internal_flash_root_pointers.h ../../py/mpthread.h \
- ../../py/misc.h /usr/lib/gcc/arm-none-eabi/10.3.1/include/stdbool.h \
- ../../py/mpconfig.h ../../py/nlr.h \
- /usr/lib/gcc/arm-none-eabi/10.3.1/include-fixed/limits.h \
- /usr/include/newlib/assert.h ../../py/obj.h ../../py/qstr.h \
- build-raspberry_pi_pico/genhdr/qstrdefs.enum.h ../../py/mpprint.h \
- ../../py/runtime0.h ../../supervisor/shared/translate.h \
- ../../py/objlist.h ../../py/objexcept.h ../../py/objtuple.h \
- ../../py/objtraceback.h ../../py/pystack.h ../../supervisor/linker.h \
- ../../shared-bindings/digitalio/Pull.h
- ../../shared-bindings/digitalio/Pull.c ../../py/runtime.h :
- /usr/lib/gcc/arm-none-eabi/10.3.1/include/stdarg.h ../../py/mpstate.h :
- /usr/lib/gcc/arm-none-eabi/10.3.1/include/stdint.h ../../py/mpconfig.h :
- mpconfigport.h :
- sdk/src/rp2040/hardware_regs/include/hardware/platform_defs.h :
- ../../py/circuitpy_mpconfig.h :
- /usr/lib/gcc/arm-none-eabi/10.3.1/include/stdatomic.h :
- boards/raspberry_pi_pico/mpconfigboard.h /usr/include/newlib/alloca.h :
- /usr/include/newlib/_ansi.h /usr/include/newlib/newlib.h :
- /usr/include/newlib/_newlib_version.h /usr/include/newlib/sys/config.h :
- /usr/include/newlib/machine/ieeefp.h /usr/include/newlib/sys/features.h :
- /usr/include/newlib/sys/reent.h /usr/include/newlib/_ansi.h :
- /usr/lib/gcc/arm-none-eabi/10.3.1/include/stddef.h :
- /usr/include/newlib/sys/_types.h /usr/include/newlib/machine/_types.h :
- /usr/include/newlib/machine/_default_types.h :
- /usr/include/newlib/sys/lock.h ../../supervisor/flash_root_pointers.h :
- supervisor/internal_flash_root_pointers.h ../../py/mpthread.h :
- ../../py/misc.h /usr/lib/gcc/arm-none-eabi/10.3.1/include/stdbool.h :
- ../../py/mpconfig.h ../../py/nlr.h :
- /usr/lib/gcc/arm-none-eabi/10.3.1/include-fixed/limits.h :
- /usr/include/newlib/assert.h ../../py/obj.h ../../py/qstr.h :
- build-raspberry_pi_pico/genhdr/qstrdefs.enum.h ../../py/mpprint.h :
- ../../py/runtime0.h ../../supervisor/shared/translate.h :
- ../../py/objlist.h ../../py/objexcept.h ../../py/objtuple.h :
- ../../py/objtraceback.h ../../py/pystack.h ../../supervisor/linker.h :
- ../../shared-bindings/digitalio/Pull.h :
diff --git a/circuitpython/ports/raspberrypi/build-raspberry_pi_pico/shared-bindings/digitalio/Pull.o b/circuitpython/ports/raspberrypi/build-raspberry_pi_pico/shared-bindings/digitalio/Pull.o
deleted file mode 100644
index d35b18d..0000000
--- a/circuitpython/ports/raspberrypi/build-raspberry_pi_pico/shared-bindings/digitalio/Pull.o
+++ /dev/null
Binary files differ
diff --git a/circuitpython/ports/raspberrypi/build-raspberry_pi_pico/shared-bindings/digitalio/__init__.P b/circuitpython/ports/raspberrypi/build-raspberry_pi_pico/shared-bindings/digitalio/__init__.P
deleted file mode 100644
index 0482e52..0000000
--- a/circuitpython/ports/raspberrypi/build-raspberry_pi_pico/shared-bindings/digitalio/__init__.P
+++ /dev/null
@@ -1,67 +0,0 @@
-build-raspberry_pi_pico/shared-bindings/digitalio/__init__.o: \
- ../../shared-bindings/digitalio/__init__.c \
- /usr/lib/gcc/arm-none-eabi/10.3.1/include/stdint.h ../../py/obj.h \
- /usr/include/newlib/assert.h /usr/include/newlib/_ansi.h \
- /usr/include/newlib/newlib.h /usr/include/newlib/_newlib_version.h \
- /usr/include/newlib/sys/config.h /usr/include/newlib/machine/ieeefp.h \
- /usr/include/newlib/sys/features.h ../../py/mpconfig.h mpconfigport.h \
- sdk/src/rp2040/hardware_regs/include/hardware/platform_defs.h \
- ../../py/circuitpy_mpconfig.h \
- /usr/lib/gcc/arm-none-eabi/10.3.1/include/stdatomic.h \
- boards/raspberry_pi_pico/mpconfigboard.h /usr/include/newlib/alloca.h \
- /usr/include/newlib/sys/reent.h /usr/include/newlib/_ansi.h \
- /usr/lib/gcc/arm-none-eabi/10.3.1/include/stddef.h \
- /usr/include/newlib/sys/_types.h /usr/include/newlib/machine/_types.h \
- /usr/include/newlib/machine/_default_types.h \
- /usr/include/newlib/sys/lock.h ../../supervisor/flash_root_pointers.h \
- supervisor/internal_flash_root_pointers.h ../../py/misc.h \
- /usr/lib/gcc/arm-none-eabi/10.3.1/include/stdbool.h ../../py/mpconfig.h \
- ../../py/qstr.h build-raspberry_pi_pico/genhdr/qstrdefs.enum.h \
- ../../py/mpprint.h ../../py/runtime0.h \
- ../../supervisor/shared/translate.h ../../py/runtime.h \
- /usr/lib/gcc/arm-none-eabi/10.3.1/include/stdarg.h ../../py/mpstate.h \
- ../../py/mpthread.h ../../py/nlr.h \
- /usr/lib/gcc/arm-none-eabi/10.3.1/include-fixed/limits.h \
- ../../py/objlist.h ../../py/objexcept.h ../../py/objtuple.h \
- ../../py/objtraceback.h ../../py/pystack.h ../../supervisor/linker.h \
- ../../shared-bindings/microcontroller/Pin.h \
- common-hal/microcontroller/Pin.h peripherals/pins.h \
- ../../shared-bindings/digitalio/__init__.h \
- ../../shared-bindings/digitalio/DigitalInOut.h \
- common-hal/digitalio/DigitalInOut.h \
- ../../shared-bindings/digitalio/Direction.h \
- ../../shared-bindings/digitalio/DriveMode.h \
- ../../shared-bindings/digitalio/Pull.h
- ../../shared-bindings/digitalio/__init__.c :
- /usr/lib/gcc/arm-none-eabi/10.3.1/include/stdint.h ../../py/obj.h :
- /usr/include/newlib/assert.h /usr/include/newlib/_ansi.h :
- /usr/include/newlib/newlib.h /usr/include/newlib/_newlib_version.h :
- /usr/include/newlib/sys/config.h /usr/include/newlib/machine/ieeefp.h :
- /usr/include/newlib/sys/features.h ../../py/mpconfig.h mpconfigport.h :
- sdk/src/rp2040/hardware_regs/include/hardware/platform_defs.h :
- ../../py/circuitpy_mpconfig.h :
- /usr/lib/gcc/arm-none-eabi/10.3.1/include/stdatomic.h :
- boards/raspberry_pi_pico/mpconfigboard.h /usr/include/newlib/alloca.h :
- /usr/include/newlib/sys/reent.h /usr/include/newlib/_ansi.h :
- /usr/lib/gcc/arm-none-eabi/10.3.1/include/stddef.h :
- /usr/include/newlib/sys/_types.h /usr/include/newlib/machine/_types.h :
- /usr/include/newlib/machine/_default_types.h :
- /usr/include/newlib/sys/lock.h ../../supervisor/flash_root_pointers.h :
- supervisor/internal_flash_root_pointers.h ../../py/misc.h :
- /usr/lib/gcc/arm-none-eabi/10.3.1/include/stdbool.h ../../py/mpconfig.h :
- ../../py/qstr.h build-raspberry_pi_pico/genhdr/qstrdefs.enum.h :
- ../../py/mpprint.h ../../py/runtime0.h :
- ../../supervisor/shared/translate.h ../../py/runtime.h :
- /usr/lib/gcc/arm-none-eabi/10.3.1/include/stdarg.h ../../py/mpstate.h :
- ../../py/mpthread.h ../../py/nlr.h :
- /usr/lib/gcc/arm-none-eabi/10.3.1/include-fixed/limits.h :
- ../../py/objlist.h ../../py/objexcept.h ../../py/objtuple.h :
- ../../py/objtraceback.h ../../py/pystack.h ../../supervisor/linker.h :
- ../../shared-bindings/microcontroller/Pin.h :
- common-hal/microcontroller/Pin.h peripherals/pins.h :
- ../../shared-bindings/digitalio/__init__.h :
- ../../shared-bindings/digitalio/DigitalInOut.h :
- common-hal/digitalio/DigitalInOut.h :
- ../../shared-bindings/digitalio/Direction.h :
- ../../shared-bindings/digitalio/DriveMode.h :
- ../../shared-bindings/digitalio/Pull.h :
diff --git a/circuitpython/ports/raspberrypi/build-raspberry_pi_pico/shared-bindings/digitalio/__init__.o b/circuitpython/ports/raspberrypi/build-raspberry_pi_pico/shared-bindings/digitalio/__init__.o
deleted file mode 100644
index 21c8c57..0000000
--- a/circuitpython/ports/raspberrypi/build-raspberry_pi_pico/shared-bindings/digitalio/__init__.o
+++ /dev/null
Binary files differ