RTEMS | bsps/arm/tms570: LIN/SCI interrupt macros have missing and misleading names (#5618)
Avi Weiss (@thnkslprpt)
gitlab at rtems.org
Tue Jun 9 07:10:00 UTC 2026
Avi Weiss created an issue: https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/5618
## Summary
The generated LIN/SCI headers have some misnamed macros.
`CLEARINTLVL` bit 8 uses a generic name (`*_CLEARINTLVL_8`) - should be something like `...CLR_TX....`
Bit 25 is an overrun-error bit, but some macros call it `CE` instead of `OE`.
There is also a duplicated `*_CLEARINTLVL_CLR_CE_INT_LVL` definition in both LIN and SCI headers.
## Expected behaviour
- fix CLR_TX macro name
- use OE consistently for overrun-error bits
- remove duplicate
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/5618
You're receiving this email because of your account on gitlab.rtems.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20260609/22929148/attachment.htm>
More information about the bugs
mailing list