Skip to content

Commit b669ae0

Browse files
committed
Remove mentioning of Nano 33 IoT in examples and README.
The Nano 33 IoT was only used at the very beginning of the development of this library.
1 parent 0d0a8c8 commit b669ae0

File tree

4 files changed

+5
-8
lines changed

4 files changed

+5
-8
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Sync Labels status](https://github.com/bcmi-labs/Arduino_10BASE_T1S/actions/workflows/sync-labels.yml/badge.svg)](https://github.com/bcmi-labs/Arduino_10BASE_T1S/actions/workflows/sync-labels.yml)
66
[![Arduino Lint](https://github.com/bcmi-labs/Arduino_10BASE_T1S/workflows/Arduino%20Lint/badge.svg)](https://github.com/bcmi-labs/Arduino_10BASE_T1S/actions?workflow=Arduino+Lint)
77

8-
**Note**: This library works for Arduino [Nano 33 IoT](https://store.arduino.cc/products/arduino-nano-33-iot), Arduino [Zero](https://store.arduino.cc/products/arduino-zero), Arduino [R4 WiFi](https://store.arduino.cc/products/uno-r4-wifi) and Arduino [R4 Minima](https://store.arduino.cc/products/uno-r4-minima).
8+
**Note**: This library works for Arduino [Zero](https://store.arduino.cc/products/arduino-zero), Arduino [R4 WiFi](https://store.arduino.cc/products/uno-r4-wifi) and Arduino [R4 Minima](https://store.arduino.cc/products/uno-r4-minima).
99

1010
### How-to-compile/upload
1111
```bash

Diff for: examples/iperf-client/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
:floppy_disk: `iperf-client`
22
=============================
33

4-
This example sketch can be used to measure 10BASE-T1S network performance using this software stack. The required hardware is a Arduino [Nano 33 IoT](https://store.arduino.cc/products/arduino-nano-33-iot) and a Mikroe [2-Wire ETH](https://www.mikroe.com/two-wire-eth-click) click board.
4+
This example sketch can be used to measure 10BASE-T1S network performance using this software stack.
55

66
### How-to-compile/upload
77
```bash
8-
arduino-cli compile -b arduino:renesas_uno:unor4wifi -v examples/iperf-client -u -p /dev/ttyACM0
8+
arduino-cli compile -b arduino:renesas_uno:minima -v examples/iperf-client -u -p /dev/ttyACM0
99
```
1010

1111
### How-to-`iperf`

Diff for: examples/iperf-client/iperf-client.ino

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
/*
2-
* This example has been tested with Arduino Nano 33 IoT and with
3-
* Mikroe Two-Wire ETH Click board (MicroChip LAN8651). For further
4-
* information take a look at the README.
2+
* This example has been tested with the Arduino 10BASE-T1S (T1TOS) shield.
53
*
64
* Author:
75
* Alexander Entinger

Diff for: examples/tools/Generate-MAC/Generate-MAC.ino

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/*
2-
* This example has been tested with Arduino Uno WiFi R4 and Arduino Nano 33 IoT.
3-
* - arduino-cli compile -b arduino:samd:nano_33_iot -v examples/tools/Generate-MAC -u -p /dev/ttyACM0
2+
* This example has been tested with Arduino Uno Minima / WiFi R4.
43
* - arduino-cli compile -b arduino:renesas_uno:unor4wifi -v examples/tools/Generate-MAC -u -p /dev/ttyACM0
54
* - arduino-cli compile -b arduino:renesas_uno:minima -v examples/tools/Generate-MAC -u -p /dev/ttyACM0
65
*/

0 commit comments

Comments
 (0)