MPLAB® Harmony 3 is an extension of the MPLAB® ecosystem for creating embedded firmware solutions for Microchip 32-bit SAM and PIC® microcontroller and microprocessor devices. Refer to the following links for more information.
- Microchip 32-bit MCUs
- Microchip 32-bit MPUs
- Microchip MPLAB X IDE
- Microchip MPLAB® Harmony
- Microchip MPLAB® Harmony Pages
This repository contains the MPLAB® Harmony 3 wireless system solutions. Quickly incorporate connectivity to your designs with wireless ICs, modules, software and development kits that make connecting effortless for your customers. Our comprehensive wireless portfolio has the technology to meet your range, data rate, interoperability, frequency and topology needs. Refer to the following links for release notes, training materials, and interface reference information.
- Release Notes
- MPLAB® Harmony License
- MPLAB® Harmony 3 Wireless PIC32CXBZ Wiki
- MPLAB® Harmony 3 Wireless PIC32CXBZ API Help
Folder | Description |
---|---|
config | Wireless pic32cx-bz system services module configuration file |
docs | Wireless pic32cx-bz system services help documentation-html, md and pdf |
drivers | Driver/Firmware files of pic32cx-bz system services |
utilities | Contains scripts and other utilities |
Service | Description |
---|---|
Device Support Library | This service provides help on the Device Support library that can be used as interface with RF System, PMU System, Info Block and Sleep System |
Persistent Data Server Library | This service provides help on the PDS library that can be used for storing and restoring of important data in non-volatile memory using wear levelling mechanism |
Standalone Bootloader | This service provides help on the Standalone Bootloader component that can be used to upgrade firmware on a target device without the need for an external programmer or debugger |
Bootloader Services | This service provides help on the Bootloader Services that can be used to create signed firmware image for OTA with the provided header and OTA header information |
#License Silex Public Key Cryptography API, included in this repository(for PIC32CXBZ3, WBZ35X) comes with the following BSD 3-Clause
Copyright (c) 2018-2020 Silex Insight sa Copyright (c) 2018-2020 Beerten Engineering scs
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
-
Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
-
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
-
Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS �AS IS� AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.