Skip to content

Commit 114dab2

Browse files
authored
Merge pull request #896 from LedgerHQ/tjo_update_os_version_api_level_22
Tjo update os version api level 22
2 parents 3f3a64a + f734dfa commit 114dab2

File tree

2 files changed

+24
-13
lines changed

2 files changed

+24
-13
lines changed

README.md

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -59,19 +59,20 @@ This list the main API_LEVEL branches with their purposed (corresponding OS) and
5959

6060
The full mapping of API_LEVEL branches, including OS release candidates, is available [here](api_levels.json).
6161

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: |
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: |
75+
| 22 | nanox_2.4.1 <br/> nanos+_1.3.1 <br/> stax_1.6.1 <br/> flex_1.2.1 <br/> nanox_2.4.2 <br/> nanos+_1.3.2 <br/> stax_1.6.2 <br/> flex_1.2.2 <br/> | :heavy_check_mark: |
7576

7677
### Cherry-picking process:
7778

api_levels.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,5 +94,15 @@
9494
"nanox_2.4.0-rc1",
9595
"stax_1.6.0-rc1",
9696
"flex_1.2.0-rc1"
97+
],
98+
"22": [
99+
"nanos+_1.3.1",
100+
"nanox_2.4.1",
101+
"stax_1.6.1",
102+
"flex_1.2.1",
103+
"nanos+_1.3.2",
104+
"nanox_2.4.2",
105+
"stax_1.6.2",
106+
"flex_1.2.2"
97107
]
98108
}

0 commit comments

Comments
 (0)