Platform drivers for Mbed.

Dependents:   EVAL-CN0535-FMCZ EVAL-CN0535-FMCZ EVAL-AD568x-AD569x EVAL-AD7606 ... more

Revision:
17:af1f2416dd26
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/spi.h	Tue Jul 13 13:58:07 2021 +0530
@@ -0,0 +1,29 @@
+/***************************************************************************//**
+ *   @file   spi.h
+ *   @author MPhalke (Mahesh.Phalke@analog.com)
+********************************************************************************
+********************************************************************************
+ * Copyright (c) 2021 Analog Devices, Inc.
+ * All rights reserved.
+ *
+ * This software is proprietary to Analog Devices, Inc. and its licensors.
+ * By using this software you agree to the terms of the associated
+ * Analog Devices Software License Agreement.
+*******************************************************************************/
+
+#ifndef MBED_SPI_H_
+#define MBED_SPI_H_
+
+/******************************************************************************/
+/************************ Functions Declarations ******************************/
+/******************************************************************************/
+
+#define  spi_init(desc, init_param)         spi_init_noos(desc, init_param)
+
+/******************************************************************************/
+/***************************** Include Files **********************************/
+/******************************************************************************/
+
+#include "no-OS/include/spi.h"
+
+#endif // MBED_SPI_H_