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
Thomas Eichinger
10cf348a6e fixes naming conflict with uart.(c|h) 2014-01-20 12:35:19 +01:00
Thomas Eichinger
d41b92094a fixes downloading the archive with each ``make -B`` 2014-01-20 12:34:07 +01:00
Oleg Hahm
763fc6b84f Merge pull request #510 from mehlis/test_vtimer_msg
added vtimer test case
2014-01-20 03:08:46 -08:00
Ludwig Ortmann
a40d3deacc Merge pull request #518 from LudwigOrtmann/thread_measure_stack
Thread measure stack: usage => free
2014-01-20 02:55:47 -08:00
Ludwig Ortmann
9cd5b4f30d fix stack_size comment in ps.c 2014-01-20 10:54:14 +01:00
Ludwig Ortmann
bcbe6bf5c8 thread_measure_stack_ usage -> free
Rename the function as its name suggests the opposite of what it does.
2014-01-20 10:46:20 +01:00
Ludwig Ortmann
81608bdab5 thread_measure_stack_usage documentation
fix documentation - the return value is the opposite of what it said
add and improve comments
renamed space to space_free (the name is documentation as well)
2014-01-20 10:42:59 +01:00
Ludwig Ortmann
c42aa8993f fix regression from #251
remove thread_measure_stack_usage from kernel_internal.h again
2014-01-20 10:34:06 +01:00
Martin Lenders
9286205287 Merge pull request #515 from OlegHahm/vtimer_dependency
add vtimer dependencies to Makefile.dep
2014-01-18 11:43:42 -08:00
Christian Mehlis
5c3381b70a tcp_timer: fix 'remove without use' behavior 2014-01-18 01:20:40 +01:00
Christian Mehlis
860b499fb6 lowpan: fix wrong printf usage 2014-01-18 01:18:37 +01:00
Christian Mehlis
8539517c11 icmp: fix warning of unused parameter 2014-01-18 01:17:31 +01:00
Christian Mehlis
f757de190f demo: make handler more error tolerant 2014-01-18 01:16:38 +01:00
Christian Mehlis
a4f1dc464a demo: fix printf handling 2014-01-18 01:15:29 +01:00
Christian Mehlis
dfc87026d7 demo: rename functions to avoid collisions 2014-01-18 01:14:23 +01:00
Christian Mehlis
b6734ce2cb socket: fix warning of void pointer arithmetic 2014-01-18 01:12:38 +01:00
Thomas Eichinger
f25e9f1f79 fixing bug: don't reapply patch 2014-01-17 17:59:43 +01:00
Oleg Hahm
8c0b78925d add vtimer dependencies to Makefile.dep 2014-01-17 16:36:09 +01:00
Oleg Hahm
48686035fe Merge pull request #336 from authmillenon/libcoap_ports_like
Add libcoap as BSD ports-like package
2014-01-17 07:02:41 -08:00
Oleg Hahm
afdc3dee23 Merge pull request #226 from authmillenon/posix_sockets
Posix sockets
2014-01-17 07:00:14 -08:00
Martin Lenders
55b1c27c38 Add libcoap as BSD ports-like package 2014-01-17 15:54:18 +01:00
Martin Lenders
82af516691 Add pnet tests 2014-01-17 14:40:57 +01:00
Martin Lenders
4333467e02 Add auxilary headers 2014-01-17 14:40:57 +01:00
Martin Lenders
419225753c Wrap RIOT socket API 2014-01-17 14:40:57 +01:00
Martin Lenders
96489b85c6 Define stdin, stdout and stderr 2014-01-17 14:40:57 +01:00
Martin Lenders
ab654573e5 Implementation of close() 2014-01-17 14:40:57 +01:00
Martin Lenders
abe65b09bb Implement file descriptor table
Needed for pnet
2014-01-17 14:40:57 +01:00
Martin Lenders
f9ae76fa4b Start POSIX net [pnet] module 2014-01-17 14:40:57 +01:00
Martin Lenders
2cf0d02c5e Auto init destiny 2014-01-17 14:40:56 +01:00
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