mirror of https://github.com/ARMmbed/mbed-os.git
STM32WB - New directory structure
parent
b08dc22e27
commit
8c76a43d3c
|
@ -13211,7 +13211,7 @@ typedef struct
|
|||
#define USB_EPRX_DTOGMASK (USB_EPRX_STAT|USB_EPREG_MASK)
|
||||
|
||||
/****************** Bit definition for USB_BTABLE register ******************/
|
||||
#define USB_BTABLE_BTABLE ((uint16_t)0xFFF8U) /*!< TODO !!!! To we need this define Buffer Table */
|
||||
#define USB_BTABLE_BTABLE ((uint16_t)0xFFF8U)
|
||||
|
||||
/******************************************************************************/
|
||||
/* */
|
|
@ -62,7 +62,7 @@
|
|||
In this case, these drivers will not be included and the application code will
|
||||
be based on direct access to peripherals registers
|
||||
*/
|
||||
#define USE_HAL_DRIVER
|
||||
/*#define USE_HAL_DRIVER */
|
||||
#endif /* USE_HAL_DRIVER */
|
||||
|
||||
/**
|
||||
|
@ -84,7 +84,7 @@
|
|||
/** @addtogroup Device_Included
|
||||
* @{
|
||||
*/
|
||||
#define STM32WB55xx // Added for MBED
|
||||
|
||||
#if defined(STM32WB55xx)
|
||||
#include "stm32wb55xx.h"
|
||||
#else
|
|
@ -28,7 +28,7 @@
|
|||
|
||||
/* Includes ------------------------------------------------------------------*/
|
||||
#include "stm32wbxx.h"
|
||||
#include "stm32_hal_legacy.h" /* Aliases file for old names compatibility */
|
||||
#include "Legacy/stm32_hal_legacy.h" /* Aliases file for old names compatibility */
|
||||
#include <stddef.h>
|
||||
|
||||
/* Exported types ------------------------------------------------------------*/
|
|
@ -27,7 +27,6 @@
|
|||
|
||||
/* Includes ------------------------------------------------------------------*/
|
||||
#include "stm32wbxx_hal_def.h"
|
||||
#include "stm32wbxx_ll_rtc.h"
|
||||
|
||||
/* Include low level driver */
|
||||
#include "stm32wbxx_ll_exti.h"
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue