schneidersoft

Results 9 issues of schneidersoft

Command line arguments given to gotify are ignored. There is f.i. no --help. I was looking for a way to specify the config file to use. Gotify looks in ./gotify.yml...

a:bug

Here is a fix. The preferences thing needs a rewrite honestly...

Importing csv/tsv files in libreoffice correctly requires that you set the type of each column manually. Otherwise texts like the footprint "0805" will be imported as a number and turned...

On snap there I can get `latest/edge: 4+gitr7a0bee7 2022-09-14 (214) 407MB devmode` gps injextion appears to work but does nothing

I am trying to use this project but do not know how to build or run it.

For all functions read/write/verify the error handling should be improved. f.i. currently when specifying a verify operation with a byte count that is larger than part->*_size it will be silently...

`CortexM(sdw.Swd()).get_idcode()` gets the Stlinks IDCODE(or some other value from it) rather than the target IDCODE. To get the target IDCODE you must use: `sdw.Swd().get_mem32(0xE0042000)` Consider changing the function name? example...

I have noticed that some stlinkv2 versions do not work as expected I use the following python code: ``` import swd dev = swd.Swd() print(dev.get_version().str) print(dev.get_target_voltage()) print(dev.get_idcode()) cm = swd.CortexM(dev)...

How would I parse python like languages where indentation is used to handle scope?