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

2025 Commits

Author SHA1 Message Date
Oleg Hahm
e17666c326 added the missing define for radio_packet_length_t on econotag 2014-01-23 15:47:53 +01:00
Ludwig Ortmann
7f69a6a122 Merge pull request #546 from LudwigOrtmann/test_hwtimer
improve test_hwtimer usefulness
2014-01-22 13:15:15 -08:00
Ludwig Ortmann
9d55fde052 increase inter-timer delay 2014-01-22 21:32:09 +01:00
Ludwig Ortmann
73a41734a0 Merge pull request #544 from LudwigOrtmann/folder2directory
substitute folder with directory
2014-01-22 11:17:32 -08:00
Ludwig Ortmann
a4a1c39d95 substitute folder with directory 2014-01-22 20:17:07 +01:00
Ludwig Ortmann
de3f8a1ae5 improve test_hwtimer usefulness
make the delays noticeable for humans
use HWTIMER_TICKS macro for platform independency
2014-01-22 20:14:18 +01:00
Oleg Hahm
8de53e2b78 Merge pull request #530 from thomaseichinger/msp430-intrinsics.h-fix
safeguard intrinsics.h include in lpm_cpu.c
2014-01-22 10:59:11 -08:00
Oleg Hahm
ed4651ef01 Merge pull request #532 from authmillenon/fix-module-dependencies
Fix module dependencies for 802.15.4 drivers
2014-01-22 10:53:46 -08:00
Oleg Hahm
944be85124 Merge pull request #542 from OlegHahm/status_documentation
Status documentation
2014-01-22 10:20:46 -08:00
Oleg Hahm
d5fd29a658 created doxygen link to STATUS_STOPPED 2014-01-22 19:20:13 +01:00
Oleg Hahm
2cc01bab3f added documentation for scheduler statuses 2014-01-22 19:20:07 +01:00
Christian Mehlis
77435e87dd Merge pull request #543 from OlegHahm/readme_update
updated README to reflect the current state
2014-01-22 09:44:52 -08:00
Oleg Hahm
1310e110c0 updated README to reflect the current state 2014-01-22 18:42:51 +01:00
Oleg Hahm
bd16047277 Merge pull request #541 from LudwigOrtmann/newline
add missing newlines
2014-01-22 09:33:04 -08:00
Ludwig Ortmann
855eea6a53 add missing newlines 2014-01-22 18:26:53 +01:00
Oleg Hahm
38af814c53 added release notes for RIOT-2014.01 2014-01-21 18:38:34 +01:00
Ludwig Ortmann
ca53203f1f Merge pull request #539 from LudwigOrtmann/native_signal_patches
Native signal patches
2014-01-21 08:40:30 -08:00
Ludwig Ortmann
2b4a323a18 unclutter native_isr_entry a bit
remove heap_address - hopefully superflous, does not work in valgrind
remove stale TODO
2014-01-21 17:39:43 +01:00
Ludwig Ortmann
7789bbca16 fix signal trampoline
save and use the program counter on stack
removes race condition in trampoline
also push/pop full memory words explicitly
2014-01-21 17:39:15 +01:00
Oleg Hahm
8ebc31594f Merge pull request #538 from OlegHahm/dist_Makefile_update
updated INCLUDES part for the dist Makefile
2014-01-21 06:34:37 -08:00
Oleg Hahm
e12aceb1d5 updated INCLUDES part for the dist Makefile 2014-01-21 15:28:00 +01:00
Oleg Hahm
0a3bb76386 Merge pull request #537 from thomaseichinger/telosb-fix-cpu-speed
fixes bug in telosb board.h introduced by PR #459
2014-01-21 06:24:42 -08:00
Oleg Hahm
d519696ec7 Merge pull request #524 from OlegHahm/board_cleanup
Board cleanup
2014-01-21 06:07:32 -08:00
Oleg Hahm
4eeb015f77 Merge pull request #528 from OlegHahm/fix_make_doc
Fixing 'make doc'
2014-01-21 06:02:33 -08:00
Thomas Eichinger
2ce6f8ddbb fixes bug in telosb board.h introduced by PR #459 2014-01-21 15:01:05 +01:00
Oleg Hahm
b105e4445b added docclean target and replaced make calls by variables 2014-01-21 14:52:55 +01:00
Oleg Hahm
0409d4b3a1 Merge pull request #521 from OlegHahm/fix_includes_for_msp430
Fix includes for msp430
2014-01-21 04:49:06 -08:00
Ludwig Ortmann
d81261d035 Merge pull request #533 from LudwigOrtmann/osx_fixes
osx fixes
2014-01-21 03:35:14 -08:00
Ludwig Ortmann
98a2d554b5 osx fixes 2014-01-21 12:30:53 +01:00
Martin Lenders
03f458ce69 Fix module dependencies for 802.15.4 drivers 2014-01-21 12:08:51 +01:00
Christian Mehlis
6227894a79 Merge pull request #531 from mehlis/master
ccnl: adapt doc to current code
2014-01-21 03:02:51 -08:00
Christian Mehlis
fa87339083 ccnl: adapt doc to current code 2014-01-21 11:40:58 +01:00
Oleg Hahm
638bb4ce51 Merge pull request #516 from mehlis/rpl-fixes
first set of rpl demo related fixes
2014-01-21 02:28:41 -08:00
Thomas Eichinger
eff2c9aea3 safeguard intrinsics.h include since it is only provided by msp430-gcc >= 4.6 2014-01-21 11:27:21 +01:00
Oleg Hahm
25f01ea4f0 Merge pull request #527 from mehlis/demo-destiny-init
rpl_udp: remove destiny init call
2014-01-21 02:24:30 -08:00
Oleg Hahm
e8f19cb884 added paragraph about stack sizes and fixed formatting 2014-01-21 11:01:11 +01:00
Oleg Hahm
9a331518c9 removed unnecessary includes in RIOTBASE/Makefile 2014-01-21 11:00:47 +01:00
Christian Mehlis
39d532cfdc rpl_udp: remove destiny init call
This handler is called by auto_init to initialize the destiny
module correctly.

