emfcamp / Mk2-Firmware

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

RTOS Task break down #5

Open dpslwk opened 10 years ago

dpslwk commented 10 years ago

I think we can break down the badge firmware into the following RTOS Tasks, I've tried to give a quick summary of what I think each task might cover

Possible FreeRTOS compatible HAL drivers needed to support our firmware some of these we might be ok just to use the Arduino API versions

dpslwk commented 10 years ago

Will need to work out priority levels for tasks, which can pre-empt which. Also IRQ priority levels