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

2046 Commits

Author SHA1 Message Date
Oleg Hahm
683a078515 Merge pull request #494 from OlegHahm/uniq_obj_file_names
prefixing application object files to avoid dups
2014-01-17 04:44:57 -08:00
Oleg Hahm
e5d5289936 Merge pull request #502 from OlegHahm/boards_documentation_update
Boards documentation update
2014-01-17 02:56:21 -08:00
Oleg Hahm
8695e3b102 added information from Introduction page to the API start page 2014-01-17 11:54:38 +01:00
Oleg Hahm
7335cd71c7 removed getting started documents as it has been merged into the wiki 2014-01-17 11:54:37 +01:00
Oleg Hahm
f476da6ff5 remove duplicate LICENSE in boards directory 2014-01-17 11:54:31 +01:00
Oleg Hahm
6cf0c34210 removed pointer to RIOT repository from README 2014-01-17 11:54:31 +01:00
Oleg Hahm
5403003735 removed getting started text from doxygen mainpage 2014-01-17 11:52:41 +01:00
Thomas Eichinger
923b6c09af added a README with compatibility information 2014-01-16 21:31:44 +01:00
Oleg Hahm
420dc8953b Merge pull request #504 from mehlis/ipv6-send-return-value
ipv6_sendto: return the success
2014-01-16 08:04:00 -08:00
Oleg Hahm
9eebc532ef Merge pull request #459 from rousselk/msp430-lpm-freq
Msp430 lpm freq
2014-01-16 04:57:27 -08:00
Ludwig Ortmann
8f5895233c Merge pull request #512 from LudwigOrtmann/dist_makefile_projdep
document PROJDEPS usage in dist Makefile
2014-01-15 12:39:50 -08:00
Ludwig Ortmann
4cd1c5d673 document PROJDEPS usage in dist Makefile 2014-01-15 20:37:09 +01:00
Christian Mehlis
a773c08b02 Merge pull request #511 from mehlis/ccn-lite-follow-up-7
ccnl: remove energy mesurement code
2014-01-15 11:28:35 -08:00
Christian Mehlis
3f246803af ccnl: remove energy mesurement code
This code causes some troubles with the heavy usage of hwtimer and
foating point operations.

Ref: https://github.com/RIOT-OS/RIOT/issues/495
2014-01-15 18:55:49 +01:00
Christian Mehlis
86f21d8880 added vtimer test case 2014-01-15 18:37:12 +01:00
Oleg Hahm
b965e37ea2 Merge pull request #496 from LudwigOrtmann/examples_cleanup
Example/dist Makefile cleanup
2014-01-15 09:27:56 -08:00
Oleg Hahm
ed8a220cd0 Merge pull request #442 from mehlis/vtimer_get_localtime
Vtimer get localtime
2014-01-15 09:19:06 -08:00
Oleg Hahm
01d62a52bc Merge pull request #430 from mehlis/vtimer-now-fix
fix: vtimer_now should return seconds and microseconds
2014-01-15 09:10:29 -08:00
Ludwig Ortmann
fa88604ad6 Merge pull request #501 from LudwigOrtmann/native_hwtimer_fixup
Native hwtimer fixup
2014-01-15 09:05:39 -08:00
Oleg Hahm
3bf55a227d Merge pull request #457 from mehlis/vtimer-now-followup
fix usage of vtimer_now
2014-01-15 08:51:53 -08:00
Ludwig Ortmann
57679f90dc remove trailing slashes from RIOTBASE variables
addresses https://github.com/RIOT-OS/RIOT/pull/496#issuecomment-32170092
2014-01-15 17:26:10 +01:00
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