-
Notifications
You must be signed in to change notification settings - Fork 3k
NUCLEO_F207ZG: Analogout improvement #5188
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
void analogout_init(dac_t *obj, PinName pin) | ||
{ | ||
DAC_ChannelConfTypeDef sConfig; | ||
void analogout_init(dac_t *obj, PinName pin) { |
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.
Can you revert this code style change?
There is another thing to make this test pass for GCC. I close this PR until a solution is found. |
Everything is OK now on my side. |
retest uvisor |
{ | ||
} | ||
|
||
void analogout_free(dac_t *obj) { |
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.
Can you fix please {
- new line
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.
ok done
Build : FAILUREBuild number : 52 |
Without this fix the tests-api-analogout test is fail with GCC_ARM.
b46bba5
to
02598d5
Compare
/morph build |
Build : SUCCESSBuild number : 268 Skipping test trigger, missing label 'NEED CI' |
This was triggered with needs: CI , as label is added re-triggering the job |
Build : SUCCESSBuild number : 283 Triggering tests/morph test |
Test : SUCCESSBuild number : 129 |
@0xc0170 are you happy with this after the review 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.
Reviewed by @0xc0170
Description
obj->handle.State variable
(this solves the tests-api-analogout GCC_ARM issue)Status
READY
Migrations
NO
ST_INTERNAL_REF 36562