add SW IF for manipulating poll threshold #550

Merged
muellerr merged 4 commits from ptme_poll_threshold_register into develop 2023-04-02 15:35:40 +02:00
Showing only changes of commit 9360dad028 - Show all commits

View File

@ -16,6 +16,15 @@ will consitute of a breaking change warranting a new major release:
# [unreleased]
## Fixed
- PTME was not reset after configuration changes.
## Changed
- Poll threshold configuration of the PTME IP core is now configurable via a parameter command
and is set to 0b010 (4 polls) instead of 0b001 (1 poll) per default.
# [v1.42.0] 2023-04-01
- eive-tmtc: v2.20.1
@ -42,7 +51,6 @@ will consitute of a breaking change warranting a new major release:
- Syrlinks Handler: Bugfix so transition command is only sent once.
- SCEX file name bug: Create file name time stamp with `strftime` similarly to how it's done
for the persistent TM store.
- PTME was not reset after configuration changes.
## Added