task #5
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "task"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Implementation of the task module, a proto-os capable of running multiple tasks concurrently, with cooperative scheduling, stack-less tasks, internal timing management and power management. This implementation includes :
Remaining work on this implementation include calibrating the RTC when using the LSI wich will be done later since it would require the use of timers for which the driver is yet to be created