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
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
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
Emilio Corigliano
Miosix Kernel
Commits
clang
Select Git revision
0 results
miosix-kernel
Author
Search by author
Any Author
authors
0 authors
Jan 21, 2025
[Build System] Updated BS to support ASPIS
· 12840bc5
Emilio Corigliano
authored
6 months ago
12840bc5
Nov 05, 2024
[TEMPORARY] Local setups
· e25e6ce9
Emilio Corigliano
authored
9 months ago
e25e6ce9
[Portability] Adding .ltorg instruction in restoreContext
· 36bbe5d8
Emilio Corigliano
authored
9 months ago
36bbe5d8
[cmake] Updated miosix_link_target to support different link types
· 99ef625c
Emilio Corigliano
authored
9 months ago
99ef625c
Oct 27, 2024
Added missing CMake dependency in `miosix_create_processes_dir` function
· 568bfabf
Alberto Nidasio
authored
9 months ago
and
Emilio Corigliano
committed
9 months ago
568bfabf
Compiled processes with clang and arm-miosix-eabi-ld for the first time
· 740c735d
Alberto Nidasio
authored
9 months ago
and
Emilio Corigliano
committed
9 months ago
740c735d
Improved processes example
· ba5c4063
Alberto Nidasio
authored
9 months ago
and
Emilio Corigliano
committed
9 months ago
ba5c4063
When compiling `ll2timespec` function with clang, we fallback to the non-optimized implementation
· bf7e155b
Alberto Nidasio
authored
9 months ago
and
Emilio Corigliano
committed
9 months ago
bf7e155b
Silenced clang's warning of "call to function without interrupt attribute...
· a9152044
Alberto Nidasio
authored
9 months ago
and
Emilio Corigliano
committed
9 months ago
a9152044
Silenced clang's warning of "if statement has empty body" in serial_stm32.cpp
· f5b849d9
Alberto Nidasio
authored
9 months ago
and
Emilio Corigliano
committed
9 months ago
f5b849d9
Removed `register` keyword and changed how the stack pointer is copied in...
· d3369584
Alberto Nidasio
authored
9 months ago
and
Emilio Corigliano
committed
9 months ago
d3369584
Removed `register` keyword from variables used in asm blocks
· bdb8e366
Alberto Nidasio
authored
9 months ago
and
Emilio Corigliano
committed
9 months ago
bdb8e366
Commented out unused variables and functions in lfs_miosix.h and lcd44780.cpp
· bf1b3e14
Alberto Nidasio
authored
9 months ago
and
Emilio Corigliano
committed
9 months ago
bf1b3e14
Prevented redefining `_GNU_SOURCE` in stringpart.cpp
· 15c0eb67
Alberto Nidasio
authored
9 months ago
and
Emilio Corigliano
committed
9 months ago
15c0eb67
Added missing `#pragma GCC diagnostic push` in intrusive.h
· ea98adb6
Alberto Nidasio
authored
9 months ago
and
Emilio Corigliano
committed
9 months ago
ea98adb6
CMake build system now supports compiling with clang
· c274a49f
Alberto Nidasio
authored
9 months ago
and
Emilio Corigliano
committed
9 months ago
c274a49f
Fixed types in serial_stm32.cpp
· 37203722
Alberto Nidasio
authored
9 months ago
and
Emilio Corigliano
committed
9 months ago
37203722
Updated dependencies for Fedora listed in gcc-9.2.0-mp3.2/Readme.txt
· 2e83d1c4
Alberto Nidasio
authored
9 months ago
and
Emilio Corigliano
committed
9 months ago
2e83d1c4
Updated newlib patch to add missing annotation in malloc.h
· 6853b40c
Alberto Nidasio
authored
9 months ago
and
Emilio Corigliano
committed
9 months ago
6853b40c
[cmake] Supporting usage of miosix as library with external board definitions
· 79303cd8
Emilio Corigliano
authored
9 months ago
79303cd8
Rename variables in gcc.cmake
· c0618201
Alberto Nidasio
authored
9 months ago
and
Emilio Corigliano
committed
9 months ago
c0618201
Renamed CMake gcc toolchain file
· 475dc468
Alberto Nidasio
authored
9 months ago
and
Emilio Corigliano
committed
9 months ago
475dc468
Add program target for romfs image in CMake
· c496d457
Alberto Nidasio
authored
9 months ago
and
Emilio Corigliano
committed
9 months ago
c496d457
Documented custom CMake functions
· 46402481
Alberto Nidasio
authored
9 months ago
and
Emilio Corigliano
committed
9 months ago
46402481
Created `miosix_create_processes_dir` CMake function to easily group processes...
· 37c604cc
Alberto Nidasio
authored
9 months ago
and
Emilio Corigliano
committed
9 months ago
37c604cc
blinking_led example now uses `ledOn` and `ledOff` functions
· 203c59fb
Alberto Nidasio
authored
9 months ago
and
Emilio Corigliano
committed
9 months ago
203c59fb
Created `miosix_add_romfs_image` CMake function to easily combine processes into RomFS images
· b1c30a41
Alberto Nidasio
authored
9 months ago
and
Emilio Corigliano
committed
9 months ago
b1c30a41
Fixed `.map` file generation in CMake build system
· 52b12fd1
Alberto Nidasio
authored
9 months ago
and
Emilio Corigliano
committed
9 months ago
52b12fd1
Added CMake support for the stm32f767zi_nucleo board
· 8c5f817f
Alberto Nidasio
authored
9 months ago
and
Emilio Corigliano
committed
9 months ago
8c5f817f
Added simple example with two processes
· dab682ef
Alberto Nidasio
authored
9 months ago
and
Emilio Corigliano
committed
9 months ago
dab682ef
Created `miosix_add_process` CMake function to easily define processes
· e3580eb1
Alberto Nidasio
authored
9 months ago
and
Emilio Corigliano
committed
9 months ago
e3580eb1
Preliminary support to compile processes with CMake
· e7e9db4c
Alberto Nidasio
authored
9 months ago
and
Emilio Corigliano
committed
9 months ago
e7e9db4c
Prefixed all CMake variables with `MIOSIX_` to group them in tools like cmake-gui
· 56595793
Alberto Nidasio
authored
9 months ago
and
Emilio Corigliano
committed
9 months ago
56595793
Improved CMake cache variables
· 1f55c39c
Alberto Nidasio
authored
9 months ago
and
Emilio Corigliano
committed
9 months ago
1f55c39c
Changed default `st-flash` command flags
· 85f0532b
Alberto Nidasio
authored
9 months ago
and
Emilio Corigliano
committed
9 months ago
85f0532b
Improved CMake code documentation
· 52c724af
Alberto Nidasio
authored
9 months ago
and
Emilio Corigliano
committed
9 months ago
52c724af
Moved LinkTarget.cmake to avoid setting a second time `CMAKE_MODULE_PATH`
· b88651a0
Alberto Nidasio
authored
9 months ago
and
Emilio Corigliano
committed
9 months ago
b88651a0
Used CMake cache variables to define build-system user configurable options
· 3ee2afb6
Alberto Nidasio
authored
9 months ago
and
Emilio Corigliano
committed
9 months ago
3ee2afb6
Removed simultaneous support of multiple boards to follow the old build system structure
· e6b984a2
Alberto Nidasio
authored
9 months ago
and
Emilio Corigliano
committed
9 months ago
e6b984a2
Updated Platform/Miosix.cmake file
· cb2bdc5d
Alberto Nidasio
authored
9 months ago
and
Emilio Corigliano
committed
9 months ago
cb2bdc5d
Loading