Thanks for the feedback, both of you.
@ronter, yep, we just finished working on the VisualGDB integration. You will be able to press F1 on any of the recognized functions, and it will immediately open the SourceVu page. There will be also a link at the bottom of the function tooltips and a button on the navigation bar next to the "go" button. The update is currently going through the test pipeline and will be released in a couple of days.
@hippy, that's a good suggestion. Currently, you can sort of see it from the URLs (e.g. if you go to the get_rand_32() page, it shows that it's declared in rand.h and implemented in rp2_common/pico_rand/rand.c, so you can sort of infer that you need pico_rand. But I agree, an explicit #include<> above the summary and an explicit target_link_libraries() example below it would be better. Unfortunately, it would mean slightly changing the internal format and rebuilding both RP2040 and STM32 repositories, so we'll hold it off until the next major update, but will will add it eventually.
@ronter, yep, we just finished working on the VisualGDB integration. You will be able to press F1 on any of the recognized functions, and it will immediately open the SourceVu page. There will be also a link at the bottom of the function tooltips and a button on the navigation bar next to the "go" button. The update is currently going through the test pipeline and will be released in a couple of days.
@hippy, that's a good suggestion. Currently, you can sort of see it from the URLs (e.g. if you go to the get_rand_32() page, it shows that it's declared in rand.h and implemented in rp2_common/pico_rand/rand.c, so you can sort of infer that you need pico_rand. But I agree, an explicit #include<> above the summary and an explicit target_link_libraries() example below it would be better. Unfortunately, it would mean slightly changing the internal format and rebuilding both RP2040 and STM32 repositories, so we'll hold it off until the next major update, but will will add it eventually.
Statistics: Posted by bazis — Wed Nov 27, 2024 3:51 am