Jaroslav Malec

Results 50 comments of Jaroslav Malec

This should describe the protocol bytes and things ![obrazek](https://user-images.githubusercontent.com/3955056/135924618-abc5fdda-7762-450e-becf-4658da04efaa.png)

The first byte encodes the first zero index within the cobs span. And I'm not a genius because the crc must also be COBS'd since it can end up being...

This should give a better picture ![obrazek](https://user-images.githubusercontent.com/3955056/137031099-3678f5d4-1dc7-4881-9a57-29639a1be218.png)

I probably installed Build Tools 2017 yesterday using ` npm install --global windows-build-tools` and installation passes now.

Thanks, but I think the issue still exists, as far as I see it. I understand the behaviour is to install binaries on 64b Windows - without requiring the VS...

@ivankravets Perhaps could be viewed as *Makefile project support*? I.e. ChibiOS has a thoroughly Makefile-based structure and would also benefit from it.

It would be interesting for implementing a MSC-FAT16 bootloader (UF2), maybe even within sboot

Thank you. It will require somehow handling the dependencies. E.g `stm32.h` uses a long path in its includes as opposed to only having "stm32fxx.h" (PlatformIO wants that for `ststm32`). I'll...

Why is this full path needed? `"STM32F1xx/Include/stm32f1xx.h"` I've never seen it used like this. From my experience `-I` always points to Include/. Anyway having it part of libusb OOTB would...

- AFAICS the CMSIS guide makes no statement about `-I` location (sadly). - PlatformIO (ststm32) points the`-I` to the `stm32f1xx.h` directly