David Sidrane

Results 163 comments of David Sidrane
trafficstars

> Thanks for the build and CI fix David! Is this still blocked or verified to solve the issues now? As far as I can see the remaining CI errors...

@jfbblue0922 Please see https://github.com/nuttx-to-asf/incubator-nuttx/commit/c6cedbaa23161950b18caed94af54b549ef8a4b1 It is the approach I had suggested originally. It adds the LDO mode with a chip the has SMPS. Please cherry-pick it to your branch and...

> @davids5 > > I agree with your method. I've confirmed that this method works correctly. Thank you for your help. Great! You are very welcome. Now we just have...

@jfbblue0922 - hmm Look Like CI is still not happy. @xiaoxiang781216 Any ideas what it broken?

@gneworld Please name your PRs so that title is meaningful, Add Summary that answers: both What and Why, i.e. Title: stm32:Fix timer race Summary The change reorders the ..... It...

> 1,Is our CONFIG_CDCACM_PRODUCTID 0x15E0 (5600)? > 2,How do I get this value from CONFIG_CDCACM_VENDORID? This is set in the def config of the[ bootloader ](https://github.com/PX4/PX4-Autopilot/pull/23623/files#diff-9a6928af26b7b59336ce2f29831c8c50d9f86ddf01363fa847b9700adfe2891dR33-R40) and the [default ](https://github.com/PX4/PX4-Autopilot/pull/23623/files#diff-196f1965b2b573fed1b9b7bd22c3066ede922180c38790b7469639607c2fcd8bR80-R86)...

>Every time I modify the code, I execute make zeroone_x6_bootloader and make zeroone_x6_default, and then connect the debug port of fmu through STLink to write Zeroone_x6_bootloader.bin. Then connect QGC or...

>5, After burning the bootloader, and then downloading the Firmware through the ground station, an ERROR will be reported: firmware not suitable for this board fw: 53-board :101, what is...

@ZeroOne-Aero for HW that has not been programed before, you must JTAG on the booloader for the H7 and for the F3. Use elf files (if you use bin files...

> @dagar @davids5 @mrpollo I have updated the value of VID in the code, please check it. About EEPROM, how do I need to modify the code to be compatible...