Skip to content

Commit 98f7cb0

Browse files
committed
Start adding TODO not to forget how to restore functionalities
1 parent f89673f commit 98f7cb0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

mbed-os-to-arduino

+7
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,13 @@ cd mbed-os && find . | grep "\.h" | xargs -I % cp --parents % $ARDUINOCORE/../..
5757
#TODO: rename drivers/SPI.h in drivers/SPIMaster.h and modify include in mbed.h
5858
mv $ARDUINOCORE/../../cores/arduino/mbed/drivers/SPI.h $ARDUINOCORE/../../cores/arduino/mbed/drivers/SPIMaster.h
5959

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+
6067
exit 0
6168

6269
##################

0 commit comments

Comments
 (0)