- Oct 02, 2024
-
-
Vasco Guita authored
-
- Oct 01, 2024
-
-
Vasco Guita authored
-
- Sep 23, 2024
-
-
Vasco Guita authored
-
- Jul 24, 2024
-
-
Vasco Guita authored
-
- Jun 07, 2024
-
-
Alén Arias Vázquez authored
Resolve "[Build System] Rename Docker Containers in Build Scripts" See merge request !3
-
- Jun 05, 2024
-
-
MIchael Lettrich authored
-
- Sep 12, 2022
-
-
Adam Wujek authored
Signed-off-by: Adam Wujek <dev_public@wujek.eu>
-
- Sep 06, 2022
-
-
Grzegorz Daniluk authored
fix fantray ADC coefficients for current readout See merge request !2
-
Grzegorz Daniluk authored
-
- Aug 19, 2022
-
-
Grzegorz Daniluk authored
Monimod WP2 See merge request !1
-
Adam Wujek authored
Signed-off-by: Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Increase WDT timeout from ~21ms to 131ms. It happened that there were errors and restarts of Monimod during pytest testing of i2c. Signed-off-by: Adam Wujek <dev_public@wujek.eu>
-
- Aug 18, 2022
-
-
Adam Wujek authored
Signed-off-by: Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Signed-off-by: Adam Wujek <dev_public@wujek.eu>
-
- Aug 16, 2022
-
-
Adam Wujek authored
Signed-off-by: Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Signed-off-by: Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Signed-off-by: Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Signed-off-by: Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
There are number of changes not applied: -Change baud rate from 400 to 100kHz -removal of "__attribute__((used))" in: -test_master/atmel_start_prj/hal/utils/src/utils_syscalls.c -test_master/atmel_start_prj/samd21a/gcc/gcc/startup_samd21.c -enabling interrupt for I2c (Enable Address Match and PREC) -update of linker file test_master/atmel_start_prj/samd21a/gcc/gcc/samd21g18a_flash.ld Signed-off-by: Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Signed-off-by: Adam Wujek <dev_public@wujek.eu>
-
- Jul 28, 2022
-
-
Adam Wujek authored
Signed-off-by: Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Signed-off-by: Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Signed-off-by: Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Signed-off-by: Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Mark global variables with __xMR that are used within replicated functions Signed-off-by: Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Fantray has different ADC channel assignments comparing to previous designs. Signed-off-by: Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Avoid errors when COAST is used and no optimizations are enabled Signed-off-by: Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
To avoid optimization errors when COAST is used Signed-off-by: Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Signed-off-by: Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Signed-off-by: Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
There were byte and var registers in the list of registers to be checked in test_word_read Signed-off-by: Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Signed-off-by: Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Thanks to this change the linux kernel may use PEC for these registers in much easier way. In pytest, update query flags for TEMP_CURVE_POINTS and TEMP_MATRIX_ROW registers. Signed-off-by: Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Changes cover: - fix broken handling of setting row/points (size of temp_matrix_row was too small, fan_n in set_tc_curve was read from a wrong type (uint16 not uint8)) - use structures for handling row/points - add get functionality for row/points (before it was possible to read only the transfered data not the actual used) - iterate over fan entries when getting row/points - update pytests -- update query flags for TEMP_CURVE_POINTS and TEMP_MATRIX_ROW registers -- improve write testing of TEMP_CURVE_POINTS and TEMP_MATRIX_ROW registers - update documentation Signed-off-by: Adam Wujek <dev_public@wujek.eu>
-
- Jul 12, 2022
-
-
Adam Wujek authored
The line: *cmds->cmds[cmd_index].data_len = tx_tmp; triggered the write to memory, which is declared as read-only (const). Such writes trigger the memory exception. To make the code simpler and avoid problematic write, support only writes that has a size of a register. The fix was tested for PEC. Signed-off-by: Adam Wujek <dev_public@wujek.eu>
-
- Jun 30, 2022
-
-
Adam Wujek authored
Signed-off-by: Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Signed-off-by: Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Without PEC the i2c write transaction is finished before the execution of a callback. Make the same behavior when the PEC is used. Triggering a reset over i2c returns write failure if the transaction is not finished. Signed-off-by: Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
remove unused define as leftover of removal of extended commands Signed-off-by: Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Signed-off-by: Adam Wujek <dev_public@wujek.eu>
-