- Jan 29, 2018
-
-
Dimitris Lampridis authored
-
- Aug 25, 2017
-
-
Dimitris Lampridis authored
When called more than once in a Python program ipmi_file_open function causes exception. To reproduce: ipmi_file_open ipmi_file_close ipmi_file_open -> exception The solution is to remove if (f) fclose(f); from ipmi_file_open function
-
- Aug 24, 2017
-
-
Dimitris Lampridis authored
This is necessary for the FMC-ADC PTS, because otherwise the function generator will just use the last setting, leading to false errors in some of the tests.
-
Dimitris Lampridis authored
-
- Nov 05, 2014
-
-
Matthieu Cattin authored
-
- Jul 24, 2014
-
-
Matthieu Cattin authored
-
- Jul 22, 2014
-
-
Matthieu Cattin authored
-
- May 23, 2014
-
-
Matthieu Cattin authored
-
- May 22, 2014
-
-
Matthieu Cattin authored
-
- May 21, 2014
-
-
Matthieu Cattin authored
-
- May 13, 2014
-
-
Matthieu Cattin authored
-
Matthieu Cattin authored
Conflicts: common/cp210x_gpio.py common/find_usb_tty.py
-
Matthieu Cattin authored
calibr_box.py is board specific (the type of box differ depending on the board). Therefore it is removed from the common pts. If a mean to differentiate between the box if implemented, it might come back to common pts. cp210x driver is removed, because it is now stored in the usb-relay-box1 project's repo. cp210x_eeprom.py is removed, because it is specific to the board (e.g. not the same for fmc-adc)
-
Matthieu Cattin authored
-
Matthieu Cattin authored
-
Matthieu Cattin authored
-
Matthieu Cattin authored
-
Matthieu Cattin authored
The new class is inherited from the VME class from vv_lib (svec pts) and it implements iread and iwrite methods needed by rr based tests.
-
Matthieu Cattin authored
-
Matthieu Cattin authored
-
Matthieu Cattin authored
-
Matthieu Cattin authored
Add a function to read gn4124 interrupt configuration.
-
Matthieu Cattin authored
-
Matthieu Cattin authored
-
Matthieu Cattin authored
-
Matthieu Cattin authored
- Returns all registers. - Two dimensions table [address, data]
-
Matthieu Cattin authored
This is the tool used to fill the FMC EEPROM with IPMI and calibration data.
-
Matthieu Cattin authored
-
Matthieu Cattin authored
-
Matthieu Cattin authored
-
Matthieu Cattin authored
Always print register value, even if it contains fields.
-
Matthieu Cattin authored
-
Matthieu Cattin authored
-
Matthieu Cattin authored
-
Matthieu Cattin authored
Forgot to remove legacy argument, not useful anymore.
-
Matthieu Cattin authored
-
Matthieu Cattin authored
- get/set register - get/set field in register - print register map
-
Matthieu Cattin authored
Call to irqena. Note: The driver is disabling the interrupts in the ISR. Therefore, the user have to explicitly enable interrupts again.
-
Matthieu Cattin authored
Exception from lower level modules (i2c, spi, onewire, etc...) are forwarded to the upper layer by the device modules (ds18b20, ltc217x, etc...). Each layer is adding specific informations to the error message (e.g. wishbone core base address, spi slave number or i2c address, etc...). This will simplify the exception handling in the higher level modules.
-
Matthieu Cattin authored
Comments review.
-