-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add documentation for Shield layers and OVERVIEW.md
- Loading branch information
1 parent
50efdc4
commit ff12a24
Showing
8 changed files
with
141 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Introduction | ||
|
||
This pack contains: | ||
|
||
- Driver implementations that work across many different microcontroller. | ||
- [Ethernet drivers](https://arm-software.github.io/CMSIS-Driver/latest/driver_eth.html): KSZ8851, LAN9220, DP83848C, KSZ8061RNB, KSZ8081RNA, LAN8710A, LAN8720, LAN8740A, LAN8742A, ST802RT1 | ||
- [USB drivers](https://arm-software.github.io/CMSIS-Driver/latest/driver_USB.html): EHCI and OHCI | ||
- [WiFi drivers](https://arm-software.github.io/CMSIS-Driver/latest/driver_WiFi.html#driver_wifi_devices): DA16200, ESP32, ESP8266, ISM43362, WizFi360 | ||
- [Flash drivers](https://arm-software.github.io/CMSIS-Driver/latest/driver_WiFi.html#driver_wifi_devices): AM29x800BB, AT45DB641E, AT45DB642D, M29EW28F128, M29W640FB, N25Q032A, S29GL064Nx2 | ||
- [I2C MultiSlave wrapper](https://arm-software.github.io/CMSIS-Driver/latest/driver_I2C.html) | ||
- [NAND Flash Memory Bus driver](https://arm-software.github.io/CMSIS-Driver/latest/driver_NAND.html) | ||
- [SPI MultiSlave wrapper](https://arm-software.github.io/CMSIS-Driver/latest/driver_SPI.html) | ||
- [Shield layer](https://github.com/Open-CMSIS-Pack/cmsis-toolbox/blob/main/docs/ReferenceApplications.md#shield-layer) implementations for various plugin shields. | ||
- [WiFi Shield layers](https://arm-software.github.io/CMSIS-Driver/latest/shield_layer.html#shield_WiFi): Inventek ISMART43362-E, Sparkfun DA16200, Sparkfun ESP8266, WizNet WizFi360-EVB | ||
|
||
## Links | ||
|
||
- [Documentation](https://arm-software.github.io/CMSIS-Driver/latest/index.html) | ||
- [Repository](https://github.com/ARM-software/CMSIS-Driver) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
Shield: Inventek ISM43362-E WiFi | ||
-------------------------------- | ||
|
||
The [ISM43362-E WiFi Shield](https://www2.keil.com/iot/shields/ismart43362) is connected via an Arduino header using an SPI | ||
interface. It exposes a [CMSIS-Driver WiFi](https://arm-software.github.io/CMSIS_6/latest/Driver/group__wifi__interface__gr.html). | ||
The [ISM43362-E WiFi Shield](https://www.inventeksys.com/ismart43362-arduino-shields-wi-fi) is connected via an Arduino header using an SPI interface. | ||
It exposes a [CMSIS-Driver WiFi](https://arm-software.github.io/CMSIS_6/latest/Driver/group__wifi__interface__gr.html). | ||
|
||
This module was tested with firmware revision **ISM43362_M3G_L44_SPI_C6.2.1.7**. Refer to | ||
[ISM43362 Firmware Update](https://arm-software.github.io/CMSIS-Driver/latest/driver_WiFi.html#driver_ISM43362) for | ||
more information. | ||
This module was tested with firmware revision **ISM43362_M3G_L44_SPI_C6.2.1.7**. | ||
Refer to [ISM43362 Firmware Update](https://arm-software.github.io/CMSIS-Driver/latest/driver_WiFi.html#driver_ISM43362) for more information. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
Shield: Sparkfun DA16200 WiFi | ||
----------------------------- | ||
|
||
The Sparkfun DA16200 WiFi Shield based on [DA16200 SoC](https://www.renesas.com/eu/en/products/wireless-connectivity/wi-fi/low-power-wi-fi/da16200-ultra-low-power-wi-fi-soc-battery-powered-iot-devices) | ||
is connected via an Arduino header using a USART interface. It exposes a | ||
[CMSIS-Driver WiFi](https://arm-software.github.io/CMSIS_6/latest/Driver/group__wifi__interface__gr.html). | ||
The Sparkfun DA16200 WiFi Shield based on [DA16200 SoC](https://www.renesas.com/eu/en/products/wireless-connectivity/wi-fi/low-power-wi-fi/da16200-ultra-low-power-wi-fi-soc-battery-powered-iot-devices) is connected via an Arduino header using a USART interface. | ||
It exposes a [CMSIS-Driver WiFi](https://arm-software.github.io/CMSIS_6/latest/Driver/group__wifi__interface__gr.html). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
Shield: Sparkfun ESP8266 WiFi | ||
----------------------------- | ||
|
||
The Sparkfun ESP8266 WiFi Shield based on [ESP8266 SoC](https://www.espressif.com/en/products/socs/esp8266) is connected via an Arduino | ||
header using a USART interface. It exposes a | ||
[CMSIS-Driver WiFi](https://arm-software.github.io/CMSIS_6/latest/Driver/group__wifi__interface__gr.html). | ||
The Sparkfun ESP8266 WiFi Shield based on [ESP8266 SoC](https://www.espressif.com/en/products/socs/esp8266) is connected via an Arduino header using a USART interface. | ||
It exposes a [CMSIS-Driver WiFi](https://arm-software.github.io/CMSIS_6/latest/Driver/group__wifi__interface__gr.html). | ||
|
||
This module was tested with the ESP8266 AT command set firmware revision **1.6.2**. Refer to | ||
[Espressif Product Support Download](https://www.espressif.com/en/support/download/all) for more information. | ||
This module was tested with the ESP8266 AT command set firmware revision **1.6.2**. | ||
Refer to [Espressif Product Support Download](https://www.espressif.com/en/support/download/all) for more information. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
Shield: Wiznet WizFi360-EVB WiFi | ||
-------------------------------- | ||
|
||
The [WizFi360-EVB WiFi Shield](https://www2.keil.com/iot/shields/wizfi360) is connected via an Arduino header using a USART | ||
interface. It exposes a [CMSIS-Driver WiFi](https://arm-software.github.io/CMSIS_6/latest/Driver/group__wifi__interface__gr.html). | ||
The [WizFi360-EVB WiFi Shield](https://docs.wiznet.io/Product/Wi-Fi-Module/WizFi360/wizfi360_evb_shield) is connected via an Arduino header using a USART interface. | ||
It exposes a [CMSIS-Driver WiFi](https://arm-software.github.io/CMSIS_6/latest/Driver/group__wifi__interface__gr.html). | ||
|
||
This module was tested with the AT command set firmware revision **1.1.0.9**. Refer to | ||
[WizFi360 Firmware Update Guide](http://wizwiki.net/wiki/doku.php?id=products:wizfi360:wizfi360ds:start#firmware_update_guide) | ||
for more information. | ||
This module was tested with the AT command set firmware revision **1.1.0.9**. | ||
Refer to [WizFi360 Firmware Update Guide](http://wizwiki.net/wiki/doku.php?id=products:wizfi360:wizfi360ds:start#firmware_update_guide) for more information. |