[riot-commits] [RIOT-OS/RIOT] 7855cb: sys: added module for running Arduino code
Martine Lenders
authmillenon at gmail.com
Fri Nov 27 13:35:32 CET 2015
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: 7855cb3707a7b6dcbb120da14bc7d92f3bcb7d12
https://github.com/RIOT-OS/RIOT/commit/7855cb3707a7b6dcbb120da14bc7d92f3bcb7d12
Author: Hauke Petersen <hauke.petersen at fu-berlin.de>
Date: 2015-11-27 (Fri, 27 Nov 2015)
Changed paths:
M Makefile.dep
M sys/Makefile.include
A sys/arduino/Makefile
A sys/arduino/Makefile.include
A sys/arduino/base.cpp
A sys/arduino/doc.txt
A sys/arduino/include/arduino.hpp
A sys/arduino/include/serialport.hpp
A sys/arduino/post.snip
A sys/arduino/pre.snip
A sys/arduino/serialport.cpp
Log Message:
-----------
sys: added module for running Arduino code
Commit: 931c1902e15aeefb2e320f2c029e76ac3976f6ce
https://github.com/RIOT-OS/RIOT/commit/931c1902e15aeefb2e320f2c029e76ac3976f6ce
Author: Hauke Petersen <hauke.petersen at fu-berlin.de>
Date: 2015-11-27 (Fri, 27 Nov 2015)
Changed paths:
A dist/tools/arduino/pre_build.sh
Log Message:
-----------
dist: added script for merging Arduino sketches
Commit: 02c9e8943f32b1f4e7203c87dbd2cbe24d58eef2
https://github.com/RIOT-OS/RIOT/commit/02c9e8943f32b1f4e7203c87dbd2cbe24d58eef2
Author: Hauke Petersen <hauke.petersen at fu-berlin.de>
Date: 2015-11-27 (Fri, 27 Nov 2015)
Changed paths:
M .gitignore
Log Message:
-----------
gitignore: added auto-created Arduino sketch file
Commit: 9a32fefaf1ffa101e05117ed22e4be5476d54e20
https://github.com/RIOT-OS/RIOT/commit/9a32fefaf1ffa101e05117ed22e4be5476d54e20
Author: Hauke Petersen <hauke.petersen at fu-berlin.de>
Date: 2015-11-27 (Fri, 27 Nov 2015)
Changed paths:
M doc/doxygen/riot.doxyfile
Log Message:
-----------
doc: added *.hpp to be parsed by doxygen
Commit: ff7999781c05b766cca2a8b66b3ed98473604593
https://github.com/RIOT-OS/RIOT/commit/ff7999781c05b766cca2a8b66b3ed98473604593
Author: Hauke Petersen <hauke.petersen at fu-berlin.de>
Date: 2015-11-27 (Fri, 27 Nov 2015)
Changed paths:
A examples/arduino_hello-world/Makefile
A examples/arduino_hello-world/README.md
A examples/arduino_hello-world/hello-world.sketch
Log Message:
-----------
examples: added Arduino hello-world example
Commit: 3f622d96ac300173db3f3f768f8c4e77dc069ee4
https://github.com/RIOT-OS/RIOT/commit/3f622d96ac300173db3f3f768f8c4e77dc069ee4
Author: Hauke Petersen <hauke.petersen at fu-berlin.de>
Date: 2015-11-27 (Fri, 27 Nov 2015)
Changed paths:
M boards/stm32f4discovery/Makefile.features
A boards/stm32f4discovery/include/arduino_board.h
Log Message:
-----------
board/stm32f4discovery: added Arduino configuration
Commit: 2cc2adffee1c38fa1733122ecf9bfb180e357287
https://github.com/RIOT-OS/RIOT/commit/2cc2adffee1c38fa1733122ecf9bfb180e357287
Author: Martine Lenders <authmillenon at gmail.com>
Date: 2015-11-27 (Fri, 27 Nov 2015)
Changed paths:
M .gitignore
M Makefile.dep
M boards/stm32f4discovery/Makefile.features
A boards/stm32f4discovery/include/arduino_board.h
A dist/tools/arduino/pre_build.sh
M doc/doxygen/riot.doxyfile
A examples/arduino_hello-world/Makefile
A examples/arduino_hello-world/README.md
A examples/arduino_hello-world/hello-world.sketch
M sys/Makefile.include
A sys/arduino/Makefile
A sys/arduino/Makefile.include
A sys/arduino/base.cpp
A sys/arduino/doc.txt
A sys/arduino/include/arduino.hpp
A sys/arduino/include/serialport.hpp
A sys/arduino/post.snip
A sys/arduino/pre.snip
A sys/arduino/serialport.cpp
Log Message:
-----------
Merge pull request #3900 from haukepetersen/add_arduino_api
sys: added Arduino API to RIOT
Compare: https://github.com/RIOT-OS/RIOT/compare/bf9004595f24...2cc2adffee1c
More information about the commits
mailing list