Commit Graph

18 Commits

Author SHA1 Message Date
schneider 883e642618 new tree structure 2011-06-19 21:01:00 +02:00
bsx 1cad26360f removed obsolte EEPROM code (we use dataflash now) 2011-06-15 10:56:34 +02:00
Stefan `Sec` Zehl 94003362a4 set USB_CONNECT high on bootup to not confuse usb host.
Also remove adcInit and pmuInit from main.c because systemInit already calls them.
2011-06-13 23:09:37 +02:00
schneider 8903c52d22 modified code for new pcb 2011-06-12 22:54:41 +02:00
Stefan `Sec` Zehl 1d4790886a Improve dependencies in lcd/ - add generated lcd/allfonts.h to avoid
including all the fonts one by one
2011-05-21 19:12:51 +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 589b4aaf6a move reinvoke_isp to separate file, and fix it.
Note: Proto#1 badges need an small hardware patch %-)
2011-05-21 01:29:18 +02:00
kiu 76e3cf789f prefixed lcd functions
lcd uses basic now
2011-05-21 01:12:09 +02:00
kiu dd5b101589 use basic/basic
indent
removed unused stuff
2011-05-21 00:53:09 +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
schneider 96d6cbd616 added adc readout for the battery voltage and shutdown 2011-05-19 00:20:10 +02:00
Stefan `Sec` Zehl ff46c3cedb Whoops. Fix include, too 2011-05-16 01:21:12 +02:00
Stefan `Sec` Zehl ed83a35379 Font cleanup. Remove fonts with unclear licences, add replacement font 2011-05-16 01:13:31 +02:00
Stefan `Sec` Zehl 7e80ec2bb1 Update font list 2011-05-14 22:24:45 +02:00
Stefan `Sec` Zehl 3c58231899 Test bigger font now 2011-05-13 15:20:34 +02:00
Stefan `Sec` Zehl 0f525a87f9 new test main, cycles through all large fonts on button3 2011-05-12 02:24:35 +02:00
Stefan `Sec` Zehl 23b0aa8317 Ugly sample main.c to test the font renderer. 2011-05-11 23:24:05 +02:00