- Jun 28, 2017
-
-
Sebastian Kuzminsky authored
-
- Jun 26, 2017
-
-
Sebastian Kuzminsky authored
Bump the version of the package from 3.2.0 to 3.2.0-1.
-
Sebastian Kuzminsky authored
Also rename the variable "access" to "board_access" to avoid collission with the access() function declared by unistd.h .
-
Sebastian Kuzminsky authored
-
Sebastian Kuzminsky authored
Also rename the variable "access" to "board_access", to avoid collission with the access() function that unistd.h declares.
-
Sebastian Kuzminsky authored
ppoll() is a _GNU_SOURCE feature, and since mesaflash is GPL 2+ we can enable _GNU_SOURCE here.
-
Sebastian Kuzminsky authored
This declares close(), which avoids an 'implicit declaration' warning from GCC 6.3 in Debian Stretch.
-
Sebastian Kuzminsky authored
This provides the declaration of isprint(), which is needed to avoid an 'implicit declaration' warning from GCC 6.3 in Debian Stretch.
-
Sebastian Kuzminsky authored
mesaflash uses the standard return value -1 for indicating errors, so use it here too.
-
Sebastian Kuzminsky authored
This provides the declaration of eeprom_init(), avoiding an "implicit declaration" warning on GCC 6.3 on Debian Stretch.
-
Sebastian Kuzminsky authored
This C file calls functions in libpci, so make sure we declare them. This fixes the situation on Linux, no idea about Windows.
-
Sebastian Kuzminsky authored
These functions are used by encoder_module, so we need to declare them to avoid an "implicit declaration" warning from GCC 6.3 in Debian Stretch.
-
Sebastian Kuzminsky authored
This avoids an "implicit declaration" warning from GCC 6.3 in Debian Stretch.
-
Sebastian Kuzminsky authored
This provides the declaration of gettimeofday(), squelching a compile warning on GCC 6.3 in Debian Stretch.
-
Sebastian Kuzminsky authored
This defines some serial_boards_*() functions that anyio.c uses.
-
Sebastian Kuzminsky authored
-
Sebastian Kuzminsky authored
GCC 6.3 in Debian Strech uses C99 inline semantics, so it complains: In file included from eeprom_local.c:31:0: eeprom_local.c: At top level: epp_boards.h:37:13: warning: inline function ‘epp_write8’ declared but never defined inline void epp_write8(board_t *board, u8 data); ^~~~~~~~~~ The function declaration needs to be non-inline, and the function definition can be inline.
-
- Sep 28, 2015
-
-
Michael Geszkiewicz authored
Signed-off-by:Michael Geszkiewicz <micges@wp.pl>
-
Michael Geszkiewicz authored
Signed-off-by:Michael Geszkiewicz <micges@wp.pl>
-
- May 28, 2015
-
-
Michael Geszkiewicz authored
Signed-off-by:Michael Geszkiewicz <micges@wp.pl>
-
- Mar 12, 2015
-
-
Michael Geszkiewicz authored
Signed-off-by:Michael Geszkiewicz <micges@wp.pl>
-
- Mar 11, 2015
-
-
Michael Geszkiewicz authored
base addresses of modules are going to be changeable Signed-off-by:Michael Geszkiewicz <micges@wp.pl>
-
- Mar 09, 2015
-
-
Michael Geszkiewicz authored
factor out common board structure initialisations to function Signed-off-by:Michael Geszkiewicz <micges@wp.pl>
-
- Feb 07, 2015
-
-
Michael Geszkiewicz authored
don't check bitfile id on above cards while --write and --verify Signed-off-by:Michael Geszkiewicz <micges@wp.pl>
-
- Feb 06, 2015
-
-
Michael Geszkiewicz authored
Signed-off-by:Michael Geszkiewicz <micges@wp.pl>
-
- Jan 17, 2015
-
-
Michael Geszkiewicz authored
Signed-off-by:Michael Geszkiewicz <micges@wp.pl>
-
Michael Geszkiewicz authored
Signed-off-by:Michael Geszkiewicz <micges@wp.pl>
-
Michael Geszkiewicz authored
Signed-off-by:Michael Geszkiewicz <micges@wp.pl>
-
- Jan 08, 2015
-
-
Michael Geszkiewicz authored
Signed-off-by:Michael Geszkiewicz <micges@wp.pl>
-
- Jan 07, 2015
-
-
Michael Geszkiewicz authored
Signed-off-by:Michael Geszkiewicz <micges@wp.pl>
-
- Jan 06, 2015
-
-
Michael Geszkiewicz authored
Signed-off-by:Michael Geszkiewicz <micges@wp.pl>
-
- Jan 05, 2015
-
-
Michael Geszkiewicz authored
Signed-off-by:Michael Geszkiewicz <micges@wp.pl>
-
Michael Geszkiewicz authored
Signed-off-by:Michael Geszkiewicz <micges@wp.pl>
-
- Nov 24, 2014
-
-
Michael Geszkiewicz authored
Signed-off-by:Michael Geszkiewicz <micges@wp.pl>
-
- Nov 17, 2014
-
-
Michael Geszkiewicz authored
Signed-off-by:Michael Geszkiewicz <micges@wp.pl>
-
- Nov 05, 2014
-
-
Michael Geszkiewicz authored
sserial: wait for reset to finish becouse sslbp returns bogus data when accessing local ram while resetting Signed-off-by:Michael Geszkiewicz <micges@wp.pl>
-
Michael Geszkiewicz authored
Signed-off-by:Michael Geszkiewicz <micges@wp.pl>
-
Michael Geszkiewicz authored
Signed-off-by:Michael Geszkiewicz <micges@wp.pl>
-
- Sep 24, 2014
-
-
Michael Geszkiewicz authored
Signed-off-by:Michael Geszkiewicz <micges@wp.pl>
-
Michael Geszkiewicz authored
Signed-off-by:Michael Geszkiewicz <micges@wp.pl>
-