1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
Commit Graph

2061 Commits

Author SHA1 Message Date
Ludwig Ortmann
dbcfe494ca fix spelling error in README.md 2014-01-13 11:19:45 +01:00
Ludwig Ortmann
498cc027b1 dist/example Makefiles: not BOARD -> no BOARD, ## Modules -> # Modules 2014-01-13 11:12:14 +01:00
Ludwig Ortmann
a60a0a2cf7 Use dist Makefile style in examples Makefiles 2014-01-13 11:05:52 +01:00
Christian Mehlis
b157304481 ccnl: added 'content is dup' debug message 2014-01-11 18:28:32 +01:00
Christian Mehlis
2e1b0b513e ccnl: data is not a string 2014-01-11 18:18:25 +01:00
Oleg Hahm
e57d94cf44 prefixing application object files to avoid dups 2014-01-10 17:17:26 +01:00
Ludwig Ortmann
6293365dbf Merge pull request #492 from LudwigOrtmann/unsilence
unsilence link, size, objcopy
2014-01-10 08:06:56 -08:00
Oleg Hahm
5dcf64d9de imported test projects (from projects repository) 2014-01-10 16:21:35 +01:00
Ludwig Ortmann
5c0000be5b unsilence link,size,objcopy 2014-01-10 15:43:17 +01:00
Oleg Hahm
076c05794d Merge pull request #484 from OlegHahm/import_projects
Importing some examples from projects repository
2014-01-10 04:23:00 -08:00
Ludwig Ortmann
6fe1ecd1b4 Merge pull request #479 from LudwigOrtmann/nativenet_lenchck
Nativenet length check and cleanup
2014-01-10 01:47:35 -08:00
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
fe575d52df Merge pull request #364 from OlegHahm/float_stack_sizes
added a dedicated stacksize for float printfs
2014-01-09 10:48:38 -08:00
Oleg Hahm
6736937a1d Merge pull request #489 from OlegHahm/rpl_msg_queue
size of msg_queue must be power of two
2014-01-09 10:07:58 -08:00
Oleg Hahm
70c59c3f4b size of msg_queue must be power of two 2014-01-09 18:19:57 +01:00
Christian Mehlis
93ddf37d81 added timex_isnormalized 2014-01-09 16:36:40 +01:00
Christian Mehlis
a19ff87d21 socket.c: fix usage of timex_t 2014-01-09 16:36:40 +01:00
Christian Mehlis
e28481b1b1 tcp_timer.c: fix usage of timex_t 2014-01-09 16:36:40 +01:00
Christian Mehlis
0934d10e4b destiny.c: fix usage of timex_t 2014-01-09 16:36:40 +01:00
Christian Mehlis
31849f0771 lowpan.c: fix usage of timex_t 2014-01-09 16:36:40 +01:00
Christian Mehlis
aa159fa4fe flowcontrol.c: fix usage of timex_t 2014-01-09 16:36:40 +01:00
Christian Mehlis
331bc7e72c cc1100-csmaca-mac.c: fix usage of timex_t 2014-01-09 16:36:40 +01:00
Christian Mehlis
5e527d418f cc1100_phy.c: fix usage of timex_t 2014-01-09 16:36:40 +01:00
Christian Mehlis
5a6e16cfc3 added timex_uint64 function 2014-01-09 16:36:40 +01:00
Thomas Eichinger
dadd64e2f9 Merge pull request #473 from LudwigOrtmann/nativenet_osx_xmas
add io signal generating child for nativenet in osx
2014-01-09 07:14:34 -08:00
Ludwig Ortmann
2df60769c2 Merge pull request #485 from LudwigOrtmann/makefile_cleanup_2
Makefile cleanup 2
2014-01-09 07:07:51 -08:00
Ludwig Ortmann
7b4dad348a Merge pull request #486 from LudwigOrtmann/native_startup_cosmetics
remove superflous include in native startup
2014-01-09 06:18:27 -08:00
Ludwig Ortmann
ffad76624a Improve text and stop overriding useful variables 2014-01-09 15:07:42 +01:00
Ludwig Ortmann
b4b1ce66f2 merge over options from projects/default/Makefile
add scheduler statistics option
add valgrind option
add develhelp option
2014-01-09 15:07:12 +01:00
Oleg Hahm
aaec333ca9 Merge pull request #481 from OlegHahm/makefile_fixes
Makefile cosmetics
2014-01-09 06:01:40 -08:00
Ludwig Ortmann
d4268d6c2f Merge pull request #487 from LudwigOrtmann/issue_314
add native flash and term targets
2014-01-09 04:10:05 -08:00
Ludwig Ortmann
b6781cdf0f add native flash and term targets
flash does nothing
term starts the project with PORT misused for the tap interface
PORT is unset if nativenet is not used
2014-01-09 12:53:40 +01:00
Ludwig Ortmann
83db6f6364 remove superflous include 2014-01-09 12:33:02 +01:00
Christian Mehlis
8bcb099384 fix some findings by the static analyser 2014-01-08 17:01:22 +01:00
Oleg Hahm
1a6ee4da25 cosmetics in dist Makefile 2014-01-08 16:46:46 +01:00
Oleg Hahm
fc359cd9f4 strip BOARD variable 2014-01-08 16:46:16 +01:00
Ludwig Ortmann
76b017aefd check payload length validity
make sure the payload does not exceed the amount of data received
2014-01-08 14:58:57 +01:00
Ludwig Ortmann
ac0ec1f6b3 nativenet clean up
Make nativenet tap payload type consistent with radio_packet_t
Also remove a trailing space
2014-01-08 14:57:11 +01:00
Christian Mehlis
c9b0f4784a Merge pull request #477 from mehlis/fix-ccn-includes
Fix ccn includes
2014-01-08 01:34:48 -08:00
Kévin Roussel
32a6e168ff function 'lpm_get()' now returns LPM_UNKNOWN by default 2014-01-08 09:59:05 +01:00
Kévin Roussel
e6d4a0b73a Added the LPM_UNKNOWN constant to the enum 'lpm_mode'
for respresenting unknown/unavailable LPM-related status.
2014-01-08 09:56:51 +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
b7c209e39f Merge pull request #471 from OlegHahm/makefile_cleanup
Makefile cleanup
2014-01-07 06:29:22 -08:00
Ludwig Ortmann
6a7a9ffd8b Merge pull request #475 from LudwigOrtmann/astyle-204
change astylerc for astyle 2.0.4
2014-01-07 04:01:31 -08:00
Ludwig Ortmann
98d1136761 update native README 2014-01-07 10:20:58 +01:00
Ludwig Ortmann
56ff6046fe Change to 1tbs in .astylerc
adds backwards compatibility
addresses https://github.com/RIOT-OS/RIOT/pull/475#issuecomment-31639014
2014-01-06 11:41:00 +01:00
Ludwig Ortmann
bbae7c4765 change astylerc for astyle 2.0.4
brackets=attach becomes attach-namespaces
2014-01-06 11:02:14 +01:00
Oleg Hahm
1b1ca336f8 created examples folder with six apps 2014-01-06 10:10:47 +01:00