Skip to content

Commit c32499a

Browse files
committed
News updates announcing Python 3 support in OOM and Linux 5.11 updates
in optoe.
1 parent b7cc8c1 commit c32499a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,24 @@ port of a switch. In addition to key/value read access, the OOM
99
project also supports key/value write to a limited number of EEPROM
1010
locations, and raw read/write access directly to EEPROM.
1111

12+
NEWS: August 12, 2021
13+
Two different big updates...
14+
15+
OOM, the python package, has been updated to support Python 3. It also
16+
supports Python 2.7, with the same code and interface. (Install it
17+
via setup.py, separately for each version of python.) It should be
18+
backward compatible except that the 'hexstr' function has been renamed
19+
'get_hexstr'.
20+
21+
optoe, the linux driver, was significantly updated to build/run in the
22+
5.11 upstream linux kernel. It was submitted there, and rejected for
23+
architectural, not technical reasons. That code has been checked in here.
24+
This update includes device tree support, nvmem support and regmap support.
25+
This it can be configured via device tree files, and it can be accessed from
26+
within the kernel. It is also completely backward compatible with the
27+
previous version of optoe. Check oom/optoe/optoe.rst for documentation on
28+
the original and new capabilities.
29+
1230
NEWS: August 1, 2019
1331
The optoe driver has been updated to support CMIS type devices. These
1432
include QSFP-DD, OSFP, COBO and SFP-DD at least. They conform to the

0 commit comments

Comments
 (0)