Oleg Hahm
30b6c16512
include cc110x.h instead of deprecated interface.h
9 years ago
Christian Mehlis
96d0eafc1a
spelling: fix autor to author
9 years ago
Oleg Hahm
690c4564f2
include "cpu.h" for MSP430 platforms in fd.h
10 years ago
Martin Lenders
abe65b09bb
Implement file descriptor table
...
Needed for pnet
10 years ago
Oleg Hahm
ed8a220cd0
Merge pull request #442 from mehlis/vtimer_get_localtime
...
Vtimer get localtime
10 years ago
Christian Mehlis
93ddf37d81
added timex_isnormalized
10 years ago
Christian Mehlis
5a6e16cfc3
added timex_uint64 function
10 years ago
Oleg Hahm
593ee623b6
simplify and unify include pathes
...
additional:
* exporting include path in sys is mandatory for subfolders
* removed duplicate object file in linker call
10 years ago
Oleg Hahm
8d157130ae
move include directives from header to C file
10 years ago
Christian Mehlis
3d67ad3a8a
add vtimer_get_localtime
10 years ago
Martin Lenders
68f7b9090e
Make shell buffer size a shell property
10 years ago
Martin Lenders
69809928d3
Make UART0_BUFSIZE configurable by CPU
10 years ago
Oleg Hahm
885798aaca
Merge pull request #391 from haukepetersen/import_crypto
...
Initial import of crypto libs from SecureMicroMeshRouting
10 years ago
Oleg Hahm
903ec54a43
making include directives consistent
10 years ago
Hauke Petersen
05419a5547
Initial import of crypto libs from SecureMicroMesh
...
- Imported files from secure micro mesh library
- added Makefiles and included libs into sys/Makefile
10 years ago
Oleg Hahm
8d45202421
add documentation for auto_init ( fixes #43 )
10 years ago
Hauke Petersen
2df82017a8
Fixed doxygen inconsistensies in sys
10 years ago
Hauke Petersen
edcabf7cb6
Fixed a lot of comments by removing tabs and correcting format.
10 years ago
Hauke Petersen
3785fe956b
Fixed doxygen comments, focused on file headers and group definitions
10 years ago
Oleg Hahm
7f0d71a418
Merge pull request #363 from OlegHahm/msg_fix_notifier
...
fixed lowpan and ipv6 notifier
10 years ago
Christian Mehlis
0cb152c423
added vtimer_msg_receive_timeout
10 years ago
Ludwig Ortmann
d6c213fb47
fix grammar in license header
10 years ago
Oleg Hahm
079d654104
set message type for lowpan and ipv6 notifier
10 years ago
Oleg Hahm
2532dda859
Merge pull request #241 from mehlis/shell
...
shell: don't use malloc on each line
10 years ago
Oleg Hahm
cc45909ffc
Merge pull request #236 from OlegHahm/telosb
...
Telosb
10 years ago
Christian Mehlis
84e73ae324
clean up shell
10 years ago
Christian Mehlis
bb85cb33d9
shell: dont't use malloc on each line
10 years ago
authmillenon
18e97f6dd5
Use GCC/Clang builtins for bit arithmetics
10 years ago
Christian Mehlis
6a317cdd1a
add radio_packet_length_t
10 years ago
Christian Mehlis
39d5299f69
posix: add semaphore implementation
10 years ago
Christian Mehlis
9c70e4501c
only include debug functions if needed
10 years ago
Kévin Roussel
d2535f3841
Added missing definition of 'PRIu32' in some RIOT include files
...
to avoid a bug in mspgcc's standard library
10 years ago
Christian Mehlis
2e44523b51
change the bloom filter to filter arrays of bytes
...
current implementation of the bloom filter only
handles c strings, this commits changes the hash
functions to work on byte arrays.
additionally I did:
added to more hashes
moved hashes in its own sys folder
10 years ago
Christian Mehlis
0dc5437e31
fixes for PRNG
10 years ago
René Kijewski
49876c15f7
Update on @mehlis' Mersene twister code
...
* Consistent naming
* C99 style variable definition
* Code de-duplication through mathematical conversions
* Less magic numbers (higher powers of twoof two))
10 years ago
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