David Kopf
|
d2aece89ef
|
Add settings manager with program flash defaults, random routine, periodic prints with ENERGEST, node-id.
|
2011-08-28 16:22:39 -04:00 |
|
David Kopf
|
4c4d9aa57c
|
Add serial logging tool.
|
2011-08-28 16:12:41 -04:00 |
|
David Kopf
|
5f2b2074f0
|
Implement WITH_RPL option in makefile
|
2011-08-28 16:11:48 -04:00 |
|
David Kopf
|
bdec65b889
|
Fix typos and file endings
|
2011-08-28 16:04:36 -04:00 |
|
David Kopf
|
4fee1513ff
|
makefsdata must be run with HTTPD_STRING_ADDR
|
2011-08-25 14:43:55 -04:00 |
|
David Kopf
|
9fec648b3e
|
Allow selection of slip port
|
2011-08-25 14:43:18 -04:00 |
|
David Kopf
|
6852c0cb03
|
Trap CR in framed debug string
|
2011-08-25 14:39:56 -04:00 |
|
David Kopf
|
dff77aea61
|
Correct typo
|
2011-08-25 14:37:12 -04:00 |
|
David Kopf
|
94fc40f736
|
Move LEDONPORTE1 define to contiki-conf.h, fixing typo.
|
2011-08-24 11:35:58 -04:00 |
|
David Kopf
|
7eff518d8f
|
Add timestamp option, print strings after CR
|
2011-08-24 11:05:58 -04:00 |
|
David Kopf
|
c42085c00b
|
Add warning about slip overrun
|
2011-08-24 10:59:15 -04:00 |
|
David Kopf
|
3c18372939
|
Add periodic prints and stack monitor
|
2011-08-24 10:55:58 -04:00 |
|
David Kopf
|
c23abeb3ed
|
More reliable webserver-nano build
|
2011-08-24 10:52:30 -04:00 |
|
David Kopf
|
09db159876
|
128rfa1 cca fix, NETSTACK_RADIO.off now returns 0/1 if radio off/on
|
2011-08-18 14:36:04 -04:00 |
|
David Kopf
|
11efc33d2c
|
Make comparison endian-safe, thanks Ivan.
|
2011-08-18 14:01:20 -04:00 |
|
David Kopf
|
53737d9a38
|
Use correct prescale factor
|
2011-08-18 13:58:20 -04:00 |
|
David Kopf
|
2feed121d2
|
Account for 16 bit rtimer wraparound, else ENERGEST way underreports AVR times.
|
2011-08-17 16:51:22 -04:00 |
|
David Kopf
|
3ea102050b
|
Apply patch of Ivan Delamer for atmega1281 @ 4 MHz
|
2011-08-17 13:16:46 -04:00 |
|
David Kopf
|
36fa735323
|
Calculate best prescaler based on F_CPU and CLOCK_CONF_SECONDS. Inspired by patch from Ivan Delamer.
|
2011-08-17 13:15:26 -04:00 |
|
David Kopf
|
d4eeeeb8c9
|
Remove inclusion of preprocessor directive in macro expansion. Some gcc's do not like that.
|
2011-08-17 13:13:55 -04:00 |
|
David Kopf
|
b7cd4fbd90
|
Add CONTIKI_PROJECT to the makefile, enabling make upload.
|
2011-08-16 14:37:28 -04:00 |
|
David Kopf
|
93097dcc0a
|
Minor tweaks based on maniacbug commits.
|
2011-08-16 14:25:16 -04:00 |
|
maniacbug
|
1c53807727
|
Make PERIOD and SERVER_REPLY configurable
|
2011-08-16 14:17:01 -04:00 |
|
maniacbug
|
912ea85199
|
Make PERIOD configurable in Makefile
|
2011-08-16 14:16:19 -04:00 |
|
maniacbug
|
3caf77a60b
|
Added 'webserver6' to CONTIKI_PROJECT. This enables make upload.
|
2011-08-16 14:14:24 -04:00 |
|
maniacbug
|
0990896f54
|
Added an .eu target to upload only the eeprom for AVR cpu.
|
2011-08-16 14:10:48 -04:00 |
|
maniacbug
|
8f0bb86c02
|
No strict aliasing for AVR
AVR build generates numerous aliasing errors. This -f switch silences them.
|
2011-08-16 14:07:06 -04:00 |
|
David Kopf
|
db5cee9f1b
|
[Forget to add to previous commit]
Free internal webserver from dependency on /apps/webserver.
|
2011-08-16 10:43:47 -04:00 |
|
David Kopf
|
e4257647cd
|
Free internal webserver from dependency on /apps/webserver.
Allow choice of webservers with makefile switch.
|
2011-08-15 18:30:31 -04:00 |
|
David Kopf
|
577215deca
|
Use 128rfa1 interrupts instead of timing.
Generalize DEBUGFLOW macro for use in multiple routines.
|
2011-08-15 15:06:38 -04:00 |
|
David Kopf
|
b55dddcd38
|
Free rtimer for contikimac, add print-stats option
|
2011-08-15 14:55:18 -04:00 |
|
David Kopf
|
83e3b99d54
|
Let RPL examples enable platform RPL
|
2011-08-15 14:45:44 -04:00 |
|
David Kopf
|
50d1086553
|
Add changes needed for contikimac
|
2011-08-13 11:38:38 -04:00 |
|
David Kopf
|
ea1345d3fe
|
Update to proper webserver define
|
2011-08-13 11:36:43 -04:00 |
|
David Kopf
|
03ab525652
|
Option for nested rtimer interrupts
|
2011-08-13 11:35:03 -04:00 |
|
David Kopf
|
f36c97a9a4
|
Get random seed from noisy ADC conversion at startup.
|
2011-08-13 11:31:20 -04:00 |
|
Adam Dunkels
|
40bf585af8
|
The Z1 platform has LEDs
|
2011-08-08 22:46:30 +02:00 |
|
Adam Dunkels
|
3b7666956f
|
Bugfix: removed extreanous asterix character
|
2011-08-08 22:26:44 +02:00 |
|
David Kopf
|
cdcb2c4744
|
CCA measurement was always returning busy
|
2011-08-06 13:48:52 -04:00 |
|
David Kopf
|
b70d2b3163
|
Remove duplicate code block
|
2011-08-05 17:34:38 -04:00 |
|
David Kopf
|
c9b19ce655
|
Change timer setups for arbitrary CLOCK_CONF_SECOND
Change raven to 128 ticks and enable 32KHz crystal as default.
|
2011-08-05 15:14:35 -04:00 |
|
David Kopf
|
bfbc3234ea
|
Add gitclean and distclean options to /tools/Makefile
|
2011-08-05 12:14:18 -04:00 |
|
David Kopf
|
96c3c1093a
|
Assign aaaa:: prefix if HARD_CODED_ADDRESS not defined
|
2011-08-03 12:30:20 -04:00 |
|
David Kopf
|
6ae3e2bcb2
|
Restore micaz/dev/clock.c, mysteriously renamed to iris/dev/sensors/battery-sensor.c
|
2011-08-03 11:44:22 -04:00 |
|
David Kopf
|
e2ad2acde4
|
Add stk500 platform and changes suggested by Daniel Willmann
|
2011-08-03 11:18:55 -04:00 |
|
David Kopf
|
e953b66f78
|
avr-libc %.*s workaround
|
2011-08-03 11:10:26 -04:00 |
|
David Kopf
|
44f4ee9315
|
Use PROCESS_NAME_STRING macro to handle NO_PROCESS_NAMES
|
2011-08-03 11:08:40 -04:00 |
|
David Kopf
|
6ec85fe079
|
Add Iris port of Shinta Hatatani
|
2011-08-03 10:17:59 -04:00 |
|
Mariano Alvira
|
2b9f4e8fed
|
Merge branch 'master' of git://git.devl.org/git/malvira/libmc1322x
|
2011-08-01 19:50:46 -04:00 |
|
Mariano Alvira
|
3034ac429d
|
add adc.h to mc1322x.h
|
2011-08-01 19:49:13 -04:00 |
|