You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hallo @ndrsnhs ,
soll ich den last_mode bereits in diesem PR ausbauen oder soll das in einem 2. Schritt erfolgen?
Im jetzigen Zustand ist es mit beiden Varianten kompatibel, 2 Anpassungen bereiten aber ggf.mehr Aufwand.
Hallo,
bitte entschuldige die späte Rückmeldung. Kann in zweitem Schritt erfolgen. Die Änderung ist extra so gehalten, dass sie mit last_mode kompatibel ist.
Hintergrund ist die unterschiedliche Ansteuerung von Speichern. manche erfordern kontinuierliches Schreiben und setzen sich eigenständig zurück, bei anderen genügt es die Entladesperre einmalig zu setzen. Bedeutet die Software muss das in erster Instanz immer ans Modul geben.
Wir versuchen unnötige Schreibzugriffe zu vermeiden, d.h. im Modul selber müsste dann falls der Speicher das benötigt nochmal geprüft werden (ggfs. auch durch last_mode)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Speicherladung mit integriert und Variablen zum besseren Verständnis umbenannt.
Prüfung auf no_limit entfernt.