openchronos-ng
opensource firmware for the ez430 chronos
|
Project website: http://openchronos-ng.sourceforge.net IRC: #openchronos @ chat.freenode.net
for mailing list, bug tracker and forum please go to the project website, you will find that info there.
If you are a module developer please take a look to the following topics, we choose them for you because they are the most important when starting a new module.
First have a look to our wiki to understand how to create a module (including its sources) and make it appear in the openchronos menu config. It is really simple and should not take much of your time.
Then have a look to menu_add_entry(), this is what you should call during module initialization to make it appear in the system menu. It is also in this function where you specify the module functions that are to be called when the user presses the ez430 chronos buttons.
Your module is now receiving input but what about output? Have a look to drivers/display.h, you can display strings using display_chars() and turn ON/OFF symbols using display_symbol().