crashtest-r0ket/firmware/applications
Christian Kroll 9a6fa2be30 unified indentation (only a whitespace change) 2012-06-29 17:10:46 +02:00
..
final Add new/better snake.c from git://github.com/MascHman/r0ket.git 2012-01-28 18:53:02 +01:00
mesh Move config stuff into own include. Iggy said its better :-) 2011-08-01 01:12:21 +02:00
remote Add old rudimentary rem0te code 2011-11-19 20:36:16 +01:00
serial Disable crypto in serial for now 2011-12-23 00:37:46 +01:00
tester Add simple lcdRefresh() speedtest 2011-08-01 14:32:22 +02:00
.gitignore Add APP=tester with menu-modules in tester/*c 2011-07-24 02:57:35 +02:00
Makefile remove more old loadable stuff 2011-12-19 21:30:01 +01:00
README Whoops. Missed one file for the MODULE=/APP= change 2011-06-21 01:02:45 +02:00
adc.c Some menu changes. Also: cleanup apps and make the rest build again 2011-08-02 13:31:57 +02:00
awake.c fixed off-by-one error 2012-06-19 23:47:30 +02:00
bridge.c Blink bridge LEDs on recv/send for debugging 2012-05-19 12:44:38 +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 moved ISP and MSC before fs init 2011-12-23 13:22:13 +01:00
ecc.c added test of the asym enc 2011-07-03 22:55:56 +02:00
exe.c Some menu changes. Also: cleanup apps and make the rest build again 2011-08-02 13:31:57 +02:00
final.c made initanim internal 2011-12-22 20:47:21 +01:00
flame.c fixed stupid casting issues for overfloew detection 2011-08-03 22:54:42 +02:00
font.c Some menu changes. Also: cleanup apps and make the rest build again 2011-08-02 13:31:57 +02:00
fs.c Some menu changes. Also: cleanup apps and make the rest build again 2011-08-02 13:31:57 +02:00
iggy.c Fix more instances of wrong define used 2011-07-27 00:18:23 +02:00
initial.c impoved initial code 2011-08-06 07:15:13 +02:00
inputtest.c string input + demo 2011-07-30 19:28:37 +02:00
l0dable.c Ooops forgot file 2011-08-04 00:18:06 +02:00
life.c Disable too flashy backlight cycling in life 2011-08-01 06:15:44 +02:00
lilafisch.c Remove argument from lcdDisplay() and ISPandReset() 2011-07-18 22:09:31 +02:00
loadable.c Some menu changes. Also: cleanup apps and make the rest build again 2011-08-02 13:31:57 +02:00
menutest.c Some menu changes. Also: cleanup apps and make the rest build again 2011-08-02 13:31:57 +02:00
minimal.c Remove argument from lcdDisplay() and ISPandReset() 2011-07-18 22:09:31 +02:00
mkfirmware.pl inline these helper functions to save space 2011-08-03 18:28:24 +02:00
mkwrapper Also standalone l0dables allowed 2011-08-04 00:12:11 +02:00
poem.c unified indentation (only a whitespace change) 2012-06-29 17:10:46 +02:00
rockets.c Commit of pippin vector/graphics lib. Yay! 2011-08-05 19:17:31 +02:00
s.c s.c 2011-08-03 11:34:18 +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
serial.c Enhance serial badge stuff. 2011-08-06 16:24:50 +02:00
tester.c Some menu changes. Also: cleanup apps and make the rest build again 2011-08-02 13:31:57 +02:00
uart.c First attemt at serial connection 2011-08-07 01:44:25 +02:00
vcard.c vcard: funny errors with vcard... 2011-07-25 02:11:41 +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