DAPLink/source/usb/usbd_core_webusb.h
Arek Zaluski ddc1051827 Add WebUSB functionality
* Add Microsoft OS 2.0 Descriptor support

* Add WebUSB interface

* Set landing page to os.mbed.com

* Flashing a board

* Reading/Writing serial data
2018-05-29 08:04:56 -05:00

31 lines
1013 B
C

/**
* @file usbd_core_webusb.h
* @brief USB Device Core WebUSB header
*
* DAPLink Interface Firmware
* Copyright (c) 2009-2016, ARM Limited, All Rights Reserved
* SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#ifndef __USBD_CORE_WEBUSB_H__
#define __USBD_CORE_WEBUSB_H__
/*--------------------------- Core overridable vendor specific functions ------*/
extern BOOL USBD_EndPoint0_Setup_WebUSB_ReqToDevice(void);
#endif /* __USBD_CORE_WEBUSB_H__ */