1.0.3 • Published 1 month ago

@mchp-mcc/pic18-configuration-bits-v8 v1.0.3

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

Improvements

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

1.0.2 - 2024-03-19

Bug Fixes

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

Improvements

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

1.0.1 - 2023-06-26

New Features

  • CC8SCRIP-15905 :- Add support to configure the dynamic pins in the Pin Grid View by using the Configuration Bits module