Jaroslav Malec

Results 20 issues of Jaroslav Malec

**Describe the bug:** I'm seeing a weird representation of a `_c` literal decimal value such as `0.22_c`. It seems turn into a massive value in the rep. **To Reproduce:** ```cpp...

bug
2.0

Calling `npm install serialport` on Windows 10 64-bit does not download the prebuilt binaries. Instead it tries to build from source which fails with the following message when the correct...

windows
bug

I2C transfer freezes on STM32 v2 probably whenever there's a NACK. This is unwanted behaviour. The freeze is triggered also when accessing a missing device (address invalid) as this also...

Major kudos for the library. Simply including the repo in the PlatformIO project manifest doesn't work out of the box because of different `inc` vs `include` convention: ```ini [env] lib_deps...

It would be interesting to have a demo or docs for the "not real" doublebuf functionality. Currently I have no idea how to use it - it didn't work when...

I reckon the upcoming [G0C1/G0B1](https://www.st.com/resource/en/reference_manual/dm00371828-stm32g0x1-advanced-armbased-32bit-mcus-stmicroelectronics.pdf) ought to be successful. We should add support for their USB cell. They call it *USB full-speed host/device interface*, and it appears that they extended...

A single link should be sufficient to open the generated page and highlight stuff in one go. `https://blabladocs/pinion-generated.html#leds` -> ![obrazek](https://user-images.githubusercontent.com/3955056/127779386-0eb87c3b-607b-4d86-8b90-638af0b45d7f.png) We wanna be able to highlight mainly **a specific group**....

Going through the create_template.py -> --libs routine I obtain the footprint images. But in some instances they are incorrectly rotated. Don't know if that's due to create_template.py or the import....

When starting a debug session, some sections in the peripheral view get expanded. They were collapsed before: ![obrazek](https://user-images.githubusercontent.com/3955056/123656967-aa2c6c80-d830-11eb-8e7f-764d1c2bf2d5.png) This is a significant time waste. I had expanded these sections before...

bug
debug