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
6e5d350d88d854f9939c6b26e4eea9bdfd0378c7
Select Git revision
Branches
14
master
default
protected
unstable
processes_wip
clang
cmake
cmake-old
sd-fix
shield_stackX
compute-unit-v2
con-rig
testing_ram_cu_v2
parafoil-sensortile
angel-swi
ignition
Tags
2
miosix-2.22
alderaan-v1
16 results
miosix-kernel
Author
Search by author
Any Author
authors
Adriano Innocenzi
adriano.innocenzi
Adriano Longo
adriano.longo
Alberto Nidasio
alberto.nidasio
Alejandro Montero Minan
alejandro.montero
Alessandra Miuccio
alessandra.miuccio
Alessandro Del Duca
alessandro.delduca
Alvise de'Faveri
alvise.defaveri
Andrea Milluzzo
andrea.milluzzo
Angelo Giovanni Gaillet
angelo.gaillet
Angelo Prete
angelo.prete
Angelo Zangari
angelozangari
Arturo Benedetti
arturo.benedetti
Aryan Sood
aryan.sood
Camillo Nicoletti
camillo.nicoletti
Damiano Amatruda
damiano.amatruda
Damiano Procaccia
damiano.procaccia
Daniele Gottardini
daniele.gottardini
Dario Ergun
Dario_Ergun
Davide Basso
davide.basso
Davide Bonomini
davide.bonomini
20 authors
Feb 11, 2025
Fixed types in serial_stm32.cpp
· 6e5d350d
Alberto Nidasio
authored
5 months ago
and
Federico
committed
4 months ago
6e5d350d
When compiling `ll2timespec` function with clang, we fallback to the non-optimized implementation
· c0ca0a82
Alberto Nidasio
authored
11 months ago
and
Federico
committed
4 months ago
c0ca0a82
Fix regression in MemoryProfiling::getCurrentFreeStack() caused by previous patch
· 7159999e
Federico
authored
4 months ago
7159999e
Removed `register` keyword from code
· 9b03c558
Alberto Nidasio
authored
11 months ago
and
Federico
committed
4 months ago
9b03c558
Commented out unused variables and functions in lfs_miosix.h and lcd44780.cpp
· d5b25450
Alberto Nidasio
authored
11 months ago
and
Federico
committed
4 months ago
d5b25450
Prevented redefining `_GNU_SOURCE` in stringpart.cpp
· 0af461a4
Alberto Nidasio
authored
11 months ago
and
Federico
committed
4 months ago
0af461a4
Added missing `#pragma GCC diagnostic push` in intrusive.h
· 46445417
Alberto Nidasio
authored
11 months ago
and
Federico
committed
4 months ago
46445417
Updated dependencies for Fedora listed in gcc-9.2.0-mp3.2/Readme.txt
· eeb448dc
Alberto Nidasio
authored
10 months ago
and
Federico
committed
4 months ago
eeb448dc
CMake build system now supports compiling with clang
· 8bcbe24e
Alberto Nidasio
authored
10 months ago
and
Federico
committed
4 months ago
8bcbe24e
Revert location change of miosix_settings.h
· 3e05d75b
Federico
authored
4 months ago
3e05d75b
Implemented new build system with CMake
· 7504337a
Alberto Nidasio
authored
5 months ago
and
Federico
committed
4 months ago
7504337a
Feb 07, 2025
Update newlib patch, add patch to fix libgomp
· 35cf3e05
Federico
authored
4 months ago
35cf3e05
Feb 05, 2025
Serial support for STM32H5 ported, DMA missing does not compile
· bf1fbf6c
Federico
authored
4 months ago
bf1fbf6c
Progress in STM32H5 port
· d506e7da
Federico
authored
4 months ago
d506e7da
Feb 01, 2025
WIP Porting STM32H5
· 6e7ed214
Andrea Bontempi
authored
4 months ago
and
Federico
committed
4 months ago
6e7ed214
Jan 30, 2025
Add inline and fix compiling on non-SMP hardware
· 4ea54827
Federico
authored
4 months ago
4ea54827
Add SMP-safe interrupt disable spinlocks
· c5462e41
Daniele Cattaneo
authored
4 months ago
and
Federico
committed
4 months ago
c5462e41
rp2040: Add missing register defines for spinlocks
· c4163d62
Daniele Cattaneo
authored
4 months ago
and
Federico
committed
4 months ago
c4163d62
Jan 26, 2025
Forgot to update version number in all places
· f37499a9
Federico
authored
4 months ago
f37499a9
Add work-in-progress new compiler patches
· 650a503e
Federico
authored
4 months ago
650a503e
Make sure compiler install scripts are executable
· 07e62e77
Federico
authored
4 months ago
07e62e77
Rename execve to _execve to fix execl* functions in newlib. Fix _execve return value in kernelspace
· 47ece391
Federico
authored
4 months ago
47ece391
Jan 22, 2025
Implement gethostname and sethostname
· e2718cb1
Federico
authored
4 months ago
e2718cb1
Implement pthread_exit, disabled by default
· 61d8b5eb
Federico
authored
4 months ago
61d8b5eb
Jan 21, 2025
Add support for pthread_key API, disabled by default
· 1150aea6
Federico
authored
5 months ago
1150aea6
Print IRQ number in unexpectedInterrupt for debugging purposes as suggested by Emilio Corigliano
· b439a601
Federico
authored
5 months ago
b439a601
Jan 16, 2025
Add bit packing GPIO implementation for stm32f1 as well.
· 463dd1c3
Daniele Cattaneo
authored
5 months ago
and
Federico
committed
5 months ago
463dd1c3
Implement sysconf as a dedicated syscall.
· ce544868
Federico
authored
5 months ago
ce544868
Jan 13, 2025
Sharing common code between armv6m and armv7m to support processes
· e0280435
Federico
authored
5 months ago
e0280435
Jan 12, 2025
Fix a number of accesses to corrupted process stack pointers escalating to a kernel crash
· 61f769f7
Federico
authored
5 months ago
61f769f7
rename stackPtrOffsetInCtxsave and move it to cpu_const.h
· 2183ad12
Federico
authored
5 months ago
2183ad12
Jan 11, 2025
Improve process fault logic
· 5773efa1
Federico
authored
5 months ago
5773efa1
Jan 10, 2025
Fix IRQstackOverflowCheck() called in an interrupt that does not save context.
· f930d1a3
Federico
authored
5 months ago
f930d1a3
Fix stack overflow check in processes if a syscall immediately followed the overflow
· 41576338
Federico
authored
5 months ago
41576338
Simplify interrupt table generation metaprogram
· 98a6f49d
Federico
authored
5 months ago
98a6f49d
Jan 09, 2025
Comment MPU configuration
· 394650fb
Federico
authored
5 months ago
394650fb
No need to un-pend faults now that we clear flags
· 280328b6
Federico
authored
5 months ago
280328b6
Clear fault interrupt flags to fix the address causing the fault being stuck...
· 5193a4de
Federico
authored
5 months ago
5193a4de
Enable the MPU also in high priority interrupt handlers, as it also defines...
· 67ca8746
Federico
authored
5 months ago
67ca8746
Better document how the MPU is used
· cac84b49
Federico
authored
5 months ago
cac84b49
Loading