Christian Mehlis
|
5ccde8340d
|
add mersenne twister
|
10 years ago |
Martin Lenders
|
50f4e473d2
|
Fix transceiver documentation
|
10 years ago |
Oleg Hahm
|
6d130a45ac
|
updated license headers
(No code changes!)
|
10 years ago |
Oleg Hahm
|
50dd9c3f21
|
undefined payload before setting for native
|
10 years ago |
Oleg Hahm
|
701b8177fb
|
fixed some ifdefs and added necessary includes to transceiver.h
|
10 years ago |
Oleg Hahm
|
e65ae85640
|
remove static for vtimer_print
|
10 years ago |
Oleg Hahm
|
b64fb65935
|
Merge branch 'agilefox_clean' of https://github.com/AlaeddineWeslati/RIOT into AlaeddineWeslati-agilefox_clean
Conflicts:
sys/include/transceiver.h
sys/transceiver/transceiver.c
Additional changes:
* allow for multi-transceiver initialization
* change packet reception to old implementation
|
10 years ago |
Oleg Hahm
|
b798663151
|
Merge pull request #140 from LudwigOrtmann/nativenet_transceiver
Nativenet transceiver
|
10 years ago |
Ludwig Ortmann
|
708ece68cc
|
cc1100 -> nativenet
|
10 years ago |
Ludwig Ortmann
|
2b8da20476
|
fix PAYLOAD_SIZE define
|
10 years ago |
Oleg Hahm
|
ec1d7b9bdf
|
Merge pull request #139 from OlegHahm/default_stacksize
Default stacksize
|
10 years ago |
Oleg Hahm
|
7eba346aff
|
make transceiver make use of the default stacksize
|
10 years ago |
Oleg Hahm
|
b1c57a9755
|
removed duplicated paragraph
|
10 years ago |
Oleg Hahm
|
ecca0ee28e
|
fix for #117 and position of preprocessor directives
|
10 years ago |
Christian Mehlis
|
c6be56ad22
|
Merge pull request #124 from mehlis/sha256
add the default wrapper for sha256
|
10 years ago |
Oleg Hahm
|
2d8bb530f9
|
Merge pull request #106 from OlegHahm/802154_debugging
added missing include to transceiver
|
10 years ago |
Christian Mehlis
|
618cb30e30
|
add the default wrapper for sha256
|
10 years ago |
Alaeddine WESLATI
|
ab26352ee8
|
bugfixes : #endif was missing, and TRANSCEIVER_AT86RF231 was colliding with another transceiver.
|
10 years ago |
Alaeddine WESLATI
|
3338a12d4e
|
added AT86RF231 payload size
|
10 years ago |
Alaeddine WESLATI
|
11bb09b7f8
|
started adding at86rf231 driver
at86rf231 TX and RX
driver is using vtimer instead of hwtimer_ functions, TO CHECK
vtimer debug function prototype fix
|
10 years ago |
Christian Mehlis
|
870480049f
|
added doxygen doc to sha256
|
10 years ago |
Christian Mehlis
|
7d84936fd7
|
add sha256 implementation
|
10 years ago |
Christian Mehlis
|
0fb5e89c89
|
moved doc to header and converted it to doxygen
|
10 years ago |
Christian Mehlis
|
5a45d15894
|
initial bloom filter import
|
10 years ago |
Christian Mehlis
|
1f8a80b686
|
remove superfluous semicolons
|
10 years ago |
Oleg Hahm
|
0815de942a
|
fixed debugging in transceiver (stack size was too small)
|
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
|
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 |
Thomas Eichinger
|
585f4f3698
|
embedded mc1322x radio API into transceiver.{c,h}
|
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 |
Oliver Hahm
|
5c52e1ce2e
|
coding conventions for most of system libraries
|
10 years ago |
Christian Mehlis
|
8faf6b77b6
|
add a print function for timex and vtimer
|
10 years ago |
Christian Mehlis
|
3ab669578c
|
do includes the right way (for riot includes)
|
10 years ago |
Christian Mehlis
|
4d8783e023
|
use out parameter for vtimer_now
|
10 years ago |
Oliver Hahm
|
6f92e1dae8
|
* changed transceiver_type_t to bit field
(fixing #47)
|
10 years ago |
Ludwig Ortmann
|
b36ddd7fd7
|
Merge remote-tracking branch 'upstream/master'
|
10 years ago |
Ludwig Ortmann
|
2d29a26b64
|
fix stack and interrupt bugs
|
10 years ago |
Martin Lenders
|
07e8ac9c19
|
Remove swtimer
see #4
|
10 years ago |
Stephan Arndt
|
adfc3306ab
|
WARNING: BROKEN COMMIT added not working etx_beaconing into rpl, added small vtimer debug changes, changed cc1100 default mode
|
10 years ago |
Oleg Hahm
|
2ed63bd5c6
|
* removed outdated (and probably confusing) FeuerWhere project as an author
|
10 years ago |
Oleg Hahm
|
2277b366b2
|
* removed outdated occurrences of (u|µ)kleos and FeuerWare
|
10 years ago |
Oleg Hahm
|
5df0bd0cc4
|
* updated and integrated makefiles
* added some auto dependencies
|
10 years ago |
Oleg Hahm
|
3791039974
|
* integrated makefiles
* fixed some prototypes
* restructured sys
|
10 years ago |
Oliver Hahm
|
961b4df179
|
[core cib] [projects default] [sys shell]
* fixed some minor issues found by splint
|
11 years ago |
Oliver Hahm
|
461fac8698
|
[cc110x_ng transceiver]
* added a ignore function for debugging purposes
|
11 years ago |
Oliver Hahm
|
59a46e0e88
|
Merge branch 'sixlowpan'
Conflicts:
cpu/arm_common/hwtimer_cpu.c
sys/include/vtimer.h
sys/vtimer.c
|
12 years ago |
Oliver Hahm
|
7b1b145b4f
|
[cpu lpc2387]
* added mci driver
[sys shell]
* added commands for memory card access
|
12 years ago |