STM32WB - New directory structure

pull/12283/head
jeromecoutant 2020-01-16 12:55:29 +01:00
parent b08dc22e27
commit 8c76a43d3c
182 changed files with 37 additions and 148 deletions

View File

@ -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)
/******************************************************************************/
/* */

View File

@ -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

View File

@ -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 ------------------------------------------------------------*/

View File

@ -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