Ralph Ursprung 117eb45fa0
add the possibility to document bind_interrupts structs
the `bind_interrupts` macro creates a `struct` for the interrupts. it
was so far not possible to document those (except for STM32) and there
was no generic documentation being generated/added either, thus the
`missing_docs` lint was triggered for consumers which enabled it.

with this change it is now possible to manually add a comment on the
`struct` being defined in the macro invocation.

to show that this works one RP example has been modified accordingly.
2025-05-15 18:27:40 +02:00
..
2025-02-19 17:29:21 +01:00
2025-05-02 13:40:50 +02:00
2025-05-13 10:59:11 +02:00
2025-02-19 17:29:21 +01:00
2024-11-16 22:22:47 +01:00
2024-08-08 21:35:21 -04:00
2025-01-12 20:56:08 -06:00