crashtest-r0ket/modules
Sebastian Steuer dbe67406df Merge branch 'master' of github.com:p42/project42 2011-06-14 02:20:42 +02:00
..
Makefile Fix dependencies so make MODULE=foo works without make clean :-) 2011-06-13 15:22:37 +02:00
README Add new modules/ support infrastructure. Hope you like it. 2011-05-21 12:05:48 +02:00
adc.c added module to test adc 2011-06-13 01:03:52 +02:00
bsx.c added lcdInvert 2011-05-22 17:48:02 +02:00
default.c Add low-voltage warning blink 2011-06-13 23:39:21 +02:00
eeprom.c Add new modules/ support infrastructure. Hope you like it. 2011-05-21 12:05:48 +02:00
iggy.c lcdSetPixel implemented 2011-06-13 19:55:51 +02:00
mandelbrot.c zooming mandelbrot proof-of-concept 2011-06-14 02:20:15 +02:00
menutest.c Backdoor-ISP is now up+left+enter 2011-06-13 19:58:12 +02:00
mkwrapper Enable systick (10ms) by default and allow modules to be called from systick 2011-06-13 23:19:18 +02:00
s.c added S 2011-06-13 01:45:20 +02:00
schneider.c added a ecc and xtea module 2011-06-10 00:25:02 +02:00
sec.c Clean up my experiment module 2011-06-13 23:59:02 +02:00

README

Call make as 

make MODULE=eeprom

to build a specific module.

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