Commit Graph

12 Commits

Author SHA1 Message Date
Stefan `Sec` Zehl 4cd3460138 Add keyin.c, generic joystick input function 2011-06-13 23:53:02 +02:00
Stefan `Sec` Zehl 2dfe80221a Add VoltageCheck to shutdown on low power 2011-06-13 23:17:09 +02:00
Stefan `Sec` Zehl 572bf9439b Move some functions into basic/ and add prototypes for them 2011-06-13 21:06:09 +02:00
Stefan `Sec` Zehl c272beda05 Replace lpcrc with lpcfix.
lpcfix -c does what lpcrc did (fix the crc)
lpxfix -p <num> sets the protection (CRP) levels

new target "make protect" to enable CRP level 2.
2011-06-09 13:20:03 +02:00
bsx 4618351462 fixed main Makefile
libfont was renamed to liblcd
2011-05-22 17:46:25 +02:00
Stefan `Sec` Zehl 617a6f5720 Add new modules/ support infrastructure. Hope you like it.
add modules/$(USERNAME).c for your coding

use "make MODULE=foo" to build a specific module
2011-05-21 12:05:48 +02:00
Stefan `Sec` Zehl 9ea5e9235f main.c for LED blinking/receiving and test of ReinvokeISP 2011-05-21 03:05:57 +02:00
Stefan `Sec` Zehl d487ecfeeb sanitzie Makefiles a bit by creating a Makefile.inc 2011-05-21 02:16:03 +02:00
kiu 86b2d28ff3 added basic/basic containing badge defaults 2011-05-21 00:01:53 +02:00
bsx 2a58e88fd2 added eeprom read/write code
Only single bytes can be read or written, page read/write will follow.
Added testcode in main.c to write a value to the EEPROM and read+verify
it.
2011-05-19 14:05:28 +02:00
Stefan `Sec` Zehl c4617f0988 improve build infrastructure a bit 2011-05-13 15:20:08 +02:00
Stefan `Sec` Zehl 0c23bf065d Stripped down version of microbuilder.eu lpc1343codebase
I hope I didn't break anything too hard.
2011-05-11 23:17:30 +02:00