Miklós Márton

Results 81 issues of Miklós Márton

I tend to charge a single cell li-ion batteries a lot with Cheali charger, and the balancing menu points are useless in these case. This patch hides the balance, charge+balance...

Hello folks! I opened this issue to start some discussion about the following idea: The STLinkV3 has GPIOs which could be accessed through the USB via a so called 'bridge...

code/feature-request
programmer/stlinkv3

Many datasheets present a table with the pin number, pin name and pin direction columns. This patch add support for the pin direction parsing. Tested with BQ76920 datasheet: http://www.ti.com/lit/ds/symlink/bq76920.pdf Example:...

Hi @sebcaux Many thanks for sharing this project, it is very promising and smart tool! I have some Qt classes (generated from the XML descriptors) which can be used to...

enhancement

Hey folks! I am using a tool called STMStudio for debugging ARM microcontrollers made by ST. This tool basically parsing the elf files DWARF section with GDB to create a...

enhancement
consider sponsorship

Hi! Many thanks for sharing this project, it really rocks! I am working on creating a documentation for a cable where I would need to add a cable gland to...

Hello! Many thanks for sharing this great project! I was wondering if the plenty of flash memory could be used to store historical temperature data with low sampling rate. I...

Hi folks! First of all thanks for all efforts put into this project! I have some schematics where accented characters were present in the texts and got some exceptions: ```...

As we discussed in #225 I have added the new no-sync/async/async-jobs arguments to the unittests and examples project files. I have update the qmake project files as well. I found...

I need to communicate with a webservice which requires gzip compression of the transmitted SOAP envelope. I have a .NET+C# based example configured with source code available, so I have...