Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: Nucleo_Usb_JoyMouse Nucleo_usbmouse ELEC350_1-referral-2018-usb-hid USBJoystick_HelloWorld2_wip ... more
This library contains all mbed usb device library (mbed-os\features\unsupported\USBDevice).
Diff: USBDevice/TARGET_STM/USBHAL_STM_TARGET.h
- Revision:
 - 3:d9c7334e2183
 - Parent:
 - 1:2a3ae13b45ef
 
--- a/USBDevice/TARGET_STM/USBHAL_STM_TARGET.h Thu Dec 15 17:40:59 2016 +0100 +++ b/USBDevice/TARGET_STM/USBHAL_STM_TARGET.h Wed Feb 15 09:48:15 2017 +0100 @@ -15,14 +15,27 @@ * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ + #ifdef TARGET_STM32F303ZE #include "USBHAL_STM32F303ZE.h" #endif -#if defined(TARGET_STM32F429ZI) || defined(TARGET_STM32F446ZE) || defined(TARGET_STM32F207ZG) \ -|| defined(TARGET_STM32F767ZI) || defined (TARGET_STM32F746ZG) || defined(TARGET_STM32F411RE) \ -|| defined(TARGET_STM32F407VG) || defined(TARGET_STM32F401RE) + +#if defined(TARGET_STM32F207ZG) || \ + defined(TARGET_STM32F401RE) || \ + defined(TARGET_STM32F407VG) || \ + defined(TARGET_STM32F411RE) || \ + defined(TARGET_STM32F412ZG) || \ + defined(TARGET_STM32F429ZI) || \ + defined(TARGET_STM32F446ZE) || \ + defined(TARGET_STM32F746ZG) || \ + defined(TARGET_STM32F767ZI) #include "USBHAL_STM_144_64pins.h" #endif + #ifdef TARGET_STM32L476VG #include "USBHAL_STM32L476VG.h" #endif + +#ifdef TARGET_STM32F769NI +#include "USBHAL_STM32F769NI.h" +#endif