Skip to content

Commit 8c76a43

Browse files
committed
STM32WB - New directory structure
1 parent b08dc22 commit 8c76a43

File tree

182 files changed

+37
-148
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

182 files changed

+37
-148
lines changed

targets/TARGET_STM/TARGET_STM32WB/TARGET_STM32WB55xG/device/stm32wb55xx.h renamed to targets/TARGET_STM/TARGET_STM32WB/STM32Cube_FW/CMSIS/stm32wb55xx.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13211,7 +13211,7 @@ typedef struct
1321113211
#define USB_EPRX_DTOGMASK (USB_EPRX_STAT|USB_EPREG_MASK)
1321213212

1321313213
/****************** Bit definition for USB_BTABLE register ******************/
13214-
#define USB_BTABLE_BTABLE ((uint16_t)0xFFF8U) /*!< TODO !!!! To we need this define Buffer Table */
13214+
#define USB_BTABLE_BTABLE ((uint16_t)0xFFF8U)
1321513215

1321613216
/******************************************************************************/
1321713217
/* */

targets/TARGET_STM/TARGET_STM32WB/TARGET_STM32WB55xG/device/stm32wbxx.h renamed to targets/TARGET_STM/TARGET_STM32WB/STM32Cube_FW/CMSIS/stm32wbxx.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
In this case, these drivers will not be included and the application code will
6363
be based on direct access to peripherals registers
6464
*/
65-
#define USE_HAL_DRIVER
65+
/*#define USE_HAL_DRIVER */
6666
#endif /* USE_HAL_DRIVER */
6767

6868
/**
@@ -84,7 +84,7 @@
8484
/** @addtogroup Device_Included
8585
* @{
8686
*/
87-
#define STM32WB55xx // Added for MBED
87+
8888
#if defined(STM32WB55xx)
8989
#include "stm32wb55xx.h"
9090
#else

0 commit comments

Comments
 (0)