Skip to content

Commit 28f2698

Browse files
[DOCS] Updated release notes, package.yml and readme.md files
MH3-111137
1 parent 8aef1c4 commit 28f2698

File tree

4 files changed

+29
-10
lines changed

4 files changed

+29
-10
lines changed

package.xml

+2-2
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="eclipse_threadx">
33
<Dependencies>
4-
<Dependency name="core" version="v3.14.2"/>
5-
<Dependency name="threadx" version="v6.4.1_rel"/>
4+
<Dependency name="core" version="v3.15.1"/>
5+
<Dependency name="threadx" version="v6.4.2_rel"/>
66
</Dependencies>
77
</Package>

package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ package:
99
dependencies:
1010
- name: "core"
1111
type: "package"
12-
version: "dev"
12+
version: "v3.15.1"
1313
- name: "threadx"
1414
type: "package"
1515
version: "v6.4.2_rel"

readme.md

+5-7
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,16 @@ MPLAB® Harmony 3 is an extension of the MPLAB® ecosystem for creating embedded
1313

1414
This repository contains the MPLAB® Harmony 3 Eclipse ThreadX configurations. Refer to the following links for release notes, training materials, and interface reference information.
1515

16-
- [Release Notes](./release_notes.md)
16+
- [Release Notes](release_notes.md)
1717
- [Microchip SLA](Microchip_SLA001.md)
1818

1919
# Documentation
2020

21-
Click [here](https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MH3_eclipse_threadx&redirect=true) to view the online documentation of eclipse_threadx repository.
21+
Harmony 3 eclipse threadx example applications are available at [eclipse_threadx_apps](https://github.com/Microchip-MPLAB-Harmony/eclipse_threadx_apps)
2222

23-
To view the documentation offline, follow these steps:
24-
25-
- Download the publication as a zip file from [here](https://onlinedocs.microchip.com/download/GUID-replaceme?type=webhelp).
26-
- Extract the zip file into a folder.
27-
- Navigate to the folder and open **index.html** in a web browser of your choice.
23+
Refer the following links for more information about eclipse threadx:
24+
- [threadx](https://github.com/eclipse-threadx/threadx)
25+
- [threadx license](https://github.com/eclipse-threadx/threadx/blob/master/LICENSE.txt)
2826

2927
# Contents Summary
3028

release_notes.md

+21
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,24 @@
33

44
# Microchip MPLAB® Harmony 3 Release Notes
55

6+
## eclipse_threadx Release v1.0.0
7+
8+
### New Features
9+
10+
- Eclipse ThreadX support in harmony for cortex-M0+, cortex-M4, cortex-M7, cortex-M23, cortex-M33 and MIPS based MCUs
11+
- Eclipse ThreadX support in harmony for ARM9, cortex-A5 and cortex-A7 based MPUs
12+
13+
### Known Issues
14+
15+
- None
16+
17+
### Development Tools
18+
19+
- [MPLAB® X IDE v6.25](https://www.microchip.com/mplab/mplab-x-ide) or higher
20+
- [MPLAB® XC32 C/C++ Compiler v4.60](https://www.microchip.com/mplab/compilers) or higher
21+
- MPLAB® X IDE plug-ins:
22+
- MPLAB® Code Configurator 5.5.2 or higher
23+
24+
### Notes
25+
26+
- None

0 commit comments

Comments
 (0)