Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Miosix Kernel
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Avionics
Software Development
Miosix Kernel
Commits
8cb53bf597dbb47cced3370f99bad0c324141514
Select Git revision
0 results
miosix-kernel
Author
Search by author
Any Author
authors
0 authors
Apr 05, 2023
Improvements to CPUProfiler.
· 8cb53bf5
Daniele Cattaneo
authored
2 years ago
and
Federico
committed
2 years ago
8cb53bf5
Add a method in CPUTimeCounter to get the current CPU time consumed by a thread.
· 093a30ac
Daniele Cattaneo
authored
2 years ago
and
Federico
committed
2 years ago
093a30ac
Apr 01, 2023
pc_loader: Fix missing includes.
· be275622
Daniele Cattaneo
authored
2 years ago
and
Federico
committed
2 years ago
be275622
Remove XRAM delays from f207_nucleo BSP code.
· 38588895
Daniele Cattaneo
authored
2 years ago
and
Federico
committed
2 years ago
38588895
Recalibrate delay loops for stm3220g-eval board when code is in XRAM.
· e03b6ec6
Daniele Cattaneo
authored
2 years ago
and
Federico
committed
2 years ago
e03b6ec6
Update STM32F2xx CMSIS to version 2.2.5 (released in 2021) from 2.0.1 (released in 2014).
· 21759916
Daniele Cattaneo
authored
2 years ago
and
Federico
committed
2 years ago
21759916
Remove includes
· c93e2267
Federico
authored
2 years ago
c93e2267
Mar 29, 2023
Fix uses of operator bool, modernize code
· 41f7be01
Federico
authored
2 years ago
41f7be01
Remove pre-C++11 code
· 5fb587a7
Federico
authored
2 years ago
5fb587a7
More IntrusiveList error checks
· 6c6a116b
Federico
authored
2 years ago
6c6a116b
Mar 26, 2023
Added notes for compiler patches
· 2831bee6
Federico
authored
2 years ago
2831bee6
Implementation detail note for pthread_cond_timedwait
· 8e0a5328
Federico
authored
2 years ago
8e0a5328
Add tests for condition variable timedwait
· e55b11b3
Federico
authored
2 years ago
e55b11b3
Fix ConditionVariable::timedWait
· a6a69ac2
Federico
authored
2 years ago
a6a69ac2
Testing IntrusiveList::removeFast
· f1629fd9
Federico
authored
2 years ago
f1629fd9
Cleanup IRQwakeThreads
· aa468561
Federico
authored
2 years ago
aa468561
Remove obsolete check, csRecord was removed long ago
· 93355d68
Federico
authored
2 years ago
93355d68
Make SleepData a class
· 4e9186cc
Federico
authored
2 years ago
4e9186cc
Make CondData a class
· 22a75b9a
Federico
authored
2 years ago
22a75b9a
Implement timedWait also in class ConditonVariable
· 4b69d7ea
Federico
authored
2 years ago
4b69d7ea
Pthread code modernization
· 736c81b3
Federico
authored
2 years ago
736c81b3
Patch optimization
· 4af18987
Federico
authored
2 years ago
4af18987
Mar 25, 2023
fix: Move return for timeout to end of pthread_cond_timedwait
· f388aa04
Leonardo Panseri
authored
2 years ago
and
Federico
committed
2 years ago
f388aa04
Implement pthread_cond_timedwait method
· 63c1aaf7
lorenzovaccarini
authored
2 years ago
and
Federico
committed
2 years ago
63c1aaf7
Rewrite implementation of pthread_cond_wait() and pthread_cond_signal()
· eecff2ed
Leonardo Panseri
authored
2 years ago
and
Federico
committed
2 years ago
eecff2ed
Refactor pthread_cond_t to buffer that contains an IntrusiveList
· 287a22b1
Leonardo Panseri
authored
2 years ago
and
Federico
committed
2 years ago
287a22b1
chore: Implement dummy method
· 6b9a59bc
Leonardo Panseri
authored
2 years ago
and
Federico
committed
2 years ago
6b9a59bc
IntrusiveList::removeFast() return whether the item was in the list
· 1b5239b9
Federico
authored
2 years ago
1b5239b9
Mar 23, 2023
Modernize kernel.cpp and its internal variables
· 700c595a
Federico
authored
2 years ago
700c595a
Remove code duplication, improve encapsulation
· 5690d3ff
Federico
authored
2 years ago
5690d3ff
Mar 22, 2023
Fix timer_interrupt.h being included only because it provided the definition of cur
· 62b7d56e
Federico
authored
2 years ago
62b7d56e
Minor cleanup
· 78a22a97
Federico
authored
2 years ago
78a22a97
Mar 21, 2023
Address TODO in schedulers, and remove code duplication
· 4f9a95c0
Federico
authored
2 years ago
4f9a95c0
IRQfindNextThread() no longer returns a value as it was always ignored and...
· 2c49b452
Federico
authored
2 years ago
2c49b452
Disabled multiburst by default and fixed priority comparison, testsuite now...
· 59dd78ac
Federico
authored
2 years ago
59dd78ac
Uncomment priority inheritance test for control scheduler.
· 1667e49b
Federico
authored
2 years ago
1667e49b
More control scheduler refactor, change default priority of a...
· 53bcee5b
Federico
authored
2 years ago
53bcee5b
Modernize and reformat control scheduler code
· 3af42c0f
Federico
authored
2 years ago
3af42c0f
Fix unimplemented member function in control scheduler, now test_12 of testsuite passes
· aa5121c5
Federico
authored
2 years ago
aa5121c5
Mar 20, 2023
Modernize and reformat EDF scheduler code
· 7dddfbbd
Federico
authored
2 years ago
7dddfbbd
Loading