Fix: 'examples/rpl_udp' is currently double initializing destiny.
See: https://github.com/RIOT-OS/RIOT/blob/master/sys/auto_init/auto_init.c#L114
2014-01-20 23:30:50 +01:00
Oleg Hahm
55d8cb5ced fixed support for pttu board 2014-01-20 19:39:00 +01:00
Oleg Hahm
717cab33ae moved pllfeed inline function to header
Also removed useless copyright header.
2014-01-20 19:38:01 +01:00
Oleg Hahm
1018d801ef removing unsupported board olimix_lpc2148 2014-01-20 19:23:18 +01:00
Oleg Hahm
caa947dcec Merge pull request #523 from mehlis/trickle
trickle: replace call to pow (base of 2)
2014-01-20 09:44:29 -08:00
Christian Mehlis
348971e4db trickle: replace call to pow (base of 2) 2014-01-20 16:43:01 +01:00
Thomas Eichinger
41fca84c09 Merge pull request #508 from thomaseichinger/openwsn-pkg
support openwsn as a pkg
2014-01-20 06:03:12 -08:00
Oleg Hahm
bdb0461555 Merge branch 'fix_includes_for_msp430' of github.com:OlegHahm/RIOT into fix_includes_for_msp430 2014-01-20 14:33:03 +01:00
Oleg Hahm
90f977e7e2 making socket.h MSP430 ready 2014-01-20 14:21:22 +01:00
Oleg Hahm
a57b853401 removed own implementation of errno headers 2014-01-20 14:05:47 +01:00
Oleg Hahm
caf1433389 changed condition in fd.c to check for MCU instead of checking for the board 2014-01-20 14:05:21 +01:00
Oleg Hahm
690c4564f2 include "cpu.h" for MSP430 platforms in fd.h 2014-01-20 13:48:37 +01:00
Thomas Eichinger
b290ea0059 fix for those fancy case sensitiv filesystems 2014-01-20 13:19:07 +01:00