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

1723 Commits

Author SHA1 Message Date
Ludwig Ortmann
7caf7881a2 fix msb-430 Makefiles and includes 2013-11-14 15:08:32 +01:00
Oleg Hahm
2532dda859 Merge pull request #241 from mehlis/shell
shell: don't use malloc on each line
2013-11-14 05:44:43 -08:00
d584d29953 Merge pull request #324 from LudwigOrtmann/hwtimer_race
fix race condition in hwtimer_spin
2013-11-14 05:43:35 -08:00
Ludwig Ortmann
05431e9e86 improve comments, rename variable 2013-11-14 12:06:53 +01:00
Ludwig Ortmann
2d419e6648 save one long 2013-11-14 12:06:52 +01:00
Ludwig Ortmann
e8a03a8287 improve fix and comment 2013-11-14 12:06:52 +01:00
Ludwig Ortmann
1ef31b3813 fix race condition in hwtimer_spin 2013-11-14 12:06:52 +01:00
LudwigOrtmann
59fcd53ae4 Merge pull request #322 from LudwigOrtmann/issue_320
implement buildtest target
2013-11-14 02:58:03 -08:00
Ludwig Ortmann
7351a74f5f include HOME in env 2013-11-14 11:44:15 +01:00
Ludwig Ortmann
5618795027 allow for differing RIOT* paths 2013-11-14 11:44:15 +01:00
Ludwig Ortmann
50a2dbeaa1 implement buildtest target
the target runs make for every board in boards
2013-11-14 11:44:15 +01:00
Oleg Hahm
cc45909ffc Merge pull request #236 from OlegHahm/telosb
Telosb
2013-11-14 01:55:47 -08:00
Oleg Hahm
99ca6190b5 Merge pull request #254 from OlegHahm/network_debug
added some debug output for the network stack
2013-11-14 01:46:48 -08:00
Oleg Hahm
19f4f45445 added some debug output for the network stack 2013-11-14 10:46:21 +01:00
Christian Mehlis
84e73ae324 clean up shell 2013-11-14 10:45:24 +01:00
Christian Mehlis
bb85cb33d9 shell: dont't use malloc on each line 2013-11-14 10:45:24 +01:00
Christian Mehlis
97482a0227 Merge pull request #297 from OlegHahm/debug_fixes
fixed debug output for ps and vtimer
2013-11-14 01:18:51 -08:00
LudwigOrtmann
a707559cd2 Merge pull request #325 from LudwigOrtmann/native_no-uart_syscall_barrier
add lpm syscall barrier for native w/out UART
2013-11-13 14:47:34 -08:00
Ludwig Ortmann
01e30016d6 add lpm syscall barrier for native w/out UART 2013-11-13 23:43:26 +01:00
LudwigOrtmann
9a3b03eef4 Merge pull request #323 from LudwigOrtmann/native_fixes
Native fixes
2013-11-13 03:51:15 -08:00
Ludwig Ortmann
c764728398 pre-init native hwtimer
make it behaver more like a regular timer
2013-11-13 01:31:31 +01:00
Ludwig Ortmann
1df56ed47b cope with SIGIO behaviour
SIGIO appears to be edge triggered, therefore we need to read
continuously until no more data is available
2013-11-13 00:01:42 +01:00
Ludwig Ortmann
2c7070bf0c disable interrupts for sighnd ctx switch 2013-11-13 00:01:42 +01:00
Ludwig Ortmann
9f080c54c6 fix race in thread_yield, cpu_switch_context_exit
call *context only with interrupts disabled, use isr trampoline for
this if necessary
2013-11-13 00:01:42 +01:00
Ludwig Ortmann
7b9d199ec8 make system calls safer/clean up headers
wrap some libc functions that do system calls (terminal output)
wrap read/write with syscall guard
define real_read/write (next dynamic linker find for read/write)
guard system calls in remaining code
introduce native_internhal.h
throw out some debug statements that break things
clean up includes a bit
declare board_init in native_internhal.h
add -ldl to LINKFLAGS for cpu/syscalls
2013-11-13 00:01:42 +01:00
Christian Mehlis
69d4f9a4bd Merge pull request #319 from haukepetersen/avsextrem-smb380-fix
Fixed old ktimer references in the avsextrem smb380 driver
2013-11-12 06:03:38 -08:00
Hauke Petersen
547e06ff3d changed ktimer to hwtimer in the avsextrem smb380 driver 2013-11-12 09:38:46 +01:00
Oleg Hahm
df6cb2bcaf Merge pull request #312 from LudwigOrtmann/tapsetup_tapname
allow for custom tap names
2013-11-08 22:59:18 -08:00
Oleg Hahm
af725dc83e Merge pull request #308 from OlegHahm/boards_consolidation
Boards consolidation
2013-11-08 22:45:58 -08:00
Oleg Hahm
63eb4acf55 adopted exemplary project Makefile to new structure 2013-11-08 15:49:03 -08:00
Ludwig Ortmann
bad523831b allow for custom tap names 2013-11-08 13:59:26 +01:00
Christian Mehlis
802f782d59 Merge pull request #311 from OlegHahm/ccnl_doxygen
doxygen improvements for ccn_lite
2013-11-07 01:36:51 -08:00
Oleg Hahm
6377022ab3 doxygen improvements for ccn_lite 2013-11-06 18:51:59 -08:00
Oleg Hahm
3b94bef32a Merge pull request #282 from authmillenon/net_module_refactor
Refactor net module to one include directory
2013-11-06 18:26:31 -08:00
Oleg Hahm
18d2dc1c59 Merge pull request #287 from mehlis/ccn-lite-to-upstream
import ccn lite
2013-11-06 15:41:14 -08:00
Christian Mehlis
8ae7750263 import ccn lite 2013-11-07 00:37:38 +01:00
Oleg Hahm
1117867eaf Merge pull request #231 from thomaseichinger/maca_move
move mc1322x MACA implementation from the boards to RIOT repo
2013-11-06 14:21:58 -08:00
Christian Mehlis
0fffe6c167 Merge pull request #309 from OlegHahm/posix_include
added stddef include to strings.h for size_t
2013-11-06 12:57:25 -08:00
Oleg Hahm
726db0518c added stddef include to strings.h for size_t 2013-11-06 11:42:33 -08:00
Oleg Hahm
31a0cb90d1 define RIOTBOARD if unset 2013-11-06 10:39:25 -08:00
Oleg Hahm
26b36bf65b Merge branch 'boards' into origin_master
Conflicts:
	.gitignore
