Hello,can you offer a static download link to download the CommandLineTools (Stm32CubeClt) without a Login Wall?I would like to use it to build my project in a docker container in my CI CD processGreats Peter
Hello,is anyone able to generate a lcov coverage report in Stm32cubeIde or to visualize the the coverage result inside the editor?I have the *.gcno and *.gcda file (by semihosting). Regards Peter
Helloiam looking for the STM32CubeCLT download but its not available on the st page any more.I tried 3 different Browsers but no one shows the download section.Any idea? Greatsralf
I build a custom Numpad Container. Iam setting it Visible when a textarea is clicked. And it is the top layer on the Screen. Trying to set other containers on a lower layer not touchable is not working.I can still click the slide menu button und some...
I know how to download the tool. But i want to integrate the installtion into my automatic build docker Containe. For this I need static dowload link (not changing for a specific Version) which i can use WITHOUT a login wall.
Hello thanks for the fast response.the solution with the clicklistener is working for me. But it feels like a Workaround.Set the background container to "not touchable" and back to "touchable" is not activating the touch Event to all of my four butto...
I only run the callback function if the user hits ok or cancel.I just debugged it.void NumPadContainer::function_NumPad_Cancel(void)
{
if (viewCallback && viewCallback->isValid())
{
numPadInput = 0;
viewCallback->execute(&numPadInput);
}
Uni...
I have two Callbacks. One from the textArea and one from the numpad Container. void SettingsView::valueContainer_ClickHandler(ValueContainer *valueContainer)
{
numPadContainer.setVisible(true);
numPadContainer.invalidate();
scrollableContainer.se...