5.3.5 • Published 22 days ago

@mchp-mcc/pic18-configuration-bits-v1 v5.3.5

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
-
Last release
22 days ago

System Module (Device Configuration)

Overview

This module performs the following:

  • System Initialization, which initializes various peripherals, drivers, and middleware. The SYSTEM_Initialize() function initializes the MCU system (oscillators, clocks, flash wait states, etc.) and peripherals, which have been selected.
  • Device Configuration, which allows the user to setup the device with several choices of oscillators, Resets and memory protection options.

Changelog

All notable changes to this project will be documented in this file.

5.3.5 - 2024-04-16

Improvements

  • CC8SCRIP-19634 :- Set default configuration for RSTOSC to HFINTOSC

5.3.4 - 2024-01-18

Bug Fixes

  • CC8SCRIP-19286 :- Remove DEBUG configuration bit from the MCC UI

Improvements

  • CC8SCRIP-19285 :- Add package version in the generated .c and .h files

5.3.3 - 2023-02-15

Bug Fixes

  • CC8SCRIP-17651 :- MCC Melody Bug - Minimal project does not compile

Improvements

  • CC8SCRIP-13550 :- Added support to generate API description in system.c for the APIs passed from other modules.
  • CC8SCRIP-13549 :- Updated API documentation