RIOT on multicore architectures

Hi,

can RIOT be ported to multicore architectures? As I understand the scheduler, there can always be only active thread at any time (thread_t *active_thread). That is, it is not possible to have multiple threads active on different cores, right?

Regards Gunar