Skip to content

Commit c8db48a

Browse files
jigneshmoradiya1syamknair
authored andcommitted
[DOCS] Updated release notes, package.xml and package.yml files
MH3-89499
1 parent 2e85839 commit c8db48a

File tree

4 files changed

+34
-3
lines changed

4 files changed

+34
-3
lines changed

docs/supported_bootloaders.jpg

248 KB
Loading

package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
22
<Package name="bootloader">
33
<Dependencies>
4-
<Dependency name="csp" version="v3.18.1"/>
4+
<Dependency name="csp" version="v3.18.2"/>
55
<Dependency name="core" version="v3.13.2"/>
66
<Dependency name="bsp" version="v3.17.0"/>
77
<Dependency name="net" version="v3.11.0"/>

package.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ package:
44
type: "api"
55
status: "production"
66
required: false
7-
version: "3.7.0"
7+
version: "v3.7.0"
88

99
dependencies:
1010
- name: "bsp"
1111
type: "package"
1212
version: "v3.17.0"
1313
- name: "csp"
1414
type: "package"
15-
version: "v3.18.1"
15+
version: "v3.18.2"
1616
- name: "core"
1717
type: "package"
1818
version: "v3.13.2"

release_notes.md

+31
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,37 @@ nav_order: 99
88

99
# Microchip MPLAB® Harmony 3 Release Notes
1010

11+
## Bootloader Release v3.7.0
12+
13+
### New Features
14+
15+
- This release includes support for
16+
- **OTA bootloader with RNBD451 BLE module** for SAM, PIC32C and PIC32M family of 32-bit microcontrollers
17+
- **UART, I2C, SPI, CAN, Serial Memory, USB and Ethernet UDP bootloaders** for PIC32CZ CA family of 32-bit microcontrollers
18+
- **CAN bootloader** for PIC32M family of 32-bit microcontrollers
19+
- **UART, I2C, SPI and Serial Memory bootloaders** for PIC32CX-BZ2 and WBZ45 family of 32-bit microcontrollers
20+
- **UART bootloader** for SAMA5D2, SAM9X60, SAM9X7 and SAMA7G5 family of 32-bit microprocessors
21+
22+
- Below are new bootloader application repos added
23+
- [bootloader_apps_ota](https://github.com/Microchip-MPLAB-Harmony/bootloader_apps_ota)
24+
25+
### Bootloaders Supported on different product families
26+
- The following table provides supported bootloaders for different product families
27+
<p align="center">
28+
<img src = "./docs/supported_bootloaders.jpg"/>
29+
</p>
30+
31+
### Known Issues
32+
- No changes from v3.6.0
33+
34+
### Development Tools
35+
36+
* [MPLAB® X IDE v6.15](https://www.microchip.com/mplab/mplab-x-ide)
37+
* [MPLAB® XC32 C/C++ Compiler v4.35](https://www.microchip.com/mplab/compilers)
38+
* MPLAB® X IDE plug-ins:
39+
* MPLAB® Code Configurator (MCC) v5.4.1
40+
41+
1142
## Bootloader Release v3.6.0
1243

1344
### New Features

0 commit comments

Comments
 (0)