From 3714f94e08b52228ddf1ce81e308345af745c2ad Mon Sep 17 00:00:00 2001 From: zykrahgaming Date: Thu, 30 Dec 2021 11:35:27 +1100 Subject: [PATCH] remove pico-sdk from makefiles, just testing --- testhal/RP/RP2040/RT-RP2040-PICO-ADC/Makefile | 2 +- testhal/RP/RP2040/RT-RP2040-PICO-HID/Makefile | 2 +- testhal/RP/RP2040/RT-RP2040-PICO-I2C-24AA01/Makefile | 2 +- testhal/RP/RP2040/RT-RP2040-PICO-SERIAL/Makefile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/testhal/RP/RP2040/RT-RP2040-PICO-ADC/Makefile b/testhal/RP/RP2040/RT-RP2040-PICO-ADC/Makefile index c42ad244..a0d30109 100644 --- a/testhal/RP/RP2040/RT-RP2040-PICO-ADC/Makefile +++ b/testhal/RP/RP2040/RT-RP2040-PICO-ADC/Makefile @@ -114,7 +114,7 @@ include $(CHIBIOS)/tools/mk/autobuild.mk include $(CHIBIOS)/os/test/test.mk include $(CHIBIOS)/test/rt/rt_test.mk include $(CHIBIOS)/test/oslib/oslib_test.mk -include $(CHIBIOS)/os/various/pico_bindings/pico-sdk.mk +# include $(CHIBIOS)/os/various/pico_bindings/pico-sdk.mk include $(CHIBIOS)/os/hal/lib/streams/streams.mk # Define linker script file here diff --git a/testhal/RP/RP2040/RT-RP2040-PICO-HID/Makefile b/testhal/RP/RP2040/RT-RP2040-PICO-HID/Makefile index 231ba69b..8f432f40 100644 --- a/testhal/RP/RP2040/RT-RP2040-PICO-HID/Makefile +++ b/testhal/RP/RP2040/RT-RP2040-PICO-HID/Makefile @@ -114,7 +114,7 @@ include $(CHIBIOS)/tools/mk/autobuild.mk include $(CHIBIOS)/os/test/test.mk include $(CHIBIOS)/test/rt/rt_test.mk include $(CHIBIOS)/test/oslib/oslib_test.mk -include $(CHIBIOS)/os/various/pico_bindings/pico-sdk.mk +# include $(CHIBIOS)/os/various/pico_bindings/pico-sdk.mk include $(CHIBIOS)/os/hal/lib/streams/streams.mk # Define linker script file here diff --git a/testhal/RP/RP2040/RT-RP2040-PICO-I2C-24AA01/Makefile b/testhal/RP/RP2040/RT-RP2040-PICO-I2C-24AA01/Makefile index db2340ec..2d6dcb9e 100644 --- a/testhal/RP/RP2040/RT-RP2040-PICO-I2C-24AA01/Makefile +++ b/testhal/RP/RP2040/RT-RP2040-PICO-I2C-24AA01/Makefile @@ -114,7 +114,7 @@ include $(CHIBIOS)/tools/mk/autobuild.mk include $(CHIBIOS)/os/test/test.mk include $(CHIBIOS)/test/rt/rt_test.mk include $(CHIBIOS)/test/oslib/oslib_test.mk -include $(CHIBIOS)/os/various/pico_bindings/pico-sdk.mk +# include $(CHIBIOS)/os/various/pico_bindings/pico-sdk.mk include $(CHIBIOS)/os/hal/lib/streams/streams.mk # Define linker script file here diff --git a/testhal/RP/RP2040/RT-RP2040-PICO-SERIAL/Makefile b/testhal/RP/RP2040/RT-RP2040-PICO-SERIAL/Makefile index 7a954133..b9e0dcb9 100644 --- a/testhal/RP/RP2040/RT-RP2040-PICO-SERIAL/Makefile +++ b/testhal/RP/RP2040/RT-RP2040-PICO-SERIAL/Makefile @@ -114,7 +114,7 @@ include $(CHIBIOS)/tools/mk/autobuild.mk include $(CHIBIOS)/os/test/test.mk include $(CHIBIOS)/test/rt/rt_test.mk include $(CHIBIOS)/test/oslib/oslib_test.mk -include $(CHIBIOS)/os/various/pico_bindings/pico-sdk.mk +# include $(CHIBIOS)/os/various/pico_bindings/pico-sdk.mk include $(CHIBIOS)/os/hal/lib/streams/streams.mk include $(CHIBIOS)/os/various/shell/shell.mk