Skip to content
Branch: develop
Go to file
Clone

Latest commit

MiloradCvjetkovic committed 3f0d682 Jun 15, 2020
Updated Inventek ISM43362 WiFi driver (version 1.9.0)
- Corrected default protocol selection in SocketCreate function
- Detected STM firmware limitation: SocketConnect does not
  work if any of IP address octets is 255 (for example IP like x.y.z.255)

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
ETH
 
 
 
 
I2C
 
 
 
 
SPI
 
 
 
 
 
 
 
 
 
 
 
 

README.md

CMSIS-Driver

This repository contains MCU independent device driver implementations and template files. The drivers are implemented using the CMSIS-Driver API specification.

This pack's documentation can be found here: https://arm-software.github.io/CMSIS-Driver/General/html/index.html

All drivers refer the API Interface header file defintions published in the CMSIS pack (https://github.com/ARM-software/CMSIS_5).

ETH - Ethernet MAC & PHY or Ethernet PHY drivers

  • ETH_KSZ8851SNL
  • ETH_LAN9220
  • PHY_DP83848
  • PHY_KSZ8061RNB
  • PHY_KSZ8081RNA
  • PHY_LAN8710A
  • PHY_LAN8720
  • PHY_LAN8742A
  • PHY_ST802RT1

Flash - Flash device drivers

  • AM29x800BB
  • AT45DB641E
  • AT45DB642D
  • M29EW28F128
  • M29W640FB
  • N25Q32A
  • S29GL064Nx2

I2C - MultiSlave wrapper for I2C CMSIS-Driver implementations

  • I2C_MultiSlave

NAND - NAND Flash drivers

  • NAND_MemBus

SPI - MultiSlave wrapper for SPI CMSIS-Driver implementations

  • SPI_MultiSlave

WiFi - WiFi device drivers

  • ISM43362
  • ESP32
  • ESP8266
  • WizFi360

License

Licensed under Apache 2.0 License.

You can’t perform that action at this time.