Skip to content

Commit 64e47cb

Browse files
committed
add missing 6.3.* releases
1 parent f7531f0 commit 64e47cb

File tree

2 files changed

+113
-0
lines changed

2 files changed

+113
-0
lines changed
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
---
2+
layout: post
3+
lang: en
4+
title: µOS++ v6.3.16 released
5+
author: Liviu Ionescu
6+
7+
date: 2021-05-03 13:09:00 +0200
8+
9+
categories:
10+
- releases
11+
- rtos
12+
- micro-os-plus
13+
14+
---
15+
16+
Version v6.3.16 is a **µOS++** maintenance release. The changes
17+
are a bug fix and an enhancements.
18+
19+
## Affected packages
20+
21+
- [micro-os-plus-iii](https://github.com/micro-os-plus/micro-os-plus-iii)
22+
23+
## Download or update
24+
25+
As of now, the **µOS++** code is split between several GitHub projects
26+
and needs to be brought together to compose a project.
27+
To automate this process, some scripts are available from a
28+
[separate project](https://github.com/xpacks/scripts).
29+
30+
To update the local copy of the xPacks, use the
31+
`scripts.git/xpacks-update-repo.sh` script.
32+
33+
To experiment with **µOS++**, please check the demo projects, available from
34+
[GitHub](https://github.com/micro-os-plus/eclipse-demo-projects),
35+
and use a similar structure for your projects.
36+
37+
## New features
38+
39+
- none
40+
41+
## Addressed bugs
42+
43+
- [[#48](https://github.com/micro-os-plus/micro-os-plus-iii/issues/84)]:
44+
several methods lacked the `override` keyword, triggering compiler
45+
warnings; fixed.
46+
47+
## Other changes
48+
49+
- [[#74](https://github.com/micro-os-plus/micro-os-plus-iii/issues/74)]:
50+
there ws no C wrapper for thread::kill(); added
51+
52+
## Known problems
53+
54+
- the header files are still located below a `cmsis-plus` folder; to be
55+
replaced by `micro-os-plus` in a future major release.
56+
- the `file_descriptors_manager` class is not yet synchronised
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
---
2+
layout: post
3+
lang: en
4+
title: µOS++ v6.3.17 released
5+
author: Liviu Ionescu
6+
7+
date: 2021-05-21 13:09:00 +0200
8+
9+
categories:
10+
- releases
11+
- rtos
12+
- micro-os-plus
13+
14+
---
15+
16+
Version v6.3.17 is a **µOS++** maintenance release. The changes
17+
are a bug fix and an enhancements.
18+
19+
## Affected packages
20+
21+
- [micro-os-plus-iii](https://github.com/micro-os-plus/micro-os-plus-iii)
22+
23+
## Download or update
24+
25+
As of now, the **µOS++** code is split between several GitHub projects
26+
and needs to be brought together to compose a project.
27+
To automate this process, some scripts are available from a
28+
[separate project](https://github.com/xpacks/scripts).
29+
30+
To update the local copy of the xPacks, use the
31+
`scripts.git/xpacks-update-repo.sh` script.
32+
33+
To experiment with **µOS++**, please check the demo projects, available from
34+
[GitHub](https://github.com/micro-os-plus/eclipse-demo-projects),
35+
and use a similar structure for your projects.
36+
37+
## New features
38+
39+
- none
40+
41+
## Addressed bugs
42+
43+
- [[#76](https://github.com/micro-os-plus/micro-os-plus-iii/issues/76)]:
44+
LWIP redefines `sa_family_t` and `struct sockaddr`; add preprocessor
45+
macros to skip the local definitions.
46+
47+
## Other changes
48+
49+
- [[#75](https://github.com/micro-os-plus/micro-os-plus-iii/issues/75)]:
50+
clearing members in destructors is not possible, due to GCC
51+
**dead store elimination** optimisation; revert to BSS init.
52+
53+
## Known problems
54+
55+
- the header files are still located below a `cmsis-plus` folder; to be
56+
replaced by `micro-os-plus` in a future major release.
57+
- the `file_descriptors_manager` class is not yet synchronised

0 commit comments

Comments
 (0)