Skip to content

Commit dc1cbd7

Browse files
Doc: Update README.md API_LEVEL section
Remove release candidates OS from API_LEVEL table.
1 parent 1cdd692 commit dc1cbd7

File tree

1 file changed

+17
-28
lines changed

1 file changed

+17
-28
lines changed

README.md

Lines changed: 17 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -55,34 +55,23 @@ In short, to build an app for an OS, you should:
5555

5656
## About API_LEVEL branches
5757

58-
This list the API_LEVEL branches with their purposed (corresponding OS) and state if they should still be patched or not (OS not “active” anymore).
59-
OS release candidates are only kept in the list when a corresponding OS release production might be released on the same API_LEVEL.
60-
61-
| Name | Related OS | Active
62-
|---------|-------------------------------------------------------------------------------------------------------------------------------|-------------------
63-
| LNS | <br/> nanos_2.1.0 | :heavy_check_mark:
64-
| 1 | nanox_2.1.0 <br/> nanos+_1.1.0 | :x:
65-
| 2 | only rc releases | :x:
66-
| 3 | only rc releases | :x:
67-
| 4 | only rc releases | :x:
68-
| 5 | nanox_2.2.{0, 1, 2, 3} <br/> nanos+ 1.1.1 | :heavy_check_mark:
69-
| 6 | only rc releases | :x:
70-
| 7 / 7.1 | only rc releases | :x:
71-
| 7.2 | only rc releases<br/> (not compatible due <br/> to font update) | :x:
72-
| 8 | stax_1.0.0 | :x:
73-
| 9 | only rc releases | :x:
74-
| 10 | stax_1.1.0 | :x:
75-
| 11 | stax_1.2.0 <br/> stax_1.2.1 | :x:
76-
| 12 | nanox_2.3.0-rc2 <br/> nanos+_1.2.0-rc2 | :x:
77-
| 13 | stax_1.3.0 | :x:
78-
| 14 | only rc releases | :x:
79-
| 15 | stax_1.4.0 | :heavy_check_mark:
80-
| 16 | europa_0.1.0-re1 | :x:
81-
| 17 | europa_0.1.0-re2 | :x:
82-
| 18 | europa_0.1.0-re3 <br/> flex_0.2.0-rc1 <br /> flex_0.2.0-rc2 <br /> nanox_2.3.0-rc5 <br/> nanos+_1.2.0-rc5 <br/> nanos+_1.2.0 | :heavy_check_mark:
83-
| 19 | flex_1.0.0-rc1 <br/> flex_1.0.0-rc2 <br/> flex_1.0.0 <br/> flex_1.0.1 <br/> | :x:
84-
| 20 | stax_1.5.0-rc1 <br/> flex_1.1.0-rc1 | :x:
85-
| 21 | stax_1.5.0-rc2 <br/> flex_1.1.0-rc2 <br/> stax_1.5.0 <br/> flex_1.1.0 <br/> flex_1.1.1 <br/> | :heavy_check_mark:
58+
This list the main API_LEVEL branches with their purposed (corresponding OS) and state if they should still be patched or not (OS not “active” anymore).
59+
60+
The full mapping of API_LEVEL branches, including OS release candidates, is available [here](api_levels.json).
61+
62+
| Name | Related OS | Active |
63+
| ---- | -------------------------------------------------- | ------------------ |
64+
| LNS | <br/> nanos_2.1.0 | :heavy_check_mark: |
65+
| 1 | nanox_2.1.0 <br/> nanos+_1.1.0 | :x: |
66+
| 5 | nanox_2.2.{0, 1, 2, 3} <br/> nanos+ 1.1.1 | :heavy_check_mark: |
67+
| 8 | stax_1.0.0 | :x: |
68+
| 10 | stax_1.1.0 | :x: |
69+
| 11 | stax_1.2.0 <br/> stax_1.2.1 | :x: |
70+
| 13 | stax_1.3.0 | :x: |
71+
| 15 | stax_1.4.0 | :x: |
72+
| 18 | nanos+_1.2.0 | :heavy_check_mark: |
73+
| 19 | flex_1.0.0 <br/> flex_1.0.1 <br/> | :x: |
74+
| 21 | stax_1.5.0 <br/> flex_1.1.0 <br/> flex_1.1.1 <br/> | :heavy_check_mark: |
8675

8776
### Cherry-picking process:
8877

0 commit comments

Comments
 (0)