[riot-commits] [RIOT-OS/RIOT] 6b0699: sys/arduino: drop cpp feature dependency
Kaspar Schleiser
kaspar at schleiser.de
Mon Apr 23 10:20:41 CEST 2018
Branch: refs/heads/2018.04-branch
Home: https://github.com/RIOT-OS/RIOT
Commit: 6b06992f4c388fb9cd119f46bfa0e1892d4201d1
https://github.com/RIOT-OS/RIOT/commit/6b06992f4c388fb9cd119f46bfa0e1892d4201d1
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2018-04-23 (Mon, 23 Apr 2018)
Changed paths:
M Makefile.dep
Log Message:
-----------
sys/arduino: drop cpp feature dependency
Currently, the arduino module depends on the "cpp" feature. As AVR's
don't have libstdc++, they don't provide that feature, as otherwise all
cpp examples would break. But the AVR does provide a cpp compiler and
thus the arduino module compiles just fine.
This comit removes the cpp dependency from arduino module.
Commit: 1e2cc4385867b63b229a2135a0161827d9b9554d
https://github.com/RIOT-OS/RIOT/commit/1e2cc4385867b63b229a2135a0161827d9b9554d
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2018-04-23 (Mon, 23 Apr 2018)
Changed paths:
M boards/common/arduino-atmega/Makefile.features
Log Message:
-----------
boards/arduino-atmega: don't provide arduino for jiminy-mega256rfr2
Commit: 967aa761f5bd6529748a971075a8056e6d924b01
https://github.com/RIOT-OS/RIOT/commit/967aa761f5bd6529748a971075a8056e6d924b01
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2018-04-23 (Mon, 23 Apr 2018)
Changed paths:
M Makefile.dep
M boards/common/arduino-atmega/Makefile.features
Log Message:
-----------
Merge pull request #8997 from kaspar030/rel/2018.04/arduino-feature-fix-backport
sys/arduino: drop cpp feature dependency [BACKPORT]
Compare: https://github.com/RIOT-OS/RIOT/compare/817551a7ba60...967aa761f5bd
More information about the commits
mailing list