Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-01 | All PDs: Consistently use singular/plural for annotation classes/rows. | Uwe Hermann | |
2019-12-10 | ac97/lin: Remove some unneeded code snippets. | Uwe Hermann | |
2019-11-29 | lin: calculate checksum on two consecutive UART idle frames | Stephan Thiele | |
2019-04-02 | decoders: Fix incorrect 'outputs' fields. | Uwe Hermann | |
Only add items to 'outputs' if the respective PD actually has OUTPUT_PYTHON support implemented as of right now. Various decoders might get OUTPUT_PYTHON support later, but the 'outputs' field should reflect the current status. | |||
2019-03-15 | decoders: Add/update tags for each PD. | Uwe Hermann | |
2019-01-30 | Rename values that shadow built-in keywords | Ryan Jarvis | |
2018-10-21 | lin: Simplify state handling a bit. | Uwe Hermann | |
2018-10-21 | lin: handle_break(): Use self.putx(). | Uwe Hermann | |
2018-10-21 | lin: Simplify LinFsm._transition_allowed(). | Uwe Hermann | |
2018-10-21 | add LIN protocol decoder | stephan.thiele | |