Jaroslav Malec
Jaroslav Malec
This should describe the protocol bytes and things 
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 
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