Commit graph

763 commits

Author SHA1 Message Date
schneider
ddbbc7f809 added first file signing support 2011-08-02 20:27:07 +02:00
iggy
4b74112148 Merge branch 'master' of github.com:r0ket/r0ket 2011-08-02 18:20:43 +02:00
iggy
2baf1e4c57 invaders, mostly finished now 2011-08-02 18:20:16 +02:00
Stefan `Sec` Zehl
c2b42a8d1f Move mandelbrot into loadables. 2011-08-02 14:16:06 +02:00
schneider
be9356308c Merge branch 'master' of github.com:r0ket/r0ket 2011-08-02 14:00:15 +02:00
Stefan `Sec` Zehl
665a0e0c32 Merge branch 'master' of github.com:r0ket/r0ket 2011-08-02 13:33:04 +02:00
Stefan `Sec` Zehl
3a4490db18 Some menu changes. Also: cleanup apps and make the rest build again 2011-08-02 13:31:57 +02:00
iggy
c875d98456 Merge branch 'master' of github.com:r0ket/r0ket 2011-08-02 13:10:15 +02:00
iggy
d5dd653fbe invaders stuff 2011-08-02 13:09:58 +02:00
Stefan `Sec` Zehl
7eaa5f4e4b more utility/debugging/info stuff 2011-08-02 10:55:01 +02:00
Stefan `Sec` Zehl
3c3d1032c5 Correct default for contrast setting.
Add alivecheck(systick blink) setting
2011-08-02 10:54:05 +02:00
Stefan `Sec` Zehl
999b3bd809 Properly turn off flame when it's day.
Also: skip everything if disabled.
And: debugging display
2011-08-02 10:51:34 +02:00
Stefan `Sec` Zehl
942440ec0c Whoops. Swapped day/night invert 2011-08-02 10:50:51 +02:00
Stefan `Sec` Zehl
d357e6000f Clean up util.c 2011-08-02 02:45:25 +02:00
Stefan `Sec` Zehl
0824a2cd25 Some stuff we probably want in the final firmware. 2011-08-02 02:10:15 +02:00
Stefan `Sec` Zehl
2d3d2af051 Config variables for flame 2011-08-02 02:09:37 +02:00
Stefan `Sec` Zehl
5dacadbb3e Mesh now supports non-timestamp but increasing messages. 2011-08-02 01:40:44 +02:00
Stefan `Sec` Zehl
a19b8ac64a Merge branch 'master' of github.com:r0ket/r0ket 2011-08-02 01:39:31 +02:00
iggy
2957ee4f21 Merge branch 'master' of github.com:r0ket/r0ket 2011-08-02 01:13:20 +02:00
iggy
bad31c466a spacinvaders stuff 2011-08-02 01:12:52 +02:00
Stefan `Sec` Zehl
623582bbb4 Saner code. 2011-08-02 00:03:37 +02:00
Stefan `Sec` Zehl
162fd9775c Whoops. Remove debugging info :) 2011-08-01 23:53:09 +02:00
Stefan `Sec` Zehl
60e31bbfaf Add ReInit to be used after msc mode 2011-08-01 23:51:41 +02:00
Stefan `Sec` Zehl
4ed86ed5bc Fix fileselect0r (no files, down-scroll) 2011-08-01 23:51:08 +02:00
Stefan `Sec` Zehl
42fd4f116c cleanup a bit 2011-08-01 23:50:58 +02:00
Stefan `Sec` Zehl
5a6be961a0 Fix the default background stuff properly. 2011-08-01 23:49:41 +02:00
kiu
21be4195eb added config options for menu 2011-08-01 23:34:13 +02:00
iggy
b225322bce Merge branch 'master' of github.com:r0ket/r0ket 2011-08-01 21:45:11 +02:00
iggy
cafdbed82f bunkers in spaceinvaders 2011-08-01 21:44:48 +02:00
Stefan `Sec` Zehl
99f3095b46 Fix invader font 2011-08-01 20:03:12 +02:00
schneider
d1cbe5de60 xxtea: moved lib to host util 2011-08-01 19:32:32 +02:00
iggy
4ccd0bf18d Merge branch 'master' of github.com:r0ket/r0ket 2011-08-01 18:30:18 +02:00
iggy
f82cb8382a spaceinvaders improved 2011-08-01 18:29:50 +02:00
bernd
f48538b47c Some Makefile fixes 2011-08-01 17:33:48 +02:00
bernd
597b3ec8d4 Merge git://github.com/r0ket/r0ket 2011-08-01 16:52:06 +02:00
bernd
8c4ceb16aa Whoops... removed accidental Y-mirror in simulat0r 2011-08-01 16:51:14 +02:00
Stefan `Sec` Zehl
5b7a675e1f Whoops. Make systick called again in APP=tester 2011-08-01 16:09:04 +02:00
Stefan `Sec` Zehl
bd047cbe5a Add simple lcdRefresh() speedtest 2011-08-01 14:32:22 +02:00
bernd
49c49e328f Disable too flashy backlight cycling in life 2011-08-01 06:15:44 +02:00
bernd
cf92a1c00b use the new config include in simulat0r 2011-08-01 06:13:29 +02:00
bernd
174e7ee9e5 The calls to nrf_off on lowpower-off require a -lfunk at the end 2011-08-01 06:10:22 +02:00
bernd
aa95549b2f Yet another bridge file 2011-08-01 05:59:45 +02:00
bernd
2e1587103c Merge git://github.com/r0ket/r0ket 2011-08-01 05:55:02 +02:00
bernd
86381283d1 Added some more bridge files to bring new r0ket sources into simulat0r 2011-08-01 05:54:40 +02:00
bernd
f43feaeda3 Added test script to build all applications as firmware and simulat0r 2011-08-01 05:51:42 +02:00
Rainer Mueller
377d614c38 Fix build on Mac OS X
The header stdio.h on Mac OS X includes some defines to do buffer
overflow checks if using _FORTIFY_SOURCE > 2, which is the default.
Defining _FORTIFY_SOURCE=0 disables this behavior.

The Mac OS X linker ld64 has problem with common symbols in static
archives. The workaround here is to run 'ranlib -c' on the static
archive.
2011-08-01 05:45:16 +02:00
Stefan `Sec` Zehl
d4c48f66c2 Disable nrf on lowpower-off 2011-08-01 05:31:47 +02:00
Stefan `Sec` Zehl
26515e2717 I forgot this new .h file a few commits ago. 2011-08-01 05:23:14 +02:00
Stefan `Sec` Zehl
cccb869423 Fix a few warnings 2011-08-01 05:22:24 +02:00
Stefan `Sec` Zehl
61c1293611 Add Timestamp support for filesystem. This took me 3h to debug :-/ 2011-08-01 05:11:56 +02:00