Christian Mehlis
|
9c70e4501c
|
only include debug functions if needed
|
2013-10-11 14:21:47 +02:00 |
|
Christian Mehlis
|
6da0375197
|
fix macros in the hwtimer
|
2013-08-26 21:36:34 +02:00 |
|
Oleg Hahm
|
3ad55cce8b
|
changed default stacksize
* the default stacksize no longer set for a thread using printf
* the stacksize for the main thread therefore adds the necessary space
|
2013-08-14 18:04:25 +02:00 |
|
Oleg Hahm
|
2981fe0844
|
Improving sched.h documentation
|
2013-08-14 14:39:09 +02:00 |
|
Oleg Hahm
|
7dbb97e376
|
added documentation for sched.h
|
2013-08-14 13:53:43 +02:00 |
|
Oleg Hahm
|
932c626c6b
|
moved prototype for sched_register_cb() from C file to header
|
2013-08-14 13:09:43 +02:00 |
|
Christian Mehlis
|
764e0027f1
|
add oneway calloc
|
2013-08-10 11:21:25 +02:00 |
|
Martin
|
63146190b3
|
fix changed prototype parameter 1 of thread_stack_init from void* to void(*)(void)
|
2013-08-09 12:19:03 +02:00 |
|
Oleg Hahm
|
39a4dc684e
|
fixes for #62: eliminate unused parameter warnings
NOTE: this commit introduces a kernel API change for mutex_unlock
|
2013-08-04 04:10:33 +02:00 |
|
Oleg Hahm
|
0bd81f14a4
|
remove header guard from debug.h and repaired debugging on a per file base
|
2013-07-25 21:56:37 +02:00 |
|
Oleg Hahm
|
599e266b55
|
Revert "removed redefined ENABLE_DEBUG"
This reverts commit 69c526f44d .
Instead of removing ENABLE_DEBUG, define it as zero and replacing the
ifdef preprocessor commands by a simple #if
|
2013-07-24 00:38:43 +02:00 |
|
Christian Mehlis
|
837bad38eb
|
rename kernel_intern.h
german "intern" to english "internal"
|
2013-07-16 16:36:37 +02:00 |
|
Ludwig Ortmann
|
7dd9ac6be0
|
Add msg_try_receive
|
2013-07-05 23:32:07 +02:00 |
|
Christian Mehlis
|
9549c29ccb
|
fix missing includes
|
2013-06-30 01:53:53 +02:00 |
|
Oliver Hahm
|
57cc002c67
|
Merge branch 'wsn430'
Conflicts:
core/include/queue.h
core/queue.c
cpu/msp430-common/hwtimer_cpu.c
cpu/msp430x16x/hwtimer_msp430.c
sys/lib/hashtable.c
sys/net/ieee802154/ieee802154_frame.c
sys/shell/commands/sc_cc110x_ng.c
sys/transceiver/transceiver.c
sys/vtimer/vtimer.c
|
2013-06-25 15:33:40 +02:00 |
|
Oliver Hahm
|
c8bee9e554
|
fixed coding style (space after most keywords)
|
2013-06-24 22:37:35 +02:00 |
|
Oliver Hahm
|
5bae4f841d
|
added one-time-initialization guard to transceiver
|
2013-06-24 22:12:57 +02:00 |
|
Oliver Hahm
|
f359453083
|
fixed doxygen value
|
2013-06-21 22:37:14 +02:00 |
|
Oliver Hahm
|
ffeb6f8523
|
fixed coding conventions (correctly this time)
|
2013-06-20 18:18:29 +02:00 |
|
Oliver Hahm
|
0d6d8390c0
|
* updated copyright and license headers in various files
|
2013-06-18 17:21:38 +02:00 |
|
Oliver Hahm
|
d640cf4298
|
fixed missing include
|
2013-06-14 19:41:48 +02:00 |
|
Oliver Hahm
|
fdd1d21e8d
|
Merge branch 'master' into wsn430
|
2013-06-14 19:41:23 +02:00 |
|
Christian Mehlis
|
a57c25499b
|
remove recursive include
|
2013-06-13 21:23:14 +02:00 |
|
Christian Mehlis
|
b41fd19216
|
prevent double include of debug.h
|
2013-06-09 18:02:30 +02:00 |
|
Milan Babel
|
df13d9e0fc
|
Merge branch 'master' of github.com:overflowed/RIOT
Conflicts:
drivers/cc110x_ng/Makefile
|
2013-06-06 08:41:30 +02:00 |
|
Milan Babel
|
edb34b73c0
|
fixes for the wsn430
fixed vtimer for the msp430
added spi module for the wsn430 v1.3b
changed some variables to uintXX_t, fixes overflow on msp430
|
2013-06-06 08:35:17 +02:00 |
|
Ludwig Ortmann
|
b36ddd7fd7
|
Merge remote-tracking branch 'upstream/master'
|
2013-05-15 10:18:08 +02:00 |
|
Ludwig Ortmann
|
c6553f6492
|
interrupt handling rewrite
(including uart0 integration, rt-extension removal)
|
2013-05-14 18:31:47 +02:00 |
|
Oliver Hahm
|
e69da952de
|
* forbid the usage of '0' as an parameter for number_of_the_lowest_bit()
|
2013-04-16 14:00:49 +02:00 |
|
Martin Lenders
|
07e8ac9c19
|
Remove swtimer
see #4
|
2013-04-11 15:24:15 +02:00 |
|
Oleg Hahm
|
349bec1f0f
|
* added documentation to kernel_intern.h
|
2013-03-27 16:58:07 +01:00 |
|
Oleg Hahm
|
e8af0c42c3
|
* created prototype for cpu_switch_context_exit()
|
2013-03-27 14:53:38 +01:00 |
|
Ludwig Ortmann
|
f8973bb007
|
Merge remote-tracking branch 'upstream/master'
|
2013-03-12 15:23:24 +01:00 |
|
Oleg Hahm
|
2ed63bd5c6
|
* removed outdated (and probably confusing) FeuerWhere project as an author
|
2013-03-08 11:30:23 +01:00 |
|
Oleg Hahm
|
2277b366b2
|
* removed outdated occurrences of (u|µ)kleos and FeuerWare
|
2013-03-07 20:51:26 +01:00 |
|
Oleg Hahm
|
68c9a60348
|
* fixed a copy&paste error in hwtimer_arch.h
|
2013-03-07 16:33:33 +01:00 |
|
Ludwig Ortmann
|
d65536f77b
|
native cpu initial import
|
2013-03-06 01:08:15 +01:00 |
|
Oleg Hahm
|
5aa00a4f8b
|
* fixed typo in readme
* fixed documentation in irq.h
* moved tools folder to dist
* added check for disk space in build_gnuarm script
* fixed gcc check in this script, too
|
2013-02-27 20:22:19 +01:00 |
|
Oleg Hahm
|
3791039974
|
* integrated makefiles
* fixed some prototypes
* restructured sys
|
2013-02-06 13:20:21 +01:00 |
|
Oliver Hahm
|
4162a2aff8
|
[core thread]
* added thread_getlastpid() to header
|
2012-11-13 17:26:43 +01:00 |
|
Oliver Hahm
|
bf96b81f53
|
[core include]
* added header for low-level io operations
|
2012-11-08 18:56:03 -05:00 |
|
Oliver Hahm
|
a30a18b3a8
|
[core msg]
* updated documentation of msg_send_receive()
|
2012-06-28 16:48:17 +02:00 |
|
Oliver Hahm
|
ffc7976aea
|
[core config]
* added prototype for config_load to header
|
2012-06-06 10:51:38 +02:00 |
|
Oliver Hahm
|
75b4c946ac
|
[core hwtimer]
* removed double function prototype
|
2012-01-04 17:44:14 +01:00 |
|
Oliver Hahm
|
0fd8127fab
|
[core msg]
* updated IPC documentation
|
2011-12-01 16:27:23 +01:00 |
|
Oliver Hahm
|
1e0516fe73
|
[core msg]
* updated documentation
|
2011-12-01 14:11:09 +01:00 |
|
Oliver Hahm
|
706d982705
|
[core kernel]
* fixed include search directive for internal header file
|
2011-06-27 11:34:21 +02:00 |
|
Oliver Hahm
|
5a0e412249
|
[core sched]
* removed declaration from header file
|
2011-06-24 17:53:09 +02:00 |
|
Oliver Hahm
|
23cd123bdb
|
[core thread]
* fixed wrong struct name in macro
|
2011-04-04 13:15:21 +02:00 |
|
Stephan Zeisberg
|
5abef6daf2
|
changed types irq_callback, hashtable, posix_io, s_display_flags, seq_buffer_entry, tcb, toprint to type_t"
|
2011-03-08 11:43:21 +01:00 |
|