crashtest-r0ket/firmware/applications
Stefan `Sec` Zehl 3204b537b5 Add APP=tester with menu-modules in tester/*c 2011-07-24 02:57:35 +02:00
..
tester Add APP=tester with menu-modules in tester/*c 2011-07-24 02:57:35 +02:00
.gitignore Add APP=tester with menu-modules in tester/*c 2011-07-24 02:57:35 +02:00
Makefile Add APP=tester with menu-modules in tester/*c 2011-07-24 02:57:35 +02:00
README Whoops. Missed one file for the MODULE=/APP= change 2011-06-21 01:02:45 +02:00
adc.c Remove argument from lcdDisplay() and ISPandReset() 2011-07-18 22:09:31 +02:00
bsx.c Remove argument from lcdDisplay() and ISPandReset() 2011-07-18 22:09:31 +02:00
cbitset.h Use cbitset for game of life to reduce data size - making it run on r0ket 2011-07-20 08:03:02 +02:00
cdc.c Remove argument from lcdDisplay() and ISPandReset() 2011-07-18 22:09:31 +02:00
default.c Merge branch 'master' of github.com:r0ket/r0ket 2011-07-24 01:52:19 +02:00
ecc.c added test of the asym enc 2011-07-03 22:55:56 +02:00
exe.c Remove argument from lcdDisplay() and ISPandReset() 2011-07-18 22:09:31 +02:00
executor.c Remove argument from lcdDisplay() and ISPandReset() 2011-07-18 22:09:31 +02:00
flame.c prepared night support 2011-07-23 22:11:33 +02:00
font.c Allow fonts from dataflash. use "setExtFont(filename)". for flash fonts use "setIntFont(&font)". 2011-07-23 14:39:50 +02:00
fs.c Remove argument from lcdDisplay() and ISPandReset() 2011-07-18 22:09:31 +02:00
funk.c openbeacon: use chip id 2011-07-23 19:17:14 +02:00
iggy.c Wrapped ARM specific code with #ifdef ARM because of simulat0r 2011-07-19 08:30:57 +02:00
life.c Use cbitset for game of life to reduce data size - making it run on r0ket 2011-07-20 08:08:09 +02:00
lilafisch.c Remove argument from lcdDisplay() and ISPandReset() 2011-07-18 22:09:31 +02:00
loadable.c Add APP=loadable, simple loadable module wrapper to run them as app. 2011-07-19 10:01:00 +02:00
mandelbrot.c Remove argument from lcdDisplay() and ISPandReset() 2011-07-18 22:09:31 +02:00
mandelbrot2.c mandelbrot displaybuffer scrolling, zoom out 2011-07-21 17:04:22 +02:00
menutest.c Remove argument from lcdDisplay() and ISPandReset() 2011-07-18 22:09:31 +02:00
minimal.c Remove argument from lcdDisplay() and ISPandReset() 2011-07-18 22:09:31 +02:00
mkwrapper Add APP=tester with menu-modules in tester/*c 2011-07-24 02:57:35 +02:00
remote.c Remove argument from lcdDisplay() and ISPandReset() 2011-07-18 22:09:31 +02:00
s.c Remove argument from lcdDisplay() and ISPandReset() 2011-07-18 22:09:31 +02:00
schneider.c Remove argument from lcdDisplay() and ISPandReset() 2011-07-18 22:09:31 +02:00
scroll.c Add more code to test scrolling 2011-07-21 22:32:48 +02:00
sec.c Remove argument from lcdDisplay() and ISPandReset() 2011-07-18 22:09:31 +02:00
spaceinvaders.c Remove argument from lcdDisplay() and ISPandReset() 2011-07-18 22:09:31 +02:00
tester.c Add APP=tester with menu-modules in tester/*c 2011-07-24 02:57:35 +02:00
vcard.c vcard: small clean up 2011-07-23 17:58:56 +02:00

README

Call make as 

make APP=menutest

to build a specific module.

The module defaults to $(USERNAME) so everyone can have its own default module