Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions ARM.CMSIS-Driver.pdsc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<releases>
<release version="2.11.0-dev">
Active development ...
- Added RTL8211F PHY driver
- Added LAN8741A PHY driver
- Updated Inventek ISM43362 WiFi driver (version 1.16.0):
- Eliminated usage of sscanf (to enable driver to work with GCC newlib-nano)
Expand Down Expand Up @@ -219,6 +220,17 @@
</files>
</component>

<component Cvendor="Keil" Cclass="CMSIS Driver" Cgroup="Ethernet PHY" Csub="RTL8211F" Capiversion="2.2.0" Cversion="1.0.0" condition="Device CMSIS_Core">

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Capiversion will be higher (probably "2.3.0") once ETH Driver API is updated.

<description>Ethernet PHY RTL8211F Driver</description>
<RTE_Components_h>
#define RTE_Drivers_PHY_RTL8211F /* Driver PHY RTL8211F */
</RTE_Components_h>
<files>
<file category="doc" name="https://www.realtek.com/Product/Index?id=3975&amp;cate_id=786"/>
<file category="source" name="Ethernet_PHY/RTL8211F/PHY_RTL8211F.c"/>
</files>
</component>

<component Cvendor="Keil" Cclass="CMSIS Driver" Cgroup="Ethernet PHY" Csub="ST802RT1" Capiversion="2.2.0" Cversion="6.2.0" condition="Device CMSIS_Core">
<description>Ethernet PHY ST802RT1 Driver</description>
<RTE_Components_h>
Expand Down
1 change: 1 addition & 0 deletions Documentation/Doxygen/src/ethernet.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ The \ref pack_content provides implementations of **[CMSIS-Ethernet drivers](htt
| **LAN8720** | Ethernet PHY interface for the Microchip **[LAN8720A](https://www.microchip.com/LAN8720A)**. |
| **LAN8740A** | Ethernet PHY interface for the Microchip **[LAN8740A](https://www.microchip.com/LAN8740A)**. |
| **LAN8742A** | Ethernet PHY interface for the Microchip **[LAN8742A](https://www.microchip.com/LAN8742A)**. |
| **RTL8211F** | Ethernet PHY interface for the Realtek **[RTL8211F](https://www.realtek.com/Product/Index?id=3975&amp;cate_id=786)**. |
| **ST802RT1** | Ethernet PHY interface for the STMicroelectronics **[ST802RT1](http://www.st.com/content/ccc/resource/technical/document/data_brief/37/8e/14/c7/84/39/4d/61/CD00263138.pdf/files/CD00263138.pdf/jcr:content/translations/en.CD00263138.pdf)**. |

## Multiple Driver Instances
Expand Down
2 changes: 1 addition & 1 deletion Documentation/OVERVIEW.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
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
- [Ethernet drivers](https://arm-software.github.io/CMSIS-Driver/latest/driver_eth.html): KSZ8851, LAN9220, DP83848C, KSZ8061RNB, KSZ8081RNA, LAN8710A, LAN8720, LAN8740A, LAN8742A, RTL8211F, 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
Expand Down
Loading