- Jun 26, 2017
-
-
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>
-
- Sep 19, 2014
-
-
Michael Geszkiewicz authored
Signed-off-by:Michael Geszkiewicz <micges@wp.pl>
-
- Sep 18, 2014
-
-
Michael Geszkiewicz authored
This will allow precise velocity estimation. 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>
-
Michael Geszkiewicz authored
Signed-off-by:Michael Geszkiewicz <micges@wp.pl>
-
Michael Geszkiewicz authored
libanyio: add support for hostmot2 encoder module. Support counts, position and velocity estimation. Signed-off-by:Michael Geszkiewicz <micges@wp.pl>
-
- Sep 17, 2014
-
-
Michael Geszkiewicz authored
mesaflash: after writing firmware note about power cycle to reload firmware and about --reload command line option Signed-off-by:Michael Geszkiewicz <micges@wp.pl>
-
Michael Geszkiewicz authored
Signed-off-by:Michael Geszkiewicz <micges@wp.pl>
-
- Sep 14, 2014
-
-
Michael Geszkiewicz authored
serial: support flash write and verify. Also increase timeouts on write and read to support waiting for long flash operations like erase and write_page Signed-off-by:Michael Geszkiewicz <micges@wp.pl>
-