4.1.3 • Published 22 days ago

@mchp-mcc/pic16-configuration-bits-v2 v4.1.3

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.

4.1.3 - 2024-04-16

Improvements

  • CC8SCRIP-19657 :- Set default configuration to High Frequency Internal Oscillator

4.1.2 - 2024-01-30

Improvements

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

4.1.1 - 2023-03-01

Improvements

  • CC8SCRIP-7973 :- Removed Compiler Warnings in Generated Code.