openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
D
distortos
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
about 12 hours
ago. based on code collected
about 12 hours
ago.
Sep 15, 2024 — Sep 15, 2025
Showing page 212 of 213
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
include/distortos: include distortos/architecture/parameters.hpp via architecture.hpp
Kamil Szczygiel
More...
about 11 years ago
source/architecture/ARM/ARMv7-M/include/distortos/architecture: add InterruptMask type alias to parameters.hpp
Kamil Szczygiel
More...
about 11 years ago
scheduler: make all data member private
Kamil Szczygiel
More...
about 11 years ago
source/architecture/ARM/ARMv7-M: use Scheduler::getCurrentThreadControlBlock() in getStackPointerWrapper() in ARMv7-M-SVC_Handler.cpp
Kamil Szczygiel
More...
about 11 years ago
scheduler: use Scheduler::getCurrentThreadControlBlock() in Scheduler::switchContext()
Kamil Szczygiel
More...
about 11 years ago
scheduler: add and implement Scheduler::getCurrentThreadControlBlock() accessor
Kamil Szczygiel
More...
about 11 years ago
main: use Scheduler::add() instead of direct manipulations of the list
Kamil Szczygiel
More...
about 11 years ago
scheduler: add and implement Scheduler::add()
Kamil Szczygiel
More...
about 11 years ago
scheduler: initialize value of Scheduler::currentThreadControlBlock in Scheduler::start()
Kamil Szczygiel
More...
about 11 years ago
main: use distortos::scheduler::schedulerInstance.start() instead of distortos::architecture::startScheduling()
Kamil Szczygiel
More...
about 11 years ago
scheduler: add Scheduler::start(), implement it to call architecture::startScheduling()
Kamil Szczygiel
More...
about 11 years ago
main: add two more test threads, improve all test threads to use pseudo-random numbers (without seed)
Kamil Szczygiel
More...
about 11 years ago
scheduler: add list of ThreadControlBlock elements
Kamil Szczygiel
More...
about 11 years ago
source/syscalls: add sbrk_r.cpp with _sbrk_r() implementation
Kamil Szczygiel
More...
about 11 years ago
source/syscalls: add syscallsStubs.cpp with weak syscall's stubs
Kamil Szczygiel
More...
about 11 years ago
source/main.cpp: don't do explicit yields in test code
Kamil Szczygiel
More...
about 11 years ago
source/architecture/ARM/ARMv7-M: configure and enable SysTick tick timer in startScheduling()
Kamil Szczygiel
More...
about 11 years ago
include/distortos/distortosConfiguration.h: add #defines for tick clock and tick rate
Kamil Szczygiel
More...
about 11 years ago
source/architecture/ARM/ARMv7-M: add ARMv7-M-SysTick_Handler.cpp with stub implementation of SysTick_Handler() - just calls yield()
Kamil Szczygiel
More...
about 11 years ago
source/main.cpp: add some test code to test cooperative scheduling
Kamil Szczygiel
More...
about 11 years ago
source/architecture/ARM/ARMv7-M: add ARMv7-M-startScheduling.cpp with implementation of startScheduling()
Kamil Szczygiel
More...
about 11 years ago
include/distortos/architecture.hpp: add declaration of startScheduling()
Kamil Szczygiel
More...
about 11 years ago
source/architecture/ARM/ARMv7-M: add ARMv7-M-SVC_Handler.cpp with SVC_Handler() which performs first context switch
Kamil Szczygiel
More...
about 11 years ago
source/architecture/ARM/ARMv7-M: add ARMv7-M-Scheduler.cpp with implementation of Scheduler::yield() - request for PendSV exception
Kamil Szczygiel
More...
about 11 years ago
include/distortos/scheduler/Scheduler.hpp: add declaration of Scheduler::yield()
Kamil Szczygiel
More...
about 11 years ago
source/architecture/ARM/ARMv7-M: add ARMv7-M-PendSV_Handler.cpp with PendSV_Handler() which implements context switch
Kamil Szczygiel
More...
about 11 years ago
include/distortos/distortosConfiguration.h: add #define with kernel BASEPRI value
Kamil Szczygiel
More...
about 11 years ago
scheduler: add schedulerInstance global object
Kamil Szczygiel
More...
about 11 years ago
scheduler: add Scheduler class with stub implementation of switchContext(), which alternates between two TCBs
Kamil Szczygiel
More...
about 11 years ago
scheduler: add ThreadControlBlock class with implementation of the most basic functionalities
Kamil Szczygiel
More...
about 11 years ago
←
1
2
…
205
206
207
208
209
210
211
212
213
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree