The Project "WDT Driver for LPC1114 on FreeRTOS" was my Project work required for the partial Completion of my Post Graduate Diploma in Embedded System Design at Center for Development of Advanced Computing, Advanced Computing Training School, Pune, India.
The Duration of the Project was 15-20 Days wherein we had to develop the driver library for the Watchdog Timer on LPC1114 and incorporate the same into FreeRTOS.
The services of the driver are exported using the UNIX like read, write, Open and ioctl system calls used by the various tasks in the FreeRTOS environment to register with the Watchdog service.
The Watchdog service itself is a task running as an idle task hook and services the watchdog on behalf of all the tasks that are registered with our driver.
...