1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
Commit Graph

1713 Commits

Author SHA1 Message Date
Kévin Roussel
c6e43adb62 Removed 'flashrom.c' from the 'msp430-common' directory
since flash management differs with the MSP430 family
2013-12-18 10:51:46 +01:00
Kévin Roussel
afce119138 Added definition of correct MCU model in MSP430-based board headers 2013-12-18 10:51:45 +01:00
Kévin Roussel
63d78a231c Made the headers of files in 'cpu/msp430x16x' and 'cpu/cc430' generic 2013-12-18 10:49:23 +01:00
Kévin Roussel
6428daf9c7 Removed all references to a specific MCU in "generic" files
Inclusion of generic <msp430.h> file is done in cpu.h
2013-12-18 10:49:23 +01:00
Martin Lenders
41da8481dd Merge pull request #421 from OlegHahm/revert_tcp_optional
Revert tcp optional
2013-12-17 05:45:30 -08:00
Thomas Eichinger
36b826e73a Merge pull request #338 from authmillenon/package_porting_doc
Add package porting infomation
2013-12-16 08:40:34 -08:00
Oleg Hahm
891eebd361 Merge pull request #427 from mehlis/hwtimer-debug
added some debug output
2013-12-16 08:31:03 -08:00
Thomas Eichinger
0db7b98c35 Merge pull request #431 from thomaseichinger/telosb_oflags
TelosB: added OFLAGS to Makefile.include
2013-12-16 08:22:54 -08:00
Oleg Hahm
078c097c48 Merge pull request #424 from OlegHahm/document_auto_init
Document auto init
2013-12-16 08:19:17 -08:00
Oleg Hahm
8d45202421 add documentation for auto_init (fixes #43) 2013-12-16 15:16:08 +01:00
Oleg Hahm
7d9dc6b7b5 Merge pull request #251 from haukepetersen/comments
Fixed doxygen comments, focused on file headers and group definitions
2013-12-16 06:14:36 -08:00
Thomas Eichinger
8106974e90 added OFLAGS to Makefile.include for telosb 2013-12-16 15:12:52 +01:00
Hauke Petersen
2df82017a8 Fixed doxygen inconsistensies in sys 2013-12-16 15:09:18 +01:00
Hauke Petersen
c629229e8d Added the boards folder to the doxygen tree
- added boards to riot.doxyfile
- fixed group definitions for all boards
2013-12-16 14:00:37 +01:00
Hauke Petersen
edcabf7cb6 Fixed a lot of comments by removing tabs and correcting format. 2013-12-16 14:00:33 +01:00
Hauke Petersen
3785fe956b Fixed doxygen comments, focused on file headers and group definitions 2013-12-16 14:00:24 +01:00
Christian Mehlis
2527d3d636 added some debug output 2013-12-16 11:13:43 +01:00
Oleg Hahm
0aa240a1c0 Merge pull request #422 from OlegHahm/nobyte
use CC1100_NOBYTE consistently (fixing #129)
2013-12-15 13:22:10 -08:00
Oleg Hahm
b37b21c22c use CC1100_NOBYTE consistently (fixing #129) 2013-12-15 14:09:35 +01:00
Ludwig Ortmann
c698ba65a5 Merge pull request #420 from LudwigOrtmann/native_hwtimer_fixup
Native hwtimer fixup
2013-12-15 03:35:14 -08:00
Ludwig Ortmann
0817675f5e fix native hwtimer unsetting
reverts bug introduced by 2bfb062
2013-12-14 00:12:47 +01:00
Ludwig Ortmann
d03d7b1773 clean up native hwtimer 2013-12-14 00:07:49 +01:00
Christian Mehlis
bbc82838c4 Merge pull request #418 from mehlis/vtimer-printf
vtimer: fix printf macro
2013-12-13 13:22:22 -08:00
Christian Mehlis
169c6fac95 fix printf macro 2013-12-13 21:42:08 +01:00
Oleg Hahm
eb26edb794 moved definition of tcp_timer_stack to the correct file 2013-12-13 18:44:48 +01:00
Oleg Hahm
38e87aaa1c Revert "make TCP in destiny optional"
This reverts commit 6955a2f791. Though the
general idea makes sense, the implementation should be done in a more
elaborated way.
2013-12-13 18:37:54 +01:00
Ludwig Ortmann
0f20a3c87f Merge pull request #416 from LudwigOrtmann/chronos_flashing
chronos: fix FFLAGS
2013-12-11 10:10:42 -08:00
Ludwig Ortmann
aec8024776 fix FFLAGS 2013-12-11 19:10:07 +01:00
Christian Mehlis
5271e4e344 Merge pull request #415 from LudwigOrtmann/chronos_bindir
Chronos bindir
2013-12-11 08:04:20 -08:00
Ludwig Ortmann
7bbffd7200 remove chronos bindir in clean target 2013-12-11 16:34:54 +01:00
Ludwig Ortmann
138c1c0e71 fix chronos bindir creation 2013-12-11 16:34:54 +01:00
Christian Mehlis
33557e1033 Merge pull request #410 from mehlis/native-ltc-unregister
fix: unregister hwtimer on the end of the measurement
2013-12-11 07:27:13 -08:00
Christian Mehlis
74b2d28e5e Merge pull request #411 from mehlis/fix-native-hwtimer-backend
fix: native hwtimer backend emulation
2013-12-11 07:23:38 -08:00
Christian Mehlis
2bfb06230a fix: native hwtimer backend emulation
searching for the next pending timer was broken
this commit rewrites this functionality
2013-12-11 16:22:14 +01:00
Oleg Hahm
a03730a8aa Merge pull request #414 from OlegHahm/revert_lowpan_notifier
Revert "pointer handling in lowpan notifier was wrong"
2013-12-11 07:02:53 -08:00
Oleg Hahm
9ee8bb2b18 Revert "pointer handling in lowpan notifier was wrong"
This reverts commit 5ccf653164.
2013-12-11 15:50:10 +01:00
Oleg Hahm
7f0d71a418 Merge pull request #363 from OlegHahm/msg_fix_notifier
fixed lowpan and ipv6 notifier
2013-12-11 06:27:40 -08:00
Oleg Hahm
4bdec3af78 Merge pull request #310 from OlegHahm/revert_bitarithm
reverted 18e97f6dd5
2013-12-11 06:26:49 -08:00
Christian Mehlis
fc80c22c3c reduce LTC_TIMER_INTERVAL by the factor of 10 to be more precise 2013-12-10 22:22:33 +01:00
Christian Mehlis
7bc09fdc0f make LTC_TIMER_INTERVAL a named define 2013-12-10 22:21:51 +01:00
Christian Mehlis
ed4ed963ce added missing timer remove on the end of the measurement 2013-12-10 22:20:16 +01:00
Christian Mehlis
b17ffabce5 reduce minimal timer from 100ms to 10ms 2013-12-10 22:08:49 +01:00
LudwigOrtmann
df5ac883e1 Merge pull request #405 from LudwigOrtmann/issue161
daemonization, io socket and file redirection
2013-12-10 08:05:09 -08:00
Ludwig Ortmann
916757cf4c implement err.h
valgrind reported invalid reads/writes with glibc err[x]|warn[x] (in
glibc printf) when stdio had been redirected in between.

define _progname (pointing to argv[0])
2013-12-10 17:00:01 +01:00
Ludwig Ortmann
864267f238 daemonization, io socket and file redirection 2013-12-10 17:00:01 +01:00
Oleg Hahm
07da7b2d45 reverted 18e97f6dd5 2013-12-09 22:44:53 +01:00
Christian Mehlis
f11071cdd8 Merge pull request #402 from mehlis/vtimer-msg-receive-timeout
added vtimer_msg_receive_timeout
2013-12-09 13:16:29 -08:00
Christian Mehlis
0cb152c423 added vtimer_msg_receive_timeout 2013-12-09 22:14:59 +01:00
Christian Mehlis
e090374004 Merge pull request #403 from OlegHahm/remove_profiler
remove profiler from lpc_common
2013-12-09 13:07:11 -08:00
Thomas Eichinger
064fb3d6ca Merge pull request #335 from thomaseichinger/makefile
fix redbee-econotag Makefile
2013-12-09 05:48:20 -08:00