crashtest-r0ket/firmware/applications
schneider 4c8839b2ba vcard: read keys from filesystem 2011-07-24 21:53:11 +02:00
..
tester More powersaving/queue-working 2011-07-24 16:29:14 +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 More powersaving/queue-working 2011-07-24 16:29:14 +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 added secs night detection 2011-07-24 03:31:47 +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 use of removed global variable 2011-07-24 15:37:03 +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 xor drawing to animate game of life over arbitrary display content 2011-07-24 08:59:56 +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
mktester Whoops. Forgot "mktester" shell script for APP=tester support 2011-07-24 14:12:30 +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: read keys from filesystem 2011-07-24 21:53:11 +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