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.

1 Open Issue Need Help Last updated: Aug 8, 2025

Open Issues Need Help

View All on GitHub
Operating Systems Kernel Development

AI 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.

Complexity: 3/5
enhancement good first issue

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.

C