emfcamp / Mk2-Firmware

Firmware that runs on the TiLDA v2 Badge
18 stars 36 forks source link

Work out why we can't create queues and mutexes before the scheduler starts #120

Open marksteward opened 10 years ago

marksteward commented 10 years ago

It should be possible for queues at least:

hardware/emfcamp/sam/libraries/FreeRTOS_ARM/examples/FreeRTOSBook/Example015/Example015.ino

Mutexes are more tricky, as they "belong" to tasks.