Open Issues Need Help
View All on GitHubAI Summary: Implement support for multiple peak hour periods in the PIC32 RTCC driver. This involves modifying the existing peak hour detection logic to handle multiple configurable time windows instead of a single one. The change should allow users to define start and end times for each peak period.
This repository contains a complete bare-metal driver for the PIC32MZ2048EFG100's internal Real-Time Clock Calendar (RTCC) peripheral, implemented entirely through direct register manipulation without relying on any hardware abstraction layers or middleware.