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
Stefan `Sec` Zehl
6bd703f006
fix new font setting for internal fonts
2011-08-01 05:11:04 +02:00
Stefan `Sec` Zehl
34869e2973
modernize menu.c
2011-08-01 05:10:37 +02:00
Stefan `Sec` Zehl
f41d900e0d
Adjust startup value
2011-08-01 05:06:20 +02:00
Stefan `Sec` Zehl
d5e93a1fca
Merge branch 'master' of github.com:r0ket/r0ket
...
Conflicts:
firmware/basic/config.c
2011-08-01 05:05:47 +02:00
bernd
a0b26e40a9
Added some more bridge files to bring new r0ket sources into simulat0r
2011-08-01 04:44:42 +02:00
bernd
91ed6e7ba2
Unhate Sec by following the new global config framework
2011-08-01 04:23:50 +02:00
schneider
13df9eec9d
select: wait for key release
2011-08-01 02:18:36 +02:00
schneider
2a632870fd
added 32 level contrast
2011-08-01 02:18:03 +02:00
Stefan `Sec` Zehl
f2c5d53cb9
Oops. We need to close the files, too.
2011-08-01 01:55:04 +02:00
Stefan `Sec` Zehl
29df9b9e1f
Add missing config.h
2011-08-01 01:34:11 +02:00
Stefan `Sec` Zehl
6299286348
Two utility functions to read/write small files
2011-08-01 01:12:58 +02:00
Stefan `Sec` Zehl
5d0887be71
Move config stuff into own include. Iggy said its better :-)
2011-08-01 01:12:21 +02:00
Stefan `Sec` Zehl
621bca40b3
improve application Makfile
2011-08-01 01:08:05 +02:00
Stefan `Sec` Zehl
1ccda41467
Sign error. Whoops.
2011-07-31 22:46:24 +02:00
Stefan `Sec` Zehl
aa821fca3f
Fix a few things.
2011-07-31 22:13:06 +02:00
schneider
c95eb0844f
Merge branch 'master' of github.com:r0ket/r0ket
2011-07-31 20:35:36 +02:00
schneider
b28920fec8
initial: no watchdog in isp mode
2011-07-31 20:34:56 +02:00
schneider
e4869f6ec0
initial: wait for flashed.cfg
2011-07-31 20:32:37 +02:00
Stefan `Sec` Zehl
e3d46f01bd
Fix a few global config regressions, and add sample config menu
2011-07-31 18:20:55 +02:00
Stefan `Sec` Zehl
cfe6e328e5
You will probably hate me, but commit new, global config framework
...
hopefully it will be stable now. Sorry for breaking your stuff
2011-07-31 18:15:44 +02:00
Stefan `Sec` Zehl
2c62859a60
more pretty-printing
2011-07-31 00:55:02 +02:00
Stefan `Sec` Zehl
a20a260117
Show badge uptime
2011-07-31 00:54:41 +02:00
Stefan `Sec` Zehl
8bc5424607
Fix time and generation handling a bit
2011-07-31 00:53:53 +02:00
Stefan `Sec` Zehl
06ac802ee5
More abstracted num to string functions
2011-07-31 00:53:14 +02:00
iggy
e911376fe6
Merge branch 'master' of github.com:r0ket/r0ket
...
Conflicts:
firmware/basic/Makefile
2011-07-30 19:31:12 +02:00
iggy
d8cbdc79fa
string input + demo
2011-07-30 19:28:37 +02:00
Stefan `Sec` Zehl
8625d1b3ef
Mesh++ Now we can display messages.
2011-07-30 19:06:12 +02:00
Stefan `Sec` Zehl
1a23641c8d
Refactor mesh stuff
2011-07-30 16:10:30 +02:00
Stefan `Sec` Zehl
1077b5fd1e
Fix filename to be the same in read && write
2011-07-30 15:30:35 +02:00
Stefan `Sec` Zehl
e8f06b2388
Some time related functionality
2011-07-30 15:25:14 +02:00
Stefan `Sec` Zehl
f79f8a93f5
Mesh in systick. Now retransmits the time correctly
2011-07-30 11:51:05 +02:00
Stefan `Sec` Zehl
4b95235843
More serial support
2011-07-30 11:43:08 +02:00
schneider
75c5ae71d9
streamlined bootstrap application
2011-07-30 11:17:35 +02:00
Stefan `Sec` Zehl
6c95119e38
do lcd_mirror command by default. (so schneider can test it)
2011-07-30 03:27:53 +02:00
Stefan `Sec` Zehl
da6cc353da
Better serial input/output
2011-07-30 03:27:29 +02:00
Stefan `Sec` Zehl
d621d9b117
make TYPE=serial a proper air debugging tool
2011-07-29 22:30:36 +02:00
Stefan `Sec` Zehl
62a8270609
Time transmit now works
2011-07-29 19:49:24 +02:00
Stefan `Sec` Zehl
9cf36467e4
First minimesh code.
2011-07-29 19:40:24 +02:00