2016 International Conference on Electrical, Electronics, Communication, Computer and Optimization Techniques (ICEECCOT) 2016
DOI: 10.1109/iceeccot.2016.7955239
|View full text |Cite
|
Sign up to set email alerts
|

Implementation and validation of dynamic scheduler based on LST on FreeRTOS

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1

Citation Types

0
3
0

Year Published

2018
2018
2023
2023

Publication Types

Select...
3
2
1

Relationship

0
6

Authors

Journals

citations
Cited by 6 publications
(3 citation statements)
references
References 6 publications
0
3
0
Order By: Relevance
“…Previous research has explored ways to implement dynamic scheduling in FreeRTOS, such as the works by Kase et al [16] and Paez et al [17], which proposed a dynamic scheduling integration from an application perspective. Meanwhile, Belagali et al [18] implemented a layer above the static scheduler that allowed changing the priority in run time based on dynamic parameters while keeping the scheduling parts unchanged. Although these are valuable contributions, the proposed methods resulted in a high-overhead implementation of dynamic scheduling in FreeRTOS.…”
Section: B Motivational Examplementioning
confidence: 99%
“…Previous research has explored ways to implement dynamic scheduling in FreeRTOS, such as the works by Kase et al [16] and Paez et al [17], which proposed a dynamic scheduling integration from an application perspective. Meanwhile, Belagali et al [18] implemented a layer above the static scheduler that allowed changing the priority in run time based on dynamic parameters while keeping the scheduling parts unchanged. Although these are valuable contributions, the proposed methods resulted in a high-overhead implementation of dynamic scheduling in FreeRTOS.…”
Section: B Motivational Examplementioning
confidence: 99%
“…The implementation of a least slack time first dynamic scheduling approach to serve a number of real-time applications on a single processor is presented in papers [6] and [7]. The suggested method implementation covers a variety of real-time applications and can be customised for a variety of tasks, including periodic, aperiodic, and sporadic jobs.…”
Section: Literature Reviewmentioning
confidence: 99%
“…The algorithm checks the slacks of all the ready process each time a new process is released, or the existing process completes. The process with the smallest slack value will have the highest priority [9][15] [16] [17]. By looking at the approach of both algorithms, its ultimate aim is to meet the deadline of the given process.…”
Section: B Dynamic Scheduling Algorithmsmentioning
confidence: 99%