authmillenon
|
0490eda6b5
|
Update .gitignore
|
10 years ago |
Oleg Hahm
|
a250ad7e7b
|
Merge pull request #88 from mehlis/msg-send-return-type
in msg_send_receive: return result from msg_send
|
10 years ago |
Oleg Hahm
|
e11ef8d0ac
|
Merge pull request #80 from authmillenon/sixlowpan_refactor
Refactoring and Fixing of sixlowpan module
|
10 years ago |
Christian Mehlis
|
62994314aa
|
in msg_send_receive: return result from msg_send
|
10 years ago |
Martin Lenders
|
acc83c676a
|
Fix mkdir from 065566c
|
10 years ago |
Martin Lenders
|
065566cd04
|
Create project's bin directory if it does not exist
|
10 years ago |
Oleg Hahm
|
fa83bb4fd1
|
sed parameters for additional style checks
|
10 years ago |
Martin Lenders
|
529333636e
|
Prepare refactoring
|
10 years ago |
Oleg Hahm
|
22c668529d
|
Merge branch 'oleg-master' into mymaster
Conflicts:
cpu/Makefile.include
cpu/arm_common/arm_cpu.c
|
10 years ago |
Oleg Hahm
|
f7ecc704a4
|
fixed includes and include pathes
|
10 years ago |
Oleg Hahm
|
a2dff456f7
|
rebased from origin/master
|
10 years ago |
Oleg Hahm
|
6d48859269
|
Merge branch 'master' of github.com:OlegHahm/RIOT
|
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
|
6297516371
|
restructured and fixed arm architecutre files
|
10 years ago |
Oleg Hahm
|
f12d5628eb
|
fixed transceiver for mc1322x
|
10 years ago |
Oleg Hahm
|
19e4034ace
|
Merge branch 'thomas-mc1322x'
Conflicts:
Makefile.modules
core/kernel_init.c
core/thread.c
cpu/arm_common/arm_cpu.c
cpu/arm_common/syscalls.c
cpu/lpc_common/hwtimer_cpu.c
cpu/lpc_common/iap.c
sys/include/transceiver.h
sys/net/sixlowpan/sixlowip.c
sys/net/sixlowpan/sixlowmac.c
sys/net/sixlowpan/sixlowmac.h
sys/net/sixlowpan/sixlowpan.c
sys/transceiver/Makefile
sys/transceiver/transceiver.c
|
10 years ago |
Oleg Hahm
|
cce8f46e49
|
experimental sixlowpan fixes to eliminate multiple definitions
|
10 years ago |
Oleg Hahm
|
e9cee715a1
|
Use basic CFLAGS for ARM bootloader code
|
10 years ago |
Oleg Hahm
|
42001d8ddb
|
dummy lpm_set implementation
|
10 years ago |
Oleg Hahm
|
319f48c137
|
Revert "* added testfile"
This reverts commit 0432a3eaf2 .
|
10 years ago |
Oleg Hahm
|
d3477fd747
|
Merge branch 'master' of github.com:OlegHahm/RIOT
|
10 years ago |
Oliver Hahm
|
0432a3eaf2
|
* added testfile
|
10 years ago |
Thomas Eichinger
|
4bc89bd458
|
added fixes for compilation for mc1322x
|
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 |
Thomas Eichinger
|
585f4f3698
|
embedded mc1322x radio API into transceiver.{c,h}
|
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 |
Thomas Eichinger
|
92adb3e401
|
* added proper "struct TMR_struct*" in hwtimer_cpu.c
* removed dublicate definition of the UART structure in mc1322x.h
|
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 |