Jake Carter
Jake Carter
Hi @buha, spoke with my manager and team about it this week and the priority for consolidating our APIs has been set low - though it is still something I'll...
@Jacob-Scheiffler @sihyung-maxim @ftariqAnalogTx hopefully we cleared this in recent testing
Thanks @jlj-ee, I think we're missing the inclusion of the dependency files as prerequisites for our implicit rules. I'll take a look at this
Quick update on this ticket: The dependency files seem to be working as expected with our current gcc.mk on _Linux_, but are failing to work on Windows. It's getting trickier...
Yes, `-include ${wildcard ${BUILD_DIR}/*.d} __dummy__` is how the dependency files are included. It's a slightly different approach than the article you linked, but I have been referencing that article as...
@jlj-ee FYI https://github.com/Analog-Devices-MSDK/msdk/issues/528 seems to (partially) resolve this issue. The behavior is as expected on native windows as of that PR. The problem seems to be the MSYS2 translation layer...
Hi @jlj-ee This is fixed for _native_ Windows builds, which is an opt-in feature for this latest release. See the release notes for the Oct release: https://github.com/Analog-Devices-MSDK/msdk/releases/tag/v2023_10 I tagged this...
Hi @khpeterson, our MAXUSB expert recently transitioned to a different team. I've reached out to see if they are still available for some guidance. In the meantime... I have limited...
Thanks @khpeterson, we're looking at the VDDB behavior on the FTHR a little deeper. It's a little suspicious that it doesn't drop to 0 on disconnect.
Thanks @BrentK-ADI, sorry for the delay on this ticket. @sihyung-maxim do you have any bandwidth to pick this up? > Consider modifying MXC_UART_Write to use MXC_UART_WriteCharacter instead I'm in favor...