Oleg Hahm
|
a4f4dee028
|
Merge pull request #456 from mehlis/fix-ping
Fix ping
|
2014-01-09 13:43:47 -08:00 |
|
Christian Mehlis
|
c26a3c0e41
|
Merge pull request #483 from mehlis/master
fix some findings by the static analyser
|
2014-01-09 13:30:45 -08:00 |
|
Oleg Hahm
|
70c59c3f4b
|
size of msg_queue must be power of two
|
2014-01-09 18:19:57 +01:00 |
|
Christian Mehlis
|
8bcb099384
|
fix some findings by the static analyser
|
2014-01-08 17:01:22 +01:00 |
|
Christian Mehlis
|
a59bc0d265
|
added missing include
|
2014-01-07 23:23:57 +01:00 |
|
Christian Mehlis
|
9d2fac1e59
|
removed useless include
|
2014-01-07 23:23:45 +01:00 |
|
Oleg Hahm
|
48a53373a6
|
repaired includes for ccn_lite
|
2014-01-05 16:11:08 +01:00 |
|
Oleg Hahm
|
775c0dee5c
|
added missing mute prefixes in nativenet and shell
|
2014-01-05 16:11:08 +01:00 |
|
Oleg Hahm
|
9df07f9238
|
muting compiler and binutils optionally
Instead of muting all compiler and other binutils output by default,
introduce a variable to make this behaviour configurable.
|
2014-01-05 16:11:08 +01:00 |
|
Oleg Hahm
|
02612ff0ca
|
further Makefile cleanup
|
2014-01-05 16:11:08 +01:00 |
|
Oleg Hahm
|
c7d985d371
|
removed redundant include pathes from Makefiles
|
2014-01-05 16:11:08 +01:00 |
|
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
|
2014-01-05 16:11:07 +01:00 |
|
Oleg Hahm
|
8d157130ae
|
move include directives from header to C file
|
2014-01-05 16:11:07 +01:00 |
|
Oleg Hahm
|
e6b354db5d
|
mute build tools (to be consistent with the rest of the build system)
|
2014-01-05 16:11:07 +01:00 |
|
Ludwig Ortmann
|
c04b7fa8be
|
add debug information to chardev_loop
|
2013-12-23 18:21:10 +01:00 |
|
Christian Mehlis
|
0435946e33
|
fix: 1s = 1000*1000us
|
2013-12-22 20:21:36 +01:00 |
|
Christian Mehlis
|
f73314c34b
|
added missing us to ticks macro
|
2013-12-22 20:21:36 +01:00 |
|
Ludwig Ortmann
|
c1c6287ef7
|
fix nativenet shell comamnd printf
|
2013-12-21 16:58:51 +01:00 |
|
Christian Mehlis
|
04bedb8a62
|
Merge pull request #462 from OlegHahm/endianness
check for __BIG_ENDIAN__ rather than for __BYTE_ORDER__ and include board.h
|
2013-12-21 03:51:08 -08:00 |
|
Christian Mehlis
|
e0f3c73d14
|
fix include of crypto
|
2013-12-20 18:43:43 +01:00 |
|
Oleg Hahm
|
9f10d7dffc
|
check for __BIG_ENDIAN__ rather than for __BYTE_ORDER__ and include board.h
|
2013-12-20 16:43:53 +01:00 |
|
Oleg Hahm
|
d610e43528
|
Merge pull request #453 from authmillenon/fix_uart_shell_conflict
Fix uart/shell conflict
|
2013-12-20 02:51:59 -08:00 |
|
Martin Lenders
|
68f7b9090e
|
Make shell buffer size a shell property
|
2013-12-20 11:10:50 +01:00 |
|
Martin Lenders
|
04b9d7a158
|
Fix coding conventions in uart0.c
|
2013-12-20 11:10:50 +01:00 |
|
Martin Lenders
|
69809928d3
|
Make UART0_BUFSIZE configurable by CPU
|
2013-12-20 11:10:42 +01:00 |
|
Oleg Hahm
|
7642dd0f1d
|
moved net_help into crosslayer subfolder
|
2013-12-19 19:13:26 +01:00 |
|
Oleg Hahm
|
59e55c354c
|
moved sixlowpan into network_layer subfolder
|
2013-12-19 19:13:26 +01:00 |
|
Oleg Hahm
|
2f20e9db51
|
moved protocol-multiplex into link_layer subfolder
|
2013-12-19 19:13:26 +01:00 |
|
Oleg Hahm
|
38be829901
|
moved ieee802154 into link_layer subfolder
|
2013-12-19 19:13:26 +01:00 |
|
Oleg Hahm
|
acd304e1cc
|
moved RPL into routing subfolder
|
2013-12-19 19:13:26 +01:00 |
|
Oleg Hahm
|
a7d3092a4e
|
moved destiny into transport_layer subfolder
|
2013-12-19 19:13:26 +01:00 |
|
Oleg Hahm
|
885798aaca
|
Merge pull request #391 from haukepetersen/import_crypto
Initial import of crypto libs from SecureMicroMeshRouting
|
2013-12-19 10:10:37 -08:00 |
|
Ludwig Ortmann
|
b674183e15
|
move display and lcd init from autoinit to chronos
|
2013-12-19 17:57:18 +01:00 |
|
Oleg Hahm
|
cdb77c2392
|
Merge pull request #437 from OlegHahm/include_directives
making include directives consistent
|
2013-12-19 08:38:14 -08:00 |
|
Christian Mehlis
|
63296b759b
|
resort function call and debug output
|
2013-12-19 16:24:41 +01:00 |
|
Christian Mehlis
|
966c98d11b
|
added comments and debug
|
2013-12-19 16:24:41 +01:00 |
|
Oleg Hahm
|
903ec54a43
|
making include directives consistent
|
2013-12-19 15:31:37 +01:00 |
|
Hauke Petersen
|
e866640646
|
Removed some redundant \0 string terminators
|
2013-12-19 13:33:06 +01:00 |
|
Hauke Petersen
|
6140caf055
|
Removed deprecated asserts from 3des and aes
|
2013-12-19 13:33:06 +01:00 |
|
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
|
2013-12-19 13:33:06 +01:00 |
|
Christian Mehlis
|
2a9aac7f0b
|
Merge pull request #423 from OlegHahm/fix_warnings
Fix warnings
|
2013-12-18 12:02:37 -08:00 |
|
Christian Mehlis
|
25e22f7ac1
|
fix memory leak introduced in 4ee51d
|
2013-12-18 19:50:04 +01:00 |
|
Christian Mehlis
|
84258fa112
|
implement NACK for local requesters
|
2013-12-18 19:33:33 +01:00 |
|
Christian Mehlis
|
429b97c45b
|
clean up ccnls main loop
|
2013-12-18 19:33:33 +01:00 |
|
Christian Mehlis
|
72eec00f62
|
timeout interest
|
2013-12-18 19:33:33 +01:00 |
|
Christian Mehlis
|
9b1b472a2a
|
moved ccnl include folder in net/include
|
2013-12-18 19:33:33 +01:00 |
|
Christian Mehlis
|
51daa16018
|
get rid of not working defines
|
2013-12-18 19:33:33 +01:00 |
|
Christian Mehlis
|
ff9f557e21
|
clean up ccnl_get_face_or_create
|
2013-12-18 19:33:33 +01:00 |
|
Christian Mehlis
|
32e0ce5b12
|
fix local address detection
|
2013-12-18 19:33:33 +01:00 |
|
Christian Mehlis
|
3768d43d15
|
fix broadcast identifier
|
2013-12-18 19:33:33 +01:00 |
|