tunix
ab1870534e
refact0red awake-app, standby-packets are now sent continously
2012-06-17 22:49:06 +02:00
tunix
50f14a3a5e
Merge remote-tracking branch 'github/master'
2012-06-15 03:55:38 +02:00
tunix
e810f0ca89
automatic reset after won game
2012-06-11 22:14:04 +02:00
tunix
1e98199e7b
r0ket can be made asleep while showing the "accomplished" screen
2012-06-11 22:13:00 +02:00
tunix
41101edfca
some whitespace fun
2012-06-08 03:41:29 +02:00
tunix
8950e79e28
added missing #includes
2012-06-08 03:11:26 +02:00
tunix
f03c8fc9ae
bla
2012-06-08 02:00:33 +02:00
Stefan `Sec` Zehl
d5f23f147b
Blink bridge LEDs on recv/send for debugging
2012-05-19 12:44:38 +02:00
Stefan `Sec` Zehl
2b5341713b
Add support to read UUID from bridge-r0ket
2012-04-15 22:58:04 +02:00
Stefan `Sec` Zehl
63f5536ccf
Add new/better snake.c from git://github.com/MascHman/r0ket.git
2012-01-28 18:53:02 +01:00
schneider
6747f09c99
fxed flame code
2011-12-25 14:12:30 +01:00
schneider
f800530aa9
moved ISP and MSC before fs init
2011-12-23 13:22:13 +01:00
Stefan `Sec` Zehl
0d34d10f3a
Merge branch 'master' of github.com:r0ket/r0ket
2011-12-23 11:02:37 +01:00
bsx
8002095eb4
Merge branch 'master' of github.com:r0ket/r0ket
2011-12-23 09:41:48 +01:00
Stefan `Sec` Zehl
4be69a1eab
Restrict default mesh messages to discourage spamming. Allow generation wrapping. Remove some more schnitzel code.
2011-12-23 02:44:17 +01:00
Stefan `Sec` Zehl
d69199e563
Fix all warnings (except table.c and ff.c). Turn off "unused function" warnings
2011-12-23 01:07:48 +01:00
Stefan `Sec` Zehl
23696109cc
Disable crypto in serial for now
2011-12-23 00:37:46 +01:00
schneider
f92234da78
made initanim internal
2011-12-22 20:47:21 +01:00
schneider
ee4c420b41
added initial animation before config
2011-12-22 20:15:59 +01:00
Stefan `Sec` Zehl
fb010d0250
Change room names. Remove schnitzeljagd protocode
2011-12-22 19:45:52 +01:00
bsx
fda93e381f
moved flame code into core
...
- flames now hav an API
- default flame code handles both types simultaneously
- l0dables may claim a flame to manipulate as they wish
2011-12-22 14:33:48 +01:00
schneider
6e93dd4002
moved config screen to l0dable, saving 592 bytes
2011-12-22 03:18:16 +01:00
Stefan `Sec` Zehl
a3cbf8cd3f
remove more old loadable stuff
2011-12-19 21:30:01 +01:00
Stefan `Sec` Zehl
84467303e7
Correctly default to APP=final now
2011-12-19 21:20:58 +01:00
Stefan `Sec` Zehl
8139b37a19
Revert "Default to APP=final instead of APP=username now"
...
This reverts commit 4b8c0ca715
.
2011-12-19 20:43:50 +01:00
Stefan `Sec` Zehl
4b8c0ca715
Default to APP=final instead of APP=username now
2011-12-19 18:36:26 +01:00
schneider
6e87b9579d
disabled lcdread from main menu, added lcdRead() to exports
2011-12-18 02:06:27 +01:00
schneider
43d67e5b36
fixed small error in last commit
2011-12-18 01:56:06 +01:00
schneider
46dd1c116b
saved 48 bytes in rgb flame
2011-12-18 01:55:02 +01:00
bsx
b576a255b9
added code to read color sequences from file
...
- if there is a FLAME.RGB file on the dataflash it will use this
file to read tuples of three bytes as color values
- if this file doesn't exist, use nickname hashing
2011-12-17 20:39:53 +01:00
bsx
0e0f2439be
create proper header for filesystem util functions
2011-12-17 20:07:31 +01:00
bsx
a038463097
added rgb-flame code
2011-12-17 18:37:23 +01:00
schneider
9e7b12d5a0
fixed up bridge
2011-12-17 01:59:54 +01:00
schneider
eea6fc740b
renamed bridge
2011-12-17 01:58:16 +01:00
schneider
84186e3ff1
renamed the bridge
2011-12-17 01:49:47 +01:00
schneider
50fd8a6613
bridge: default maclen 32bytes
2011-12-12 18:01:01 +01:00
schneider
b2dc462ce7
rf-io: fixed small error
2011-12-11 18:38:40 +01:00
schneider
6c824d91a1
small error with position leds
2011-12-11 18:32:34 +01:00
schneider
4c7669af24
encode packets sent to usb
2011-12-11 18:24:11 +01:00
schneider
02036634d4
added rf-io application
2011-12-11 16:13:46 +01:00
Stefan `Sec` Zehl
7193ee5972
Add old rudimentary rem0te code
2011-11-19 20:36:16 +01:00
Stefan `Sec` Zehl
bcd9978198
Add lcdRead test. Please tell me what your display returns (esp. color displays)
2011-08-22 01:22:35 +02:00
Stefan `Sec` Zehl
0b51bdbd42
Fix the black pixels at the top left in lcdLoadImage.
...
readFile was originally inteded as a string read function. Fix it to read binary, and add readTextFile for the other case.
2011-08-21 19:10:08 +02:00
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
Stefan `Sec` Zehl
df82442138
Some mesh beauty :-)
2011-08-13 00:56:39 +02:00
Benjamin Neff
0397197d60
reenable charge led and workaround for daytrig
2011-08-12 15:54:06 +02:00
Stefan `Sec` Zehl
0acd7a78e2
Improve filter support in serial tester app
2011-08-11 09:22:58 +02:00
Stefan `Sec` Zehl
63d3a3687a
Remove broken chargeled feature
2011-08-11 09:22:22 +02:00
Stefan `Sec` Zehl
75ec951d73
First attemt at serial connection
2011-08-07 01:44:25 +02:00
Stefan `Sec` Zehl
9f963642b3
rudimentary filter stuff
2011-08-06 17:32:22 +02:00