Search found 4 matches

by yuanbin
Mon Apr 20, 2015 8:15 am
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Scheduling algorithm time complexity
Replies: 3
Views: 1830

Re: Scheduling algorithm time complexity

Maybe a skip list is a good idea?
by yuanbin
Tue Apr 14, 2015 8:05 am
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Scheduling algorithm time complexity
Replies: 3
Views: 1830

Scheduling algorithm time complexity

Hi!Recently I am studying the implementation of some classical real-time scheduling algorithm, so I read the code about fp and edf in Erika Enterprise. But what make me confused is that in the fp and edf kernel, when activating the task,the kernel just insert the task to an array which make the time...
by yuanbin
Mon Mar 02, 2015 11:43 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Any plans to take part in the GSoC 2015?
Replies: 9
Views: 12945

Re: Any plans to take part in the GSoC 2015?

What a pity!The Erika Enterprise did not accepted by Google!It seems that this year the number of accepted organizations was very smaller than last year!
by yuanbin
Fri Feb 13, 2015 10:20 am
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Any dual-core boards are supported?
Replies: 5
Views: 6177

Re: Any dual-core boards are supported?

Hi! It seems that more and more AMP system are coming out especially the ARM cortex-M serial.Like LPC4357,it contains the cortex-M4 and cortex-M0 processor on one chip. I am more familiar with the ARM serial processor but the cortex-A SMP system are more fit to Linux and Android or Linux+RTOS. So Wh...