summaryrefslogtreecommitdiff
path: root/pelican/content/StateOfPlay.md
diff options
context:
space:
mode:
Diffstat (limited to 'pelican/content/StateOfPlay.md')
-rw-r--r--pelican/content/StateOfPlay.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/pelican/content/StateOfPlay.md b/pelican/content/StateOfPlay.md
index cf0aa01..31075e0 100644
--- a/pelican/content/StateOfPlay.md
+++ b/pelican/content/StateOfPlay.md
@@ -57,15 +57,15 @@ rather than attempting to use the [XiLinx]({filename}XiLinx.md) GUI environment.
* `core/novena` builds the current set of digest cores into a
-
framework that uses the "coretest" byte stream protocol over an I2C
bus.
-* `core/novena_i2c_simple` builds the current set of digest cores into
+* `core/novena_i2c_simple` builds the current set of digest cores into
a framework that uses a simplfied write()/read() API over an I2C bus.
+
There's a third build, `core/novena_eim`, which was only just updated
today, and which is reported as not quite stable yet. Will try
building it soon and report here.
@@ -111,15 +111,15 @@ than a few makefile tricks, are:
* A set of HALs that make use of the `core/novena` and
-
`core/novena_i2c_simple` FPGA builds, using the Linux /dev/i2c
device interface; and
-* Another Python script to test the resulting Cryptlib build, using
+* Another Python script to test the resulting Cryptlib build, using
the stock Cryptlib Python bindings.
+
No HAL for `core/novena_eim` yet.
The Cryptlib Python bindings build kind of slowly on the Novena, sorry