[riot-notifications] [RIOT-OS/RIOT] sys/irq_handler: Drop module (#15386)
Marian Buschsieweke
notifications at github.com
Thu Nov 5 09:20:11 CET 2020
### Contribution description
The module `sys/irq_handler` made it into a release due to bad timing, as `sys/event_thread` was deemed as the better solution just after the feature freeze. It has been deprecated right during the release it was included in (via the release notes).
This PR finally drops it.
### Testing procedure
The CI will figure out if there are any in-tree users still present.
### Issues/PRs references
None
You can view, comment on, or merge this pull request online at:
https://github.com/RIOT-OS/RIOT/pull/15386
-- Commit Summary --
* sys/irq_handler: Remove deprecated module
* LOSTANDFOUND.md: Add sys/irq_handler
-- File Changes --
M LOSTANDFOUND.md (8)
D sys/include/irq_handler.h (253)
D sys/irq_handler/Makefile (1)
D sys/irq_handler/irq_handler.c (94)
D tests/sys_irq_handler/Makefile (8)
D tests/sys_irq_handler/Makefile.ci (10)
D tests/sys_irq_handler/main.c (170)
-- Patch Links --
https://github.com/RIOT-OS/RIOT/pull/15386.patch
https://github.com/RIOT-OS/RIOT/pull/15386.diff
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/RIOT-OS/RIOT/pull/15386
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.riot-os.org/pipermail/notifications/attachments/20201105/d63586da/attachment.htm>
More information about the notifications
mailing list