- Feb 01, 2021
-
-
Peter Wallace authored
-
Peter Wallace authored
-
- Jan 31, 2021
-
-
Peter Wallace authored
-
- Jul 02, 2020
-
-
Sebastian Kuzminsky authored
Add mesaflash availability info on Fedora
-
- Jul 01, 2020
-
-
Damian Wrobel authored
-
- Jun 08, 2020
-
-
Peter Wallace authored
-
Peter Wallace authored
-
- May 23, 2020
-
-
Sebastian Kuzminsky authored
-
- May 16, 2020
-
-
Sebastian Kuzminsky authored
Add CI via github actions
-
Sebastian Kuzminsky authored
anyio: Add --device AUTO and --device SPI
-
Sebastian Kuzminsky authored
Fix -Wformat= warnings
-
- May 15, 2020
-
-
Jeff Epler authored
Testing performed: Both found an attached SPI device on a Pi4 e.g., $ ./mesaflash --device auto --addr /dev/spidev0.0 --spi --readhmid | head -1 unable to set bpw32, fallback to bpw8 Configuration Name: HOSTMOT2 -
Jeff Epler authored
-
Jeff Epler authored
-
Jeff Epler authored
Mostly, this involves using the "z" length modifier where a sizeof() is involved
-
Jeff Epler authored
hostmot2.c:50:20: warning: ‘hm2_get_pin_secondary_name’ defined but not used [-Wunused-function] static const char* hm2_get_pin_secondary_name(hm2_pin_desc_t *pin) { ^~~~~~~~~~~~~~~~~~~~~~~~~~
-
- May 01, 2020
-
-
Sebastian Kuzminsky authored
Allow to pass VERSION string from the build system
-
- Apr 30, 2020
-
-
Damian Wrobel authored
Usage: $ CFLAGS='-DVERSION=\"version-string\"' make Signed-off-by:Damian Wrobel <dwrobel@ertelnet.rybnik.pl>
-
- Apr 29, 2020
-
-
Sebastian Kuzminsky authored
-
Sebastian Kuzminsky authored
-
Sebastian Kuzminsky authored
-
Sebastian Kuzminsky authored
-
Sebastian Kuzminsky authored
-
Sebastian Kuzminsky authored
-
Sebastian Kuzminsky authored
-
Sebastian Kuzminsky authored
This fixes a lintian warning.
-
Sebastian Kuzminsky authored
-
Sebastian Kuzminsky authored
-
Sebastian Kuzminsky authored
-
Sebastian Kuzminsky authored
-
Sebastian Kuzminsky authored
-
Sebastian Kuzminsky authored
-
- Apr 28, 2020
-
-
Sebastian Kuzminsky authored
This is needed for older compilers (like Wheezy's gcc 4.7.2 and Jessie's gcc 4.9.2) to accept "modern" things like for-loops with the index variable declared in them: hostmot2.c:759:5: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (int i = 0; i < num_pins; i ++) { ^ hostmot2.c:759:5: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code This also means we no longer need to override CFLAGS in the travis config.
-
- Apr 27, 2020
-
-
Sebastian Kuzminsky authored
-
- Apr 26, 2020
-
-
Sebastian Kuzminsky authored
-
Sebastian Kuzminsky authored
-
Sebastian Kuzminsky authored
Make sure the requested filename fits in the `bitfile_name` buffer before copying it.
-
Sebastian Kuzminsky authored
This squelches a warning from -D_FORTIFY_SOURCE.
-
Sebastian Kuzminsky authored
Make sure there's room in the destination buffer for the whole source string, plus the terminating NULL.
-
Sebastian Kuzminsky authored
-