-
Notifications
You must be signed in to change notification settings - Fork 3k
STM32: common cmsis.h and device.h files #10676
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@jeromecoutant, thank you for your changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agree on the code factoring - few comments though
targets/TARGET_STM/device.h
Outdated
@@ -2,7 +2,7 @@ | |||
// Check the 'features' section of the target description in 'targets.json' for more details. | |||
/* mbed Microcontroller Library | |||
******************************************************************************* | |||
* Copyright (c) 2015, STMicroelectronics | |||
* Copyright (c) 2014, STMicroelectronics |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
seems not the most recent file was used
#ifndef MBED_CMSIS_H | ||
#define MBED_CMSIS_H | ||
|
||
#include "stm32wbxx.h" | ||
#include "cmsis_nvic.h" | ||
|
||
#include "stm32wbxx_ll_usart.h" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does not seem the right place to include .. maybe to be checked if can be included from object.h ?
cfbaa60
to
d919498
Compare
@LMESTM I agree with comments. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me now
CI started |
Test run: SUCCESSSummary: 11 of 11 test jobs passed |
Description
Hi
There should be no impact with this PR,
goal is only for maintenance activity.
Pull request type