crashtest-r0ket/firmware/applications
Stefan `Sec` Zehl af598b3f3e Fix random dataflash corruption in usb mass storage mode.
Problem was that usbmsc does spi from the irq, and the queue() also does spi. And of course spi is non-reentrant.
Fix this by disabling the queue here. For now.
2011-08-21 18:45:23 +02:00
..
final Fix random dataflash corruption in usb mass storage mode. 2011-08-21 18:45:23 +02:00
mesh Move config stuff into own include. Iggy said its better :-) 2011-08-01 01:12:21 +02:00
serial Improve filter support in serial tester app 2011-08-11 09:22:58 +02: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 set FINAL define on release-build 2011-08-05 10:26:24 +02: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
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 reenable charge led and workaround for daytrig 2011-08-12 15:54:06 +02: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 added encryption keys for l0dables 2011-08-05 17:39:00 +02: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
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
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
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