From 052b4a0d80bad8452e3f1ab2bed0837a5852b7ca Mon Sep 17 00:00:00 2001 From: Neil Gershenfeld <gersh@cba.mit.edu> Date: Sat, 19 Dec 2020 16:54:49 -0500 Subject: [PATCH] wip --- index.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/index.html b/index.html index e009b98..d506fe9 100644 --- a/index.html +++ b/index.html @@ -67,6 +67,13 @@ The GPIO test measures how quickly pins can communicate with a processor core; t <td>November, 2018</td> </tr> +<tr> +<td>3.067</td> +<td>Raspberry Pi 4</td> +<td><a href=GPIO/bcm2835/ring.bcm2835.c>bcm2835, Buster</a></td> +<td>December, 2020</td> +</tr> + <tr> <td>2.528</td> <td>ATSAMD11C</td> -- GitLab