Commit Graph

934 Commits

Author SHA1 Message Date
Stefan `Sec` Zehl 4f6809b89c fix BRIDGE-PROTOCOL file (rxlen instead of maclen) 2012-05-30 20:56:21 +02:00
Stefan `Sec` Zehl d5f23f147b Blink bridge LEDs on recv/send for debugging 2012-05-19 12:44:38 +02:00
schneider 596b41bbf6 updated fahrplan for sigint 2012-05-19 11:30:13 +02:00
schneider 206e008c15 added a bit more comfort for the workshop l0dable 2012-05-01 13:24:31 +08:00
schneider 96bd0abbbd fiexed a error in the workshop file 2012-05-01 11:23:22 +08:00
schneider 132b11a47a Merge branch 'master' of github.com:r0ket/r0ket 2012-05-01 10:48:17 +08:00
schneider d893701a46 added file for the second workshop 2012-05-01 10:47:13 +08:00
Stefan `Sec` Zehl 66717f7c35 make readTextFile() better. (ignore newlines at the end and fail better on non-existing file) 2012-04-18 01:23:01 +02:00
Stefan `Sec` Zehl 7ac2394a61 Fix initUUID() prototype and add it to the .h 2012-04-18 01:14:24 +02:00
Stefan `Sec` Zehl 524dbf1b91 Fix a typo in a comment 2012-04-18 00:47:37 +02:00
Stefan `Sec` Zehl f1b4da67c0 Do not store signed value in unsigned variable. Took me an hour to find :-/ 2012-04-18 00:46:26 +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 7b0c755c87 Newer easterhegg fahrplan. Ray broke the old one :) 2012-04-08 19:21:05 +02:00
Stefan `Sec` Zehl 5a71fbd1ee New fahrplan from ray 2012-04-07 19:15:17 +02:00
Stefan `Sec` Zehl e4a9868bcc New fahrplan for easterhegg 2012 2012-04-06 14:57:42 +02:00
Stefan `Sec` Zehl b504bc9ed7 Do UUID init globally. Increase firmware version 2012-04-03 14:24:22 +02:00
Stefan `Sec` Zehl 61cefa411c internal functions should be static 2012-04-02 14:23:38 +02:00
schneider b58166a771 Merge branch 'master' of github.com:r0ket/r0ket
Conflicts:
	firmware/basic/uuid.c
2012-04-02 14:13:48 +02:00
Stefan `Sec` Zehl 2adeac37ea cache UUID values. IAP calls in systick seem to be a source of #fail 2012-04-02 13:51:00 +02:00
schneider 11903db97c Merge branch 'master' of github.com:r0ket/r0ket 2012-04-02 13:47:15 +02:00
schneider f7fd71aaf2 nrf24l01p: added CW test mode 2012-04-02 13:44:44 +02:00
schneider 10f4015583 uuid: cache uuid to improve stability and performance 2012-04-02 13:41:48 +02:00
Stefan `Sec` Zehl 3f5f8dd21a Schneider noticed a logic error, but it's unused code.
Fix it anyway, so noone gets confused.
2012-04-02 09:09:04 +02:00
Stefan `Sec` Zehl 3f1567823d Revert "Refactor to make the LCD initialization be data driven code"
This reverts commit ab0c2ab4e7.

I didn't want to merge this one. Turns out my fears were correct and it did
break the b/w display code.

Conflicts:

	firmware/lcd/display.c
