4.0.1 • Published 3 months ago

@mchp-mcc/scf-pic8-memory-v3 v4.0.1

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
-
Last release
3 months ago

Nonvolatile Memory Module

Overview

The Nonvolatile Memory Module provides runtime read and write access to the Program Flash Memory (PFM), Data Flash Memory (DFM), and Configuration bits. DFM can only be accessed one byte at a time with automatic erase before write.

Changelog

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

4.0.1 - 2024-01-30

Improvements

  • CC8SCRIP-19236 :- Internal Improvements
  • CC8SCRIP-13504 :- Added info in UI for compiler settings

4.0.0 - 2022-11-16

Improvements

  • CC8SCRIP-9343 :- Add APIs to access Configuration Bits and Device ID
  • CC8SCRIP-8591 :- Rename FLASH_ErasaePageAddressGet and FLASH_ErasePageOffsetGet APIs to FLASH_PageAddressGet and FLASH_PageOffsetGet respectively

3.0.0 - 2022-02-07

New Features

  • CC8SCRIP-7075 :- Flash and EEPROM drivers refactored to follow the single-responsibility SOLID principle.