Stefan `Sec` Zehl
|
742c422439
|
Also enable diagonal scrolling.
|
2011-07-21 20:02:44 +02:00 |
Stefan `Sec` Zehl
|
f81e2b8283
|
fix missing include. Also make lcdScroll nicer to read.
|
2011-07-21 20:01:49 +02:00 |
Sebastian 'iggy' Steuer
|
a5b227b60e
|
Merge branch 'master' of github.com:r0ket/r0ket
|
2011-07-21 17:22:23 +02:00 |
Sebastian 'iggy' Steuer
|
62bc287d0f
|
mandelbrot displaybuffer scrolling, zoom out
|
2011-07-21 17:04:22 +02:00 |
bernd
|
71d7bb28b1
|
Use cbitset for game of life to reduce data size - making it run on r0ket
|
2011-07-20 08:08:09 +02:00 |
bernd
|
eabf38452f
|
Use cbitset for game of life to reduce data size - making it run on r0ket
|
2011-07-20 08:03:02 +02:00 |
bernd
|
0ecb6ddffb
|
Added include bridge file
|
2011-07-20 08:01:01 +02:00 |
bernd
|
032e3a4fbb
|
Find all the firmware in libraries greatly simplifies CMakeLists.txt
|
2011-07-20 07:59:35 +02:00 |
bernd
|
5629836c37
|
Use patching include bridge for simulat0r/firmware Makefile
|
2011-07-20 07:57:06 +02:00 |
bernd
|
2ced260379
|
Simulat0r doesn´t have siprintf, use sprintf instead where needed by firmware code
|
2011-07-20 07:45:54 +02:00 |
bernd
|
72eb4e0c06
|
Removed crc function stub as now we get it from app library
|
2011-07-20 07:42:08 +02:00 |
bernd
|
fca18b5029
|
Added workaround ARM asm
|
2011-07-20 07:41:14 +02:00 |
bernd
|
ffcd95d412
|
Added new include bridge files
|
2011-07-20 07:07:50 +02:00 |
bernd
|
575f1a7d42
|
Use generated include-bridges for Makefiles
|
2011-07-20 07:05:58 +02:00 |
bernd
|
199dfaffbc
|
Cleaned up function declarations
|
2011-07-20 06:28:41 +02:00 |
bernd
|
ed74ed76c4
|
Stay close to r0ket firmware and just #define away some lowlevel functions
|
2011-07-20 06:25:11 +02:00 |
bernd
|
ff6a7882a1
|
Merge git://github.com/r0ket/r0ket
|
2011-07-20 06:02:18 +02:00 |
bernd
|
38ee62537b
|
Correct LED colors and positions
|
2011-07-20 06:00:02 +02:00 |
kiu
|
f5c5ccea3d
|
removed unused init
|
2011-07-20 00:03:15 +02:00 |
kiu
|
ed7119b45d
|
initial flame test
|
2011-07-20 00:00:37 +02:00 |
bernd
|
f917464315
|
Code cleanup: removed remaining spaceinvader definitions
|
2011-07-19 12:35:08 +02:00 |
bernd
|
54dfa15718
|
Merge branch 'master' of http://www.itfuzzi.de/git/r0ket
|
2011-07-19 12:29:22 +02:00 |
bernd
|
cef9ad9540
|
Added life application
|
2011-07-19 12:28:21 +02:00 |
bernd
|
95c92d764c
|
Merge git://github.com/r0ket/r0ket
|
2011-07-19 10:47:52 +02:00 |
bernd
|
c30b6ce047
|
Added alternate enter key
|
2011-07-19 10:20:30 +02:00 |
Stefan `Sec` Zehl
|
18dc47fa2b
|
Fix dependecies and building for APP=loadable
|
2011-07-19 10:14:54 +02:00 |
bernd
|
46900e3ecd
|
Added mkwrapper for simulat0r
|
2011-07-19 10:11:07 +02:00 |
bernd
|
20d9fee431
|
Added simulat0r
|
2011-07-19 10:09:03 +02:00 |
Stefan `Sec` Zehl
|
6a8da54274
|
Add APP=loadable, simple loadable module wrapper to run them as app.
Build with "make APP=loadable LAPP=spaceinvaders"
|
2011-07-19 10:01:00 +02:00 |
Stefan `Sec` Zehl
|
c5e8b92c4a
|
Rename key to openbeaconkey to reduce global namespace pollution
|
2011-07-19 09:59:16 +02:00 |
bernd
|
3edfff8d59
|
Wrapped ARM specific code with #ifdef ARM because of simulat0r
|
2011-07-19 08:30:57 +02:00 |
Sebastian 'iggy' Steuer
|
4bef39e4f3
|
Merge branch 'master' of github.com:r0ket/r0ket
|
2011-07-19 02:49:43 +02:00 |
Sebastian 'iggy' Steuer
|
eb5dd5cc9c
|
Merge branch 'master' of github.com:r0ket/r0ket
|
2011-07-19 02:43:56 +02:00 |
Sebastian 'iggy' Steuer
|
c65fe4c523
|
lcdBuffer scrolling
|
2011-07-19 02:43:15 +02:00 |
schneider
|
b49a49f31c
|
filesystem: add option to decode loadables
|
2011-07-19 01:21:05 +02:00 |
schneider
|
43eddd123b
|
filesystem: check signature of loadables with cbc-mc
|
2011-07-19 01:12:53 +02:00 |
schneider
|
27412ef03d
|
basic: added cbc-mac with xxtea for messages with n*4 words
|
2011-07-19 00:51:07 +02:00 |
schneider
|
643e8365aa
|
openbeacon: increment seq counter on boot
|
2011-07-19 00:19:50 +02:00 |
Stefan `Sec` Zehl
|
f4dee3550c
|
Remove argument from lcdDisplay() and ISPandReset()
|
2011-07-18 22:09:31 +02:00 |
Stefan `Sec` Zehl
|
c39052259d
|
Use 24c3 encryption key
|
2011-07-18 21:42:59 +02:00 |
Stefan `Sec` Zehl
|
7b88a9f7a9
|
implement ntoh with one assembler byte
|
2011-07-18 21:42:17 +02:00 |
schneider
|
6b59593b2a
|
voltage: enable voltage reading again
|
2011-07-18 21:37:15 +02:00 |
Stefan `Sec` Zehl
|
49c55eae0e
|
Fix warnings
|
2011-07-18 20:27:18 +02:00 |
Stefan `Sec` Zehl
|
3281d591dc
|
APP=font actually needs all the fonts it can get
|
2011-07-18 20:00:31 +02:00 |
Stefan `Sec` Zehl
|
dae367b568
|
Add dependency handling for lcd/ subdir
|
2011-07-18 18:53:17 +02:00 |
Stefan `Sec` Zehl
|
ff5bbad940
|
Add smallfonts back to lcd.h. Many APPs need it. This should probably change
|
2011-07-18 18:32:30 +02:00 |
Stefan `Sec` Zehl
|
2788612f89
|
Fix includes on main.c
|
2011-07-18 18:25:14 +02:00 |
Stefan `Sec` Zehl
|
f90c995053
|
Fix "use of unitialized variable" in xxtea.c and byteorder.c
|
2011-07-18 18:24:34 +02:00 |
Stefan `Sec` Zehl
|
628b88ce73
|
Merge branch 'master' of github.com:r0ket/r0ket
|
2011-07-18 18:20:02 +02:00 |
Stefan `Sec` Zehl
|
fcf3ec22c5
|
Fix includes to remove unneccessary dependencies on <allfonts.h>
|
2011-07-18 18:19:22 +02:00 |