Commit Graph

1508 Commits (cc45909ffcc63a8e233e941a584d0a53c5f631cb)
 

Author SHA1 Message Date
Oleg Hahm cc45909ffc Merge pull request #236 from OlegHahm/telosb
Telosb
10 years ago
Oleg Hahm 99ca6190b5 Merge pull request #254 from OlegHahm/network_debug
added some debug output for the network stack
10 years ago
Oleg Hahm 19f4f45445 added some debug output for the network stack 10 years ago
Christian Mehlis 97482a0227 Merge pull request #297 from OlegHahm/debug_fixes
fixed debug output for ps and vtimer
10 years ago
LudwigOrtmann a707559cd2 Merge pull request #325 from LudwigOrtmann/native_no-uart_syscall_barrier
add lpm syscall barrier for native w/out UART
10 years ago
Ludwig Ortmann 01e30016d6 add lpm syscall barrier for native w/out UART 10 years ago
LudwigOrtmann 9a3b03eef4 Merge pull request #323 from LudwigOrtmann/native_fixes
Native fixes
10 years ago
Ludwig Ortmann c764728398 pre-init native hwtimer
make it behaver more like a regular timer
10 years ago
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
10 years ago
Ludwig Ortmann 2c7070bf0c disable interrupts for sighnd ctx switch 10 years ago
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
10 years ago
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
10 years ago
Christian Mehlis 69d4f9a4bd Merge pull request #319 from haukepetersen/avsextrem-smb380-fix
Fixed old ktimer references in the avsextrem smb380 driver
10 years ago
Hauke Petersen 547e06ff3d changed ktimer to hwtimer in the avsextrem smb380 driver 10 years ago
Oleg Hahm df6cb2bcaf Merge pull request #312 from LudwigOrtmann/tapsetup_tapname
allow for custom tap names
10 years ago
Oleg Hahm af725dc83e Merge pull request #308 from OlegHahm/boards_consolidation
Boards consolidation
10 years ago
Oleg Hahm 63eb4acf55 adopted exemplary project Makefile to new structure 10 years ago
Ludwig Ortmann bad523831b allow for custom tap names 10 years ago
Christian Mehlis 802f782d59 Merge pull request #311 from OlegHahm/ccnl_doxygen
doxygen improvements for ccn_lite
10 years ago
Oleg Hahm 6377022ab3 doxygen improvements for ccn_lite 10 years ago
Oleg Hahm 3b94bef32a Merge pull request #282 from authmillenon/net_module_refactor
Refactor net module to one include directory
10 years ago
Oleg Hahm 18d2dc1c59 Merge pull request #287 from mehlis/ccn-lite-to-upstream
import ccn lite
10 years ago
Christian Mehlis 8ae7750263 import ccn lite 10 years ago
Oleg Hahm 1117867eaf Merge pull request #231 from thomaseichinger/maca_move
move mc1322x MACA implementation from the boards to RIOT repo
10 years ago
Christian Mehlis 0fffe6c167 Merge pull request #309 from OlegHahm/posix_include
added stddef include to strings.h for size_t
10 years ago
Oleg Hahm 726db0518c added stddef include to strings.h for size_t 10 years ago
Oleg Hahm 31a0cb90d1 define RIOTBOARD if unset 10 years ago
Oleg Hahm 26b36bf65b Merge branch 'boards' into origin_master
Conflicts:
	.gitignore
10 years ago
Oleg Hahm 232e205137 moved boards into subdirectory 10 years ago
Oleg Hahm 663e15ff1d Merge pull request #39 from authmillenon/refactor_net_module
Changes according PR #282
10 years ago
Oleg Hahm d5d001a1d3 Merge pull request #18 from thomaseichinger/mc1322x
mc1322x moved radio implementation
10 years ago
Martin Lenders d47907ed1a Refactor net module to one include directory 10 years ago
Thomas Eichinger f047706217 mc1322x moved radio implementation 10 years ago
Oleg Hahm c41fe46b54 Merge pull request #290 from authmillenon/posix_strings_header
Add POSIX compatible case insensitive compare
10 years ago
Oleg Hahm 5fea3af233 Merge pull request #294 from authmillenon/rewrite_bitarithm
Use GCC/Clang builtins for bit arithmetics
10 years ago
Oleg Hahm 9fd82e9d01 Merge pull request #302 from OlegHahm/radio_stack_size
increased stack size for mac layer packet handling
10 years ago
Oleg Hahm a4ff881a27 Merge pull request #274 from benpicco/routing
[RFC] allow applications to register a function to provide routing information
10 years ago
Oleg Hahm d687d82827 increased stack size for mac layer packet handling 10 years ago
Oleg Hahm 2237c33769 Merge pull request #289 from authmillenon/fix_sixlowpan_icmp_h
Fix sixlowpan/icmp.h
10 years ago
Martin Lenders 9f9a48db9f Minor documentation fixes 10 years ago
Martin Lenders a9bbcb0868 Fix sixlowpan/icmp.h
size_t in function definition needs stddef.h include
10 years ago
Christian Mehlis 9c94d2bddd Merge pull request #296 from OlegHahm/msg_debug
added debug information to msg_send (similar to msg_send_int)
10 years ago
Oleg Hahm 2f14997124 fixed debug output for ps and vtimer 10 years ago
authmillenon a5b42fe14a Changes according PR #282 10 years ago
Oleg Hahm e44412d0c1 added debug information to msg_send (similar to msg_send_int) 10 years ago
authmillenon 18e97f6dd5 Use GCC/Clang builtins for bit arithmetics 10 years ago
Martin Lenders af578b6497 Add POSIX compatible case insensitive compare 10 years ago
Martin Lenders 05ececa079 Merge pull request #259 from OlegHahm/ieee802154_frame_byteorder
fixed byte order in network stack
10 years ago
Martin Lenders 0da5583805 Merge pull request #293 from authmillenon/fix_sixlowpan_dependencies
Fix sixlowpan dependencies
10 years ago
authmillenon 9bfcc8df99 Fix sixlowpan dependencies 10 years ago