2013-11-06 10:19:47 -08:00
Oleg Hahm
232e205137 moved boards into subdirectory 2013-11-06 10:11:57 -08:00
Oleg Hahm
663e15ff1d Merge pull request #39 from authmillenon/refactor_net_module
Changes according PR #282
2013-11-06 09:01:16 -08:00
Oleg Hahm
d5d001a1d3 Merge pull request #18 from thomaseichinger/mc1322x
mc1322x moved radio implementation
2013-11-06 09:00:18 -08:00
Martin Lenders
d47907ed1a Refactor net module to one include directory 2013-11-06 13:04:23 +01:00
Thomas Eichinger
f047706217 mc1322x moved radio implementation 2013-11-06 12:42:39 +01:00
Oleg Hahm
a7a97e92c3 fixed byte order in reception of IEEE802.15.4 frames according to the fixed sending in f6c37b0b4f 2013-11-05 17:46:16 -08:00
Oleg Hahm
c41fe46b54 Merge pull request #290 from authmillenon/posix_strings_header
Add POSIX compatible case insensitive compare
2013-11-04 14:07:45 -08:00
Oleg Hahm
5fea3af233 Merge pull request #294 from authmillenon/rewrite_bitarithm
Use GCC/Clang builtins for bit arithmetics
2013-11-04 12:08:02 -08:00
Oleg Hahm
9fd82e9d01 Merge pull request #302 from OlegHahm/radio_stack_size
increased stack size for mac layer packet handling
2013-11-04 11:57:34 -08:00