Alexander Voronov

Results 7 issues of Alexander Voronov

Extended USB DFU definitions and updated Doxygen documentation based on Dmitry Filimonchuk's work (https://github.com/dmitrystu/libusb_stm32).

Objects 'assert.o' and 'vector.o' are already being added in 'Makefile.include'. So we can remove redundant declaration. Without this commits, the commands: ```bash ar t lib/libopencm3_lm3s.a ar t lib/libopencm3_lm4f.a ``` will...

This commit adds the 'D' flag to 'ARFLAGS' variable. The flag makes archive builds deterministic, which will allow comparing archives built at different times and by different users (see ar...

Tested on Jetson Xavier NX

My cfg file ``` interface bcm2835spi bcm2835spi_speed 31200 source [find target/stm32l0.cfg] reset_config trst_only init reset halt program mybin.bin verify 0x08000000 reset run exit ``` Got error ``` Open On-Chip Debugger...

When you try to read with tox 4.11.1 (tox -e read) it generates error: > read: failed with pass_env values cannot contain whitespace, use comma to have multiple values in...

I don't know about other boards, but Libre has NOR system memory (W25Q256). In the OpenWrt project there is an approach in which the jffs partition of the NOR memory...

enhancement