Check in Arduino API directory to avoid symlink (#176)
Fixes #171 Under Windows, it is very hard to make a symlink and by default git won't make one to the Arduino API directory, causing annoying build errors. Avoid the issue by duplicating the ArduinoAPI directory explicitly and using CI to verify that there are no differences between the two.
Showing
cores/rp2040/api
deleted
120000 → 0
cores/rp2040/api/Binary.h
0 → 100644
This diff is collapsed.
cores/rp2040/api/Client.h
0 → 100644
cores/rp2040/api/Common.cpp
0 → 100644
cores/rp2040/api/Common.h
0 → 100644
cores/rp2040/api/Compat.h
0 → 100644
cores/rp2040/api/IPAddress.h
0 → 100644
cores/rp2040/api/Print.cpp
0 → 100644
cores/rp2040/api/Print.h
0 → 100644
cores/rp2040/api/Printable.h
0 → 100644
cores/rp2040/api/Server.h
0 → 100644
cores/rp2040/api/Stream.cpp
0 → 100644
cores/rp2040/api/Stream.h
0 → 100644
cores/rp2040/api/String.cpp
0 → 100644
This diff is collapsed.
cores/rp2040/api/String.h
0 → 100644
This diff is collapsed.
cores/rp2040/api/USBAPI.h
0 → 100644
cores/rp2040/api/Udp.h
0 → 100644
cores/rp2040/api/itoa.h
0 → 100644
Please register or sign in to comment