leaflabs / libmaple

[INACTIVE] C and C++ library for STM32 ARM Cortex-M3 development boards.
http://leaflabs.com/docs/libmaple.html
Other
304 stars 218 forks source link

[Feature] On-board terminal #90

Open Gregwar opened 10 years ago

Gregwar commented 10 years ago

We wrote a terminal that runs on-board and allows us to interract with the board on run-time easily: https://github.com/RobotsWar/RobotsWar/blob/master/LibRobotCampus/terminal.h https://github.com/RobotsWar/RobotsWar/blob/master/LibRobotCampus/terminal.cpp

I know this is more a third-party library, but it is really handy to do some tests.

If you want to give it a try, you can simply clone this: https://github.com/RobotsWar/Maple/

Go to "skeleton", and then make & make install (it defaults to maple_mini)

Maybe this could be part of libmaple