We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f89673f commit 98f7cb0Copy full SHA for 98f7cb0
mbed-os-to-arduino
@@ -57,6 +57,13 @@ cd mbed-os && find . | grep "\.h" | xargs -I % cp --parents % $ARDUINOCORE/../..
57
#TODO: rename drivers/SPI.h in drivers/SPIMaster.h and modify include in mbed.h
58
mv $ARDUINOCORE/../../cores/arduino/mbed/drivers/SPI.h $ARDUINOCORE/../../cores/arduino/mbed/drivers/SPIMaster.h
59
60
+# TODO
61
+# - Add -DUSE_ARDUINO_PINOUT to targets with a variant.cpp
62
+# - Add include path for rpc library to envie
63
+# - Remove -fno-exception from Envie cppflags
64
+#
65
66
+
67
exit 0
68
69
##################
0 commit comments