- 24 Sep, 2021 7 commits
-
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@creotech.pl>
-
Adam Wujek authored
Like: --prio1 --prio2 --domain (domain number) --class (clock class) --accuracy (clock accuracy) --allan (clock allan variance) --tsource (time source) Signed-off-by:
Adam Wujek <adam.wujek@creotech.pl>
-
Adam Wujek authored
Such change simplifies the implementation of a command changing priority1, priority2 and domain number in runtime. Signed-off-by:
Adam Wujek <adam.wujek@creotech.pl>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@creotech.pl>
-
Adam Wujek authored
Used by WRPC Signed-off-by:
Adam Wujek <adam.wujek@creotech.pl>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@creotech.pl>
-
Adam Wujek authored
Fix the stuck in UNCALIBRAT/IDLE after e.g. accuracy changed Signed-off-by:
Adam Wujek <adam.wujek@creotech.pl>
-
- 23 Sep, 2021 4 commits
-
-
Adam Wujek authored
This is not the final solution. With this fix this error does not occur any more, but WRS/WRPC does not sync. It hits the bug #36Signed-off-by:
Adam Wujek <adam.wujek@creotech.pl>
-
Adam Wujek authored
Before this commit activePeer was filled when the siwtch was in master mode or when the external port configuration was active. This commit adds storing the MAC of each foreign master, the MAC of the chosen foreign master is copied to activePeer. IMHO: activePeer (or peer in general) should not be the MAC but the portIdentity of a port on the master. Signed-off-by:
Adam Wujek <adam.wujek@creotech.pl>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
- 14 Aug, 2021 1 commit
-
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
- 13 Aug, 2021 1 commit
-
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
- 05 Jul, 2021 2 commits
-
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
- 29 Jun, 2021 4 commits
-
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Could result in a servo stuck after re-sync that happens every ~49.7days. Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
This reverts commit ba107c11. The mentioned commit has been reverted because timeouts did not work correctly at the overflow causing the WRS to resync and sometimes stuck after ~49.7 days (and multiplies) after boot.:
-
- 25 Jun, 2021 1 commit
-
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@creotech.pl>
-
- 18 Jun, 2021 2 commits
-
-
Adam Wujek authored
WRS_PPSI_SHMEM_VERSION should have been increased in the commit: 0572fe61 include/ppsi: use MECH_* instead of PP_*_MECH Due to the increase of pp_instance size. Signed-off-by:
Adam Wujek <adam.wujek@creotech.pl>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@creotech.pl>
-
- 19 May, 2021 1 commit
-
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@creotech.pl>
-
- 15 May, 2021 2 commits
-
-
Adam Wujek authored
Requires the following commit from WRPC: dev/sfp: add commmand to dump SFP info, add sfp related stuff into wrpc-dump Signed-off-by:
Adam Wujek <adam.wujek@creotech.pl>
-
Adam Wujek authored
Two 32 bit parts were not swapped. Raw value was printed correctly. Signed-off-by:
Adam Wujek <adam.wujek@creotech.pl>
-
- 11 May, 2021 1 commit
-
-
Adam Wujek authored
Fix the printout of pp_frgn_master if more than 1 foreign master is registered. Before the size of struct pp_frgn_master was calculated based on the size on a host system, not on LLM32. In practice the size was different by 4 bytes. This commit requires the following commit from WRPC repo: wrpc-dump: add dump of task list Signed-off-by:
Adam Wujek <adam.wujek@creotech.pl>
-
- 08 May, 2021 11 commits
-
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@creotech.pl>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@creotech.pl>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@creotech.pl>
-
Adam Wujek authored
It no longer keeps information if mechanism is pdelay, but which kind of mechanism. Signed-off-by:
Adam Wujek <adam.wujek@creotech.pl>
-
Adam Wujek authored
Replace PP_E2E_MECH with MECH_E2E and PP_P2P_MECH with MECH_P2P Signed-off-by:
Adam Wujek <adam.wujek@creotech.pl>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@creotech.pl>
-
Adam Wujek authored
Otherwise, it may cause errors if .h are present in include/generated or include/config in the PPSI repo. Signed-off-by:
Adam Wujek <adam.wujek@creotech.pl>
-
Adam Wujek authored
Based on spec_defconfig Signed-off-by:
Adam Wujek <adam.wujek@creotech.pl>
-
Adam Wujek authored
The added configs will be concatenated with a selected config from WRPC's repo. For WRPC this commit is useful when the following commit in WRPC is applied: Makefile: on *_defconfig concatenate ppsi's config if present and a config in wrpc is present Signed-off-by:
Adam Wujek <adam.wujek@creotech.pl>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@creotech.pl>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@creotech.pl>
-
- 21 Apr, 2021 3 commits
-
-
Adam Wujek authored
The added config will be concatenated with a config from WRPC's repo. For WRPC this commit is useful when the following commit in WRPC is applied: Makefile: on *_defconfig concatenate ppsi's config if present Signed-off-by:
Adam Wujek <adam.wujek@creotech.pl>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@creotech.pl>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@creotech.pl>
-