Commit graph

216 commits

Author SHA1 Message Date
Stefan Lankes
452aa3b1d1 cosmetic changes and add some scheduling statistics 2011-08-03 19:37:05 +02:00
Stefan Lankes
22dab59699 minor changes in the scheduler routine to relalize a fair round-robin scheduling 2011-08-03 15:10:58 +02:00
Stefan Lankes
556734bf8c disable LwIP example 2011-08-02 05:26:40 -07:00
Stefan Lankes
81a24913ca fix bug by disabling LwIP 2011-08-02 13:05:08 +02:00
Stefan Lankes
026d5e264c use table_lock to avoid GPs during a task switch 2011-08-02 10:24:17 +02:00
Stefan Lankes
744abc36c8 minor optimization on single core systems 2011-08-02 07:07:16 +02:00
Stefan Lankes
d5bfc4f28c avoid races on SMP systems
=> signalizes with a new flag, that a task switch is finished
2011-08-01 22:01:39 +02:00
Stefan Lankes
2538fd7d0b use nicer output messages 2011-08-01 22:00:05 +02:00
Stefan Lankes
5c9ef35170 use tcpip_input instead of ethernet_input
=> With NO_SYS=0, netif->input must be set to tcpip_input for all netif types (whether ethernet, PPP, slipif, etc.)
2011-08-01 21:57:38 +02:00
Stefan Lankes
8c9504a87f add some additional error checks 2011-07-30 17:40:09 +02:00
Stefan Lankes
f76f4ac70d fix wrong initialization of current_task 2011-07-30 17:36:21 +02:00
Stefan Lankes
0d867265d9 set LWIP_RAW to 0 because we don't nee raw pcbs => speeds up input processing 2011-07-26 14:54:06 -07:00
Stefan Lankes
ab37b024b0 simply the scheduler => move code from entry.asm to timer.c 2011-07-21 09:59:29 +02:00
Stefan Lankes
e57a447fda minor changes in using the per_core macro, add additional output messages by an exception & cosmetic changes 2011-07-20 09:47:46 +02:00
Stefan Lankes
20c944b099 avoid a task migration during the calculation of the current task
=> temporary clearing the IF flag
2011-07-20 08:24:24 +02:00
Stefan Lankes
dfa928de78 reduce the number of function calls to determine the core id 2011-07-19 21:22:54 +02:00
Stefan Lankes
82e6604a2c demo also shows the core number on which the application is running 2011-07-18 09:51:16 +02:00
Stefan Lankes
e595fae384 add SMP support
- this is experimental version
- by setting MAX_CORES to 1, you are to disable the SMP support
2011-07-18 09:14:28 +02:00
Stefan Lankes
ea10e8f4d6 fix bug to compile MetalSVM on systems without RCCE support 2011-07-04 22:21:02 +02:00
Stefan Lankes
30aaa5fda3 review of Benedikt's virtual IP device 2011-07-04 13:02:19 -07:00
Stefan Lankes
227031a41c Merge branch 'master' into network 2011-07-04 11:41:21 -07:00
Stefan Lankes
42b5542881 don't longer use ping_send_now 2011-07-04 10:56:50 -07:00
Stefan Lankes
f48c738d8e fix bug in the initialization of LwIP 2011-07-04 10:56:15 -07:00
Stefan Lankes
0fe5027a63 if LwIP supports sockets, the ping example will switch to the socket interface 2011-07-04 10:51:30 -07:00
Stefan Lankes
e5c0e2b037 integrate the timer values of the icc ping example in the payload of the mailbox header
=> remove some static variables
2011-07-02 03:40:08 -07:00
Stefan Lankes
32a36c5e6e disable ping example 2011-07-02 00:28:41 -07:00
Stefan Lankes
fec9f9cfe1 switch back to the ping example
- use RAW interface
- cut the timer debug messages
2011-06-30 12:26:16 -07:00
Carl-Benedikt Krüger
4674a140a0 ... 2011-06-29 23:19:12 +02:00
Stefan Lankes
de216756d1 move mailbox example to tests.c 2011-06-29 12:29:04 -07:00
Carl-Benedikt Krüger
a2c40aee35 ... 2011-06-29 01:28:45 +02:00
Carl-Benedikt Krüger
41b1d4d953 ... 2011-06-29 01:16:25 +02:00
Carl-Benedikt Krüger
986dca6c0d ... 2011-06-29 00:59:22 +02:00
Carl-Benedikt Krüger
40841cd399 ... 2011-06-29 00:56:32 +02:00
Carl-Benedikt Krüger
99858a1498 ... 2011-06-29 00:15:17 +02:00
Carl-Benedikt Krüger
cb5a4559c2 ... 2011-06-29 00:01:53 +02:00
Carl-Benedikt Krüger
8d8ff9d087 ... 2011-06-28 16:21:16 +02:00
Carl-Benedikt Krüger
d93b99f97a ... 2011-06-28 16:13:00 +02:00
Carl-Benedikt Krüger
692728500c ... 2011-06-28 15:55:21 +02:00
Carl-Benedikt Krüger
b11940b7d1 ... 2011-06-28 15:54:18 +02:00
Carl-Benedikt Krüger
5dccc9c532 ... 2011-06-28 15:51:43 +02:00
Carl-Benedikt Krüger
4576c948fe ... 2011-06-28 15:45:28 +02:00
Carl-Benedikt Krüger
5b2e4d7cdc ... 2011-06-28 15:38:08 +02:00
Carl-Benedikt Krüger
ea9b7bb04b ... 2011-06-28 15:30:45 +02:00
Carl-Benedikt Krüger
db32942541 ... 2011-06-28 15:29:43 +02:00
Carl-Benedikt Krüger
efa8896d67 ... 2011-06-28 15:24:44 +02:00
Carl-Benedikt Krüger
25bc264d18 ... 2011-06-28 15:06:23 +02:00
Carl-Benedikt Krüger
beb3eb322f ... 2011-06-28 14:59:20 +02:00
Carl-Benedikt Krüger
4918bda9af ... 2011-06-28 14:57:20 +02:00
Carl-Benedikt Krüger
d08ade98d2 ... 2011-06-28 14:50:26 +02:00
Carl-Benedikt Krüger
ed19a6c3db ... 2011-06-28 14:49:04 +02:00