mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
makefiles/pseudomodules: remove deprecated event_thread_lowest module
This commit is contained in:
parent
2327d74d24
commit
558d7dd8f2
@ -1,6 +1,5 @@
|
|||||||
# Add deprecated modules here
|
# Add deprecated modules here
|
||||||
# Keep this list ALPHABETICALLY SORTED!!!!111elven
|
# Keep this list ALPHABETICALLY SORTED!!!!111elven
|
||||||
DEPRECATED_MODULES += event_thread_lowest
|
|
||||||
DEPRECATED_MODULES += gnrc_netdev_default
|
DEPRECATED_MODULES += gnrc_netdev_default
|
||||||
DEPRECATED_MODULES += gnrc_netif_cmd_lora # use shell_cmd_gnrc_netif_lorawan instead
|
DEPRECATED_MODULES += gnrc_netif_cmd_lora # use shell_cmd_gnrc_netif_lorawan instead
|
||||||
DEPRECATED_MODULES += gnrc_pktbuf_cmd # use shell_cmd_gnrc_pktbuf instead
|
DEPRECATED_MODULES += gnrc_pktbuf_cmd # use shell_cmd_gnrc_pktbuf instead
|
||||||
|
@ -61,13 +61,6 @@ PSEUDOMODULES += dns_msg
|
|||||||
PSEUDOMODULES += ecc_%
|
PSEUDOMODULES += ecc_%
|
||||||
PSEUDOMODULES += ethos_stdio
|
PSEUDOMODULES += ethos_stdio
|
||||||
PSEUDOMODULES += event_%
|
PSEUDOMODULES += event_%
|
||||||
## @defgroup sys_event_thread_lowest event_thread_lowest
|
|
||||||
## @ingroup sys_event
|
|
||||||
## @{
|
|
||||||
## @deprecated Use module `event_thread` instead (see @ref event/thread.h);
|
|
||||||
## Will be removed after 2021.10 release.
|
|
||||||
PSEUDOMODULES += event_thread_lowest
|
|
||||||
## @}
|
|
||||||
PSEUDOMODULES += event_timeout
|
PSEUDOMODULES += event_timeout
|
||||||
PSEUDOMODULES += event_timeout_ztimer
|
PSEUDOMODULES += event_timeout_ztimer
|
||||||
PSEUDOMODULES += evtimer_mbox
|
PSEUDOMODULES += evtimer_mbox
|
||||||
|
@ -42,9 +42,6 @@
|
|||||||
* event queue gets its own thread. So higher priority events will always
|
* event queue gets its own thread. So higher priority events will always
|
||||||
* preempt events of lower priority in this case.
|
* preempt events of lower priority in this case.
|
||||||
*
|
*
|
||||||
* Finally, the module [event_thread_lowest](@ref sys_event_thread_lowest) is
|
|
||||||
* provided for backward compatibility and has no effect.
|
|
||||||
*
|
|
||||||
* @{
|
* @{
|
||||||
*
|
*
|
||||||
* @file
|
* @file
|
||||||
|
Loading…
Reference in New Issue
Block a user