From 4fd287655a72b9aea14cdac715ad5b90ed082ed2 Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Sun, 19 Jun 2022 19:47:51 +0530 Subject: add circuitpython code --- .../build-raspberry_pi_pico/py/objstr.P | 60 ++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 circuitpython/ports/raspberrypi/build-raspberry_pi_pico/py/objstr.P (limited to 'circuitpython/ports/raspberrypi/build-raspberry_pi_pico/py/objstr.P') diff --git a/circuitpython/ports/raspberrypi/build-raspberry_pi_pico/py/objstr.P b/circuitpython/ports/raspberrypi/build-raspberry_pi_pico/py/objstr.P new file mode 100644 index 0000000..d2e0ecf --- /dev/null +++ b/circuitpython/ports/raspberrypi/build-raspberry_pi_pico/py/objstr.P @@ -0,0 +1,60 @@ +build-raspberry_pi_pico/py/objstr.o: ../../py/objstr.c \ + /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 /usr/include/newlib/assert.h \ + ../../py/unicode.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 \ + ../../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/objstr.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/objtype.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/objexcept.h ../../py/objtuple.h ../../py/objtraceback.h \ + ../../py/pystack.h ../../supervisor/linker.h ../../py/stackctrl.h +../../py/objstr.c : + /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 /usr/include/newlib/assert.h : + ../../py/unicode.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 : + ../../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/objstr.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/objtype.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/objexcept.h ../../py/objtuple.h ../../py/objtraceback.h : + ../../py/pystack.h ../../supervisor/linker.h ../../py/stackctrl.h : -- cgit v1.2.3