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

2025 Commits

Author SHA1 Message Date
Oleg Hahm
24eff773fc Merge pull request #493 from OlegHahm/import_test_apps
imported test projects (from projects repository)
2014-01-15 07:49:02 -08:00
Thomas Eichinger
5c8838ce3f make script more verbose and deal with CRLF line endings 2014-01-15 16:38:04 +01:00
Thomas Eichinger
a66846ef22 fixes to fit the new silence flag 2014-01-15 16:12:11 +01:00
Thomas Eichinger
c6de59cb28 added possibilty to import openwsn stack as external module 2014-01-15 14:02:28 +01:00
Ludwig Ortmann
fc6cd24ece reduce HWTIMERMINOFFSET 2014-01-15 12:40:55 +01:00
Ludwig Ortmann
dbcc898bcc update internal timer on hwtimer_arch_set 2014-01-15 12:40:03 +01:00
Ludwig Ortmann
d3a1c1bda7 add comment
addresses https://github.com/RIOT-OS/RIOT/pull/501#discussion_r8881054
2014-01-15 11:24:59 +01:00
Oleg Hahm
74a3158cb2 use subfolder instead of file name prefix 2014-01-14 17:58:29 +01:00
Oleg Hahm
4ac82bd5f8 changed duplicate file name for wsn430 uart0.c 2014-01-14 17:53:03 +01:00
Oleg Hahm
cd4446023e increase wait period
otherwise the loop won't run
 (proposed by @LudwigOrtmann)
2014-01-14 17:46:20 +01:00
Ludwig Ortmann
921b70d5e8 fix pre-init
set the internal relative time - don't rely on hwtimer_now() being
called externally
2014-01-14 17:23:15 +01:00
Ludwig Ortmann
396f6c2819 fix debug msg 2014-01-14 17:23:03 +01:00
Oleg Hahm
6b41f88fdf Merge pull request #500 from LudwigOrtmann/sniper_500
fix spelling error in README.md
2014-01-14 03:53:21 -08:00
Christian Mehlis
8cfab9d014 ipv6_sendto: return the success 2014-01-14 07:29:28 +01:00
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