2012-02-06 21:01:37 +01:00
Stefan `Sec` Zehl a3091ff683 Revert "Remove unnecessary commands from N1600 initialization; refactor display memory write setup to use macros"
This reverts commit e66910638d.
2012-02-06 21:00:37 +01:00
Stefan `Sec` Zehl 5d5ba8c4a7 Merge commit '2fdab582be7a2327fbf34184b3c0c8da7efae1d7' 2012-02-03 12:02:08 +01:00
Stefan `Sec` Zehl 2b39b138ac Merge commit 'd60565e021588a909b9836678d8e54c4a0609b4b' 2012-02-03 11:50:22 +01:00
Stefan `Sec` Zehl 5a880d840a Fix whitespace errors introduced by voltage merge 2012-02-03 11:38:14 +01:00
IKARUS 60390f1f28 voltage.c: Draw battery and state info only if they change. Draw voltage every frame.
Signed-off-by: Stefan `Sec` Zehl <sec@42.org>
2012-02-03 11:36:08 +01:00
IKARUS 56519946c0 Really small performace improvement to voltage.c
Signed-off-by: Stefan `Sec` Zehl <sec@42.org>
2012-02-03 11:36:08 +01:00
IKARUS 756b7385c1 Added graph. battery for voltage l0dable.
Signed-off-by: Stefan `Sec` Zehl <sec@42.org>
2012-02-03 11:36:08 +01:00
Henryk Plötz 2fdab582be Refactor (to clarify) foreground/background/frame color handling for N1600 display 2012-02-01 06:27:15 +01:00
Henryk Plötz e66910638d Remove unnecessary commands from N1600 initialization; refactor display memory write setup to use macros 2012-02-01 06:15:07 +01:00
Henryk Plötz ab0c2ab4e7 Refactor to make the LCD initialization be data driven code 2012-02-01 05:53:33 +01:00
Henryk Plötz e1de1b4167 Add comments based on my understanding of the PCF8814 controller datasheet 2012-02-01 05:08:24 +01:00
Henryk Plötz b4bf07decd Add comments based on my understanding of the PCF8833 controller datasheet 2012-02-01 04:55:27 +01:00
Henryk Plötz d60565e021 Generate linker map-file, to better judge space consumption 2012-02-01 04:55:22 +01:00
Stefan `Sec` Zehl 54d4c31250 Merge branch 'master' into meshdebug 2012-01-31 19:02:08 +01:00
Stefan `Sec` Zehl b9e054c08c Better start l0dable with no keys pressed. Most don't like it. 2012-01-31 17:49:20 +01:00
Stefan `Sec` Zehl 1083f8aa4f Save 70 more bytes!
(realized this due to the memcpy-inserting cross-gcc :-)
2012-01-28 20:05:19 +01:00
Stefan `Sec` Zehl 2c84b74397 Fix some warnings. 2012-01-28 19:42:44 +01: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
Ralf Jung 44f09ef804 Update gitignore
(cherry picked from commit 06cd54f63cd86a2788ecba914464da2ca46ac155)

Signed-off-by: Stefan `Sec` Zehl <sec@42.org>
2012-01-28 18:34:43 +01:00
Ralf Jung 76b87e26ff keep scrolling when the button keeps being pressed
(cherry picked from commit dcb720ac223304e6c0b238403dda3ca851c15ef0)

Signed-off-by: Stefan `Sec` Zehl <sec@42.org>
2012-01-28 18:27:55 +01:00
Stefan `Sec` Zehl 1fda56be1e Fix display for leading zeros on report by derf. 2012-01-28 18:20:51 +01:00
Stefan `Sec` Zehl 62825bc3e5 Add some notes for people using a standard cross-gcc 2012-01-28 18:10:16 +01:00
Stefan `Sec` Zehl b5c12b8666 Make release-all able to take $MAKE for non-gnumake systems
inspired by 764d4ca from matthiasr
2012-01-28 18:04:44 +01:00
Hagen Fritsch d75bc7c953 Merge runmpletux': file select cursor wrap around
Conflicts:

	firmware/filesystem/select.c
2012-01-28 17:55:53 +01:00
Stefan `Sec` Zehl 163429f035 Make memcpy smaller. We don't need the speed :) 2012-01-27 22:42:56 +01:00
Stefan `Sec` Zehl e8eb8402d0 Sanitize linking for main firmware, too. 2012-01-27 22:33:44 +01:00