1.0.3 • Published 19 days ago

@mchp-mcc/pic16-configuration-bits-v6 v1.0.3

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
-
Last release
19 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.

1.0.3 - 2024-04-18

Improvements

  • CC8SCRIP-20070 :- Set default configuration for PLLEN and NOCLKDIV

1.0.2 - 2024-04-04

Bug Fixes

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

Improvements

  • CC8SCRIP-19634 :- Set default configuration for RSTOSC to HFINTOSC
  • CC8SCRIP-19285 :- Add package version in the generated .c and .h files

1.0.1 - 2023-07-20

New Features

  • CC8SCRIP-13867 :- Added support for PIC16(L)F145x device family