Stefan Lankes
|
4c9855c83a
|
redesign of the scheduler, defining of a runqueue per core
=> Currently, we work stealing isn't supported
|
2011-08-17 13:51:19 +02:00 |
|
Stefan Lankes
|
49da0d2356
|
add user-level socket example
|
2011-08-10 08:22:23 +02:00 |
|
Stefan Lankes
|
8d7dd29b10
|
add helper macro to determine the LwIP error code for the current task
|
2011-08-10 08:20:46 +02:00 |
|
Stefan Lankes
|
a179ded21b
|
redesign of the timers, support of timeouts in mailboxes and semaphores
|
2011-08-06 15:55:34 +02:00 |
|
Stefan Lankes
|
54dfd7ba49
|
add example macro to check if the tcpip thread is alive
|
2011-08-06 15:54:00 +02:00 |
|
Stefan Lankes
|
2e1cfd7965
|
fix wrong data type and wrong using of create_kernel_task
|
2011-08-03 21:40:07 +02:00 |
|
Stefan Lankes
|
3f2d9a2405
|
add support of LwIP's "lightweight" synchronization mechanisms
|
2011-08-01 21:56:16 +02:00 |
|
Stefan Lankes
|
ee30cdd0bf
|
enable LWIP's raw ip for the ping example
|
2011-07-31 19:13:59 +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
|
227031a41c
|
Merge branch 'master' into network
|
2011-07-04 11:41:21 -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 |
|
Stefan Lankes
|
89ae9be16e
|
add missing delays
|
2011-06-30 14:16:55 +02:00 |
|
Carl-Benedikt Krüger
|
947936a043
|
...
|
2011-06-29 01:27:14 +02:00 |
|
Carl-Benedikt Krüger
|
ed3a4c707e
|
...
|
2011-06-29 00:38:45 +02:00 |
|
Carl-Benedikt Krüger
|
8b04ff1beb
|
...
|
2011-06-29 00:37:26 +02:00 |
|
Carl-Benedikt Krüger
|
81070a6384
|
...
|
2011-06-29 00:28:15 +02:00 |
|
Carl-Benedikt Krüger
|
5dccc9c532
|
...
|
2011-06-28 15:51:43 +02:00 |
|
Carl-Benedikt Krüger
|
8c34d7fe53
|
...
|
2011-06-28 15:42:50 +02:00 |
|
Carl-Benedikt Krüger
|
c87b74b0a0
|
...
|
2011-06-27 12:41:17 +02:00 |
|
root
|
c78b0e9f56
|
upgrade to newest metalsvm
|
2011-06-27 11:40:37 +02:00 |
|
root
|
7724b70d55
|
upgrade to newest metalsvm
|
2011-06-27 11:39:01 +02:00 |
|
Stefan Lankes
|
b68e9051cb
|
MetalSVM is a research project => we trust the incoming IP packets
- set ETHARP_TRUST_IP_MAC to 1
|
2011-06-21 23:12:09 -07:00 |
|
root
|
786272ad5e
|
...
|
2011-06-20 23:55:46 +02:00 |
|
root
|
4de65e01e5
|
...
|
2011-06-20 19:34:00 +02:00 |
|
root
|
6c4e6ef4ad
|
...
|
2011-06-20 19:30:53 +02:00 |
|
root
|
ce356093ab
|
...
|
2011-06-20 19:30:07 +02:00 |
|
root
|
0393719e7b
|
...
|
2011-06-20 19:29:16 +02:00 |
|
root
|
ac434211f4
|
...
|
2011-06-20 19:27:54 +02:00 |
|
root
|
ba3c6590e0
|
...
|
2011-06-20 19:26:58 +02:00 |
|
root
|
8c929b67a8
|
...
|
2011-06-20 19:26:25 +02:00 |
|
root
|
e25f3e54d2
|
...
|
2011-06-20 19:25:50 +02:00 |
|
root
|
3f16e2260a
|
...
|
2011-06-20 19:25:07 +02:00 |
|
root
|
60cc680406
|
...
|
2011-06-20 19:24:15 +02:00 |
|
Stefan Lankes
|
536e02892f
|
Merge branch 'master' of git.lfbs.rwth-aachen.de:metalsvm into lwip
Conflicts:
lwip/src/include/lwipopts.h
|
2011-06-06 13:20:31 -07:00 |
|
Stefan Lankes
|
3b79af56a3
|
add the support of the Socket API
|
2011-06-06 21:45:10 +02:00 |
|
Stefan Lankes
|
7ecdc87d89
|
integration of MetalSVM features into LwIP
- setting LwIP macro NO_SYS to 0
- this approach based on Carl-Benedikt Krueger's LwIP branch "krueger"
|
2011-06-05 21:39:57 +02:00 |
|
Stefan Lankes
|
6c80f9e15a
|
add initial version of eMAC driver
as workround for some bugs, a few LwIP features and the interrupt handling in ICC are disabled
|
2011-06-05 00:05:41 -07:00 |
|
U-MobileHooK\Benedikt
|
1077a5a3ca
|
initial commit
|
2011-06-04 09:27:30 +02:00 |
|
Stefan Lankes
|
bfc5f29620
|
add ping test and increase the number of timeouts
|
2011-05-29 15:54:33 +02:00 |
|
Stefan Lankes
|
8a746580b0
|
fix typo
|
2011-05-29 15:38:18 +02:00 |
|
Stefan Lankes
|
fdeceeac36
|
switch from lwip-1.3.2 to lwip 1.4.0
|
2011-05-29 15:36:02 +02:00 |
|
stefan
|
308e023a85
|
- use non-recursive Makefiles
- this patch based on Florian Zeitz's hint
git-svn-id: http://svn.lfbs.rwth-aachen.de/svn/scc/trunk/MetalSVM@400 315a16e6-25f9-4109-90ae-ca3045a26c18
|
2011-02-09 19:13:40 +00:00 |
|
stefan
|
dc8a0e808c
|
- add svn property "ignore" to ignore Makefile.dep
git-svn-id: http://svn.lfbs.rwth-aachen.de/svn/scc/trunk/MetalSVM@304 315a16e6-25f9-4109-90ae-ca3045a26c18
|
2010-11-30 19:51:56 +00:00 |
|
stefan
|
71be663e2d
|
- remove some compiler warnings
git-svn-id: http://svn.lfbs.rwth-aachen.de/svn/scc/trunk/MetalSVM@299 315a16e6-25f9-4109-90ae-ca3045a26c18
|
2010-11-30 08:14:11 +00:00 |
|
stefan
|
55bec7a933
|
- enable the DHCP support
- optimize the memory alignments
git-svn-id: http://svn.lfbs.rwth-aachen.de/svn/scc/trunk/MetalSVM@295 315a16e6-25f9-4109-90ae-ca3045a26c18
|
2010-11-30 05:52:23 +00:00 |
|
stefan
|
cb7cbefb7f
|
- disable theLWIP's DHCP support
git-svn-id: http://svn.lfbs.rwth-aachen.de/svn/scc/trunk/MetalSVM@80 315a16e6-25f9-4109-90ae-ca3045a26c18
|
2010-08-11 20:39:11 +00:00 |
|
stefan
|
059867699b
|
- minor modifications (only some Makefiles and wrapper definitions) to build lwip for the SCC
git-svn-id: http://svn.lfbs.rwth-aachen.de/svn/scc/trunk/MetalSVM@78 315a16e6-25f9-4109-90ae-ca3045a26c18
|
2010-08-11 17:59:21 +00:00 |
|
stefan
|
71188c92f9
|
- complete restart of the project
- support of TSS-based task switching
- add a mailbox template
- suport of user level task
- support of system calls
git-svn-id: http://svn.lfbs.rwth-aachen.de/svn/scc/trunk/MetalSVM@47 315a16e6-25f9-4109-90ae-ca3045a26c18
|
2010-08-09 11:47:51 +00:00 |
|
stefan
|
1383b8ece5
|
- minor changes to increase the debugging output
git-svn-id: http://svn.lfbs.rwth-aachen.de/svn/scc/trunk/MetalSVM@30 315a16e6-25f9-4109-90ae-ca3045a26c18
|
2010-08-04 11:17:14 +00:00 |
|