Christian Mehlis
|
a57c25499b
|
remove recursive include
|
2013-06-13 21:23:14 +02:00 |
|
Oliver Hahm
|
40edc25022
|
* cast main function in kernel_init to match prototype
|
2013-06-10 16:23:42 +02:00 |
|
Christian Mehlis
|
8f74612762
|
main should always return int
this fixes some compiler warnings
|
2013-06-09 18:02:58 +02:00 |
|
Christian Mehlis
|
b41fd19216
|
prevent double include of debug.h
|
2013-06-09 18:02:30 +02:00 |
|
Christian Mehlis
|
42063530c0
|
clarify: while loop without body is correct here
|
2013-06-09 17:52:02 +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 |
|
Oliver Hahm
|
e6177e811a
|
* moved cpu and board specific parts to corresponding Makefiles
* introduced variable for cpu folder
|
2013-03-23 18:38:12 +01:00 |
|
Ludwig Ortmann
|
f8973bb007
|
Merge remote-tracking branch 'upstream/master'
|
2013-03-12 15:23:24 +01:00 |
|
Oliver Hahm
|
0d06e1bc18
|
Merge branch 'master' of github.com:RIOT-OS/RIOT
|
2013-03-10 16:46:46 +01:00 |
|
Oliver Hahm
|
7a4dec1830
|
* replaced new Makefile name in Makefiles
|
2013-03-09 23:47:21 +01:00 |
|
Oliver Hahm
|
5ffe5a9c27
|
* renamed makefiles to Makefile
|
2013-03-09 23:45:56 +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
|
48e5df9bef
|
* some clean up
* assert active_thread pointer before saving it
|
2013-02-28 18:11:20 +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
|
d31ee82518
|
* removed legacy projects folder and Jamfiles
|
2013-02-27 19:08:16 +01:00 |
|
Oliver Hahm
|
9df46b3507
|
* fixed makefiles for msb-430h support
|
2013-02-15 22:17:42 +01:00 |
|
Oliver Hahm
|
82f2e3d4e0
|
* added missing makefiles for msb430h
* updated some makefiles and fixed includes for msb430h
|
2013-02-11 22:10:03 +01:00 |
|
Oleg Hahm
|
5df0bd0cc4
|
* updated and integrated makefiles
* added some auto dependencies
|
2013-02-08 17:37:02 +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
|
e49a17f4f7
|
Merge branch 'feuerware-integration'
|
2012-11-07 15:25:25 -05:00 |
|
Oliver Hahm
|
92281753ad
|
Merge branch 'stable'
Conflicts:
core/sched.c
sys/auto_init.c
|
2012-11-05 19:15:57 -05:00 |
|
Oliver Hahm
|
a20088f6e8
|
[core sched]
* fixed thread_getlastpid()
* enable interrupts again in thread_sleep() to avoid getting stuck w/
disabled interrupts
[cpu lpc2387]
* added hwtimer as dependency for MCI driver
[project test_*]
* fixed some expect scripts
|
2012-11-01 13:18:17 +01:00 |
|
Oliver Hahm
|
2109f7dc86
|
[core thread]
* added thread_getlastpid
|
2012-10-18 18:08:40 +02: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
|
918a31cf8c
|
[core hwtimer] [cpu arm]
* adapted core and arm cpu
|
2012-03-08 18:58:39 +01:00 |
|
Oliver Hahm
|
551d684155
|
Merge branch 'master' of ssh://ukleos.org:2222/home/git/ukleos
|
2012-02-24 14:49:58 +01:00 |
|
Oliver Hahm
|
0d6d3e2c43
|
[board msba2-common] [sys chardev_thread] [sys shell] [driver cc110x_ng] [core msg]
* some cosmetics and cleanups
|
2012-02-16 21:33:41 +01:00 |
|
Oliver Hahm
|
961b4df179
|
[core cib] [projects default] [sys shell]
* fixed some minor issues found by splint
|
2012-02-14 14:49:45 +01:00 |
|
Oliver Hahm
|
59a46e0e88
|
Merge branch 'sixlowpan'
Conflicts:
cpu/arm_common/hwtimer_cpu.c
sys/include/vtimer.h
sys/vtimer.c
|
2012-01-11 17:02:43 +01:00 |
|
Oliver Hahm
|
75b4c946ac
|
[core hwtimer]
* removed double function prototype
|
2012-01-04 17:44:14 +01:00 |
|
Oliver Hahm
|
e89dc07a05
|
core/
|
2011-12-28 11:41:33 +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
|
a5d1d6d26b
|
[core scheduler]
* added optional callback for scheduler timing statistics
|
2011-10-05 15:13:34 +02:00 |
|
mlenders
|
9521142842
|
merged
|
2011-07-10 22:49:41 +02: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
|
fa94cecf1f
|
[core mutex]
* fixed bug from r5b3209ea
|
2011-04-14 13:47:24 +02:00 |
|
Oliver Hahm
|
23cd123bdb
|
[core thread]
* fixed wrong struct name in macro
|
2011-04-04 13:15:21 +02:00 |
|