linuxguy123

Results 9 issues of linuxguy123

## Short description All the tab sessions I'd saved are gone. This has happened a few times, recently. ## Steps to reproduce 1. Start browser with clean profile 2. Install...

MAVSDK rocks. Kudos to the developers. Thanks for sharing.

To reproduce: Take AutoPilot Server example, version 1.3.4. Strip out all the code in main() except ````while (true) { std::this_thread::sleep_for(std::chrono::seconds(1)); ```` This creates a stand alone MAVLink server. Edit Run...

question

Hi. I've used GTKTerm for years for microcontroller development. I generally use it for monitoring the output of a serial port and for simple debugging. One of the things I've...

Is there a way to copy the GPS coordinates from the current mouse position to the clipboard ? I can't find a way to do this in the user manual....

I use OpenAndroMaps on my phone for offline hiking maps. When opened in Oruxmaps, the maps are displayed with topo lines. https://www.openandromaps.org/en/downloads I want to use the same maps in...

board: Nucleo STM32F767 Clock frequency: 96 MHz. ![image](https://github.com/Marus/cortex-debug/assets/1920754/8b045080-5d8b-42f9-9ba1-88b8f22cfffe) Interface: onboard STLink ``` $ st-info --probe Found 1 stlink programmers version: V2J39S27 serial: 066DFF574887534867083444 flash: 2097152 (pagesize: 2048) sram: 524288 chipid:...

Are you aware that the STLink driver project (https://github.com/stlink-org/stlink) has a new driver called st-trace that allows SWO communication ? ``` st-trace --help st-trace - usage: -h, --help Print this...