-
Notifications
You must be signed in to change notification settings - Fork 39
[ci] Match signedness and type in test to avoid warnings in stm32. #254
[ci] Match signedness and type in test to avoid warnings in stm32. #254
Conversation
Might want to throw in |
Will you hate me if I accidentally type in
is already mentioned in #177.
Compiler's hint
is not the solution. It leads to a segfault ..
So this might be a tougher one. I do not have enough insight into the xpcc communication judge if the reinterpret cast is a problem. |
I'm spending all my hate on myself for having to forward port all this stuff to modm, nothing left for you. Try again next year.
… and firmly assigned to @daniel-k, who is firmly ignoring me. It's almost like I have no authority over anything anymore. All y'all have no respect! YOU PUNKS GET OFF MY LAWN!
¯\_(ツ)_/¯ |
b70e0a5
to
9ccfb1e
Compare
@@ -87,6 +87,9 @@ using Rx = GpioInputA3; | |||
using Uart = Usart2; | |||
} | |||
|
|||
// Create an IODeviceWrapper around the Uart Peripheral we want to use | |||
using LoggerDevice = xpcc::IODeviceWrapper< Board::stlink::Uart, xpcc::IOBuffer::BlockIfFull >; | |||
|
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.
Should we add this to all boards then?
Explicitly convert to double for any operation.
salkinium: The assumption I made for ResumableResult<T> was that this is an object that lives either on the stack or in registers, but is rarely (never?) placed in memory. Therefore I used a uint_fast8_t to describe the state.
9ccfb1e
to
008bfda
Compare
Thanks for the good work! |
Never ran
target=stm32
before ...