Oleg Hahm
|
f7ecc704a4
|
fixed includes and include pathes
|
10 years ago |
Oleg Hahm
|
a2dff456f7
|
rebased from origin/master
|
10 years ago |
Oleg Hahm
|
0bd81f14a4
|
remove header guard from debug.h and repaired debugging on a per file base
|
10 years ago |
Oleg Hahm
|
3adb6fa217
|
removed senseless include of debug.h in a header
|
10 years ago |
Oleg Hahm
|
ca53d9231d
|
disabled DEBUG in auto_init
|
10 years ago |
Oleg Hahm
|
4665207b6f
|
Merge pull request #75 from benpicco/external_modules
Allow external modules to be added to a RIOT project
|
10 years ago |
Oleg Hahm
|
0ff8973ae7
|
Merge pull request #76 from benpicco/posix_compat
add typedefs to socket.h to improve POSIX compatibility
|
10 years ago |
Benjamin Valentin
|
18ef96422f
|
add typedefs to socket.h to improve POSIX compliance
|
10 years ago |
Oleg Hahm
|
ca75d3c36c
|
fixed some includes
|
10 years ago |
Oleg Hahm
|
599e266b55
|
Revert "removed redefined ENABLE_DEBUG"
This reverts commit 69c526f44d .
Instead of removing ENABLE_DEBUG, define it as zero and replacing the
ifdef preprocessor commands by a simple #if
|
10 years ago |
Oleg Hahm
|
615ddb1eaa
|
some buffer adjustments
|
10 years ago |
Oleg Hahm
|
222d34d8a5
|
added missing include to cc110x_ng
|
10 years ago |
Benjamin Valentin
|
248267834d
|
allow external modules to be added to a project
|
10 years ago |
Oleg Hahm
|
33423cdadb
|
redefining default stack sizes dependent on the use of printf
|
10 years ago |
Oleg Hahm
|
37467de0d2
|
fixed printf formatter
|
10 years ago |
LudwigOrtmann
|
4d84098b23
|
Merge pull request #70 from LudwigOrtmann/issue_58
fix #58, fix comments, printf/puts to DEBUG
|
10 years ago |
LudwigOrtmann
|
9246461c82
|
Merge pull request #71 from mehlis/master
rename kernel_intern.h
|
10 years ago |
Christian Mehlis
|
837bad38eb
|
rename kernel_intern.h
german "intern" to english "internal"
|
10 years ago |
LudwigOrtmann
|
f1474e4d59
|
Merge pull request #67 from mehlis/master
Fixups: build with debug enabled
|
10 years ago |
Christian Mehlis
|
b8176f4488
|
fixed printf patterns
|
10 years ago |
Christian Mehlis
|
c5e62e238b
|
add missing include
|
10 years ago |
Christian Mehlis
|
6652ecc87a
|
remove static flag, it's not static
|
10 years ago |
Christian Mehlis
|
69c526f44d
|
removed redefined ENABLE_DEBUG
|
10 years ago |
Ludwig Ortmann
|
b29dcc7e89
|
remove superfluous, commented out puts
|
10 years ago |
Ludwig Ortmann
|
5c93ff4f65
|
change puts/printf to DEBUG
|
10 years ago |
Ludwig Ortmann
|
71ca139be4
|
translate/fix comments
|
10 years ago |
LudwigOrtmann
|
c5295357dd
|
Merge pull request #69 from LudwigOrtmann/fix_python_shebang
fix python shebang
|
10 years ago |
Ludwig Ortmann
|
5efa2eea8a
|
fix python shebang
|
10 years ago |
LudwigOrtmann
|
74d755f271
|
Merge pull request #68 from LudwigOrtmann/master
use proper native board include
|
10 years ago |
Ludwig Ortmann
|
33dde8aba8
|
use proper native board include
|
10 years ago |
LudwigOrtmann
|
603036208b
|
Merge pull request #65 from mehlis/master
Add msg_try_receive
|
10 years ago |
Christian Mehlis
|
190e24116d
|
use int explicitly
|
10 years ago |
Christian Mehlis
|
96cbf4019e
|
make internal function static
|
10 years ago |
Ludwig Ortmann
|
7dd9ac6be0
|
Add msg_try_receive
|
10 years ago |
Oleg Hahm
|
c989d2147e
|
collected all ICMP type definitions in one header
|
10 years ago |
Oleg Hahm
|
267053042e
|
moved buffer initialization from header to c files
fixed file format
|
10 years ago |
Oleg Hahm
|
40b3078b7e
|
made rpl a stand-alone module
|
10 years ago |
Oleg Hahm
|
5d2bc0fa3a
|
added astyle options file for coding conventions
|
10 years ago |
Oleg
|
2ada147adf
|
Merge pull request #63 from mehlis/master
fix missing includes
|
10 years ago |
Christian Mehlis
|
9549c29ccb
|
fix missing includes
|
10 years ago |
Oliver Hahm
|
bf85e4902c
|
Merge branch 'rpl' of ssh://ukleos.org:2222/home/git/ukleos
Conflicts:
board/msba2-common/tools/src/control_2xxx.c
drivers/cc110x/cc1100-interface.h
projects/test_rpl/main.c
sys/include/vtimer.h
sys/net/sixlowpan/rpl/Jamfile
sys/net/sixlowpan/rpl/objective_functions.c
sys/net/sixlowpan/rpl/objective_functions.h
sys/net/sixlowpan/rpl/of0.c
sys/net/sixlowpan/rpl/of0.h
sys/net/sixlowpan/rpl/rpl.c
sys/net/sixlowpan/rpl/rpl_dodag.c
sys/net/sixlowpan/rpl/rpl_structs.h
sys/net/sixlowpan/rpl/trickle.c
sys/net/sixlowpan/sixlowmac.c
sys/vtimer/vtimer.c
|
10 years ago |
Christian Mehlis
|
68d48ed8e3
|
use bitwise or here
|
10 years ago |
Oliver Hahm
|
57cc002c67
|
Merge branch 'wsn430'
Conflicts:
core/include/queue.h
core/queue.c
cpu/msp430-common/hwtimer_cpu.c
cpu/msp430x16x/hwtimer_msp430.c
sys/lib/hashtable.c
sys/net/ieee802154/ieee802154_frame.c
sys/shell/commands/sc_cc110x_ng.c
sys/transceiver/transceiver.c
sys/vtimer/vtimer.c
|
10 years ago |
Oliver Hahm
|
c8bee9e554
|
fixed coding style (space after most keywords)
|
10 years ago |
Oliver Hahm
|
5bae4f841d
|
added one-time-initialization guard to transceiver
|
10 years ago |
Oliver Hahm
|
79ff4f1cfc
|
updated sixlowpan configuration and minor coding style
|
10 years ago |
Oliver Hahm
|
f2ec1009af
|
fixed some struct issues (broken by cc fixes)
|
10 years ago |
Oliver Hahm
|
c1ec60eaf6
|
* removed rtc from sixlowpan
* fixed some struct issues
|
10 years ago |
Oliver Hahm
|
1750d5ba0f
|
fixed some struct issues (broken by cc fixes)
|
10 years ago |
Oliver Hahm
|
167328d4b3
|
replaced printf formatter with generic macro
|
10 years ago |