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
cmake
Select Git revision
0 results
miosix-kernel
Author
Search by author
Any Author
authors
0 authors
Oct 27, 2024
[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
Added check to verify if the user selected board is supported
· ac10d61b
Alberto Nidasio
authored
9 months ago
and
Emilio Corigliano
committed
9 months ago
ac10d61b
Added `MIOSIX_PRINT_BOARD_LIST` option
· ab5743a3
Alberto Nidasio
authored
9 months ago
and
Emilio Corigliano
committed
9 months ago
ab5743a3
Changed architecture and board options to follow the old build system structure
· 2102a2fd
Alberto Nidasio
authored
9 months ago
and
Emilio Corigliano
committed
9 months ago
2102a2fd
Added Platform/Miosix.cmake to define custom Miosix system name
· 593a53a9
Alberto Nidasio
authored
9 months ago
and
Emilio Corigliano
committed
9 months ago
593a53a9
Renamed cmake files to follow CMake modules naming conventions
· a4e1ee9f
Alberto Nidasio
authored
9 months ago
and
Emilio Corigliano
committed
9 months ago
a4e1ee9f
Moved kernel sources and board options files lists directly in the main `CMakeLists.txt`
· b43c93c4
Alberto Nidasio
authored
9 months ago
and
Emilio Corigliano
committed
9 months ago
b43c93c4
Lowered CMake required version from 3.25 to 3.16
· ccb5075c
Alberto Nidasio
authored
9 months ago
and
Emilio Corigliano
committed
9 months ago
ccb5075c
Made stage_1_boot part of libmiosix.a also in CMake
· 597258ca
Alberto Nidasio
authored
9 months ago
and
Emilio Corigliano
committed
9 months ago
597258ca
Added preliminary support for CMake, adapted from Skyward's build system
· d20c95b2
Alberto Nidasio
authored
9 months ago
and
Emilio Corigliano
committed
9 months ago
d20c95b2
Fix atexit in processes again, this time passes test
· a3d9cb65
Federico
authored
9 months ago
and
Emilio Corigliano
committed
9 months ago
a3d9cb65
Preliminary implementation of mutexes in processes
· 256fd6b0
Federico
authored
9 months ago
and
Emilio Corigliano
committed
9 months ago
256fd6b0
Fix atexit in processes
· 28ad75ff
Federico
authored
9 months ago
and
Emilio Corigliano
committed
9 months ago
28ad75ff
Remove previous fix as it caused errors, and implemented SD_KEEP_CARD_SELECTED...
· ac80bc96
Federico
authored
9 months ago
and
Emilio Corigliano
committed
9 months ago
ac80bc96
Fix to prevent some SD card brands from getting stuck in 4bit mode.
· 0e42d783
Federico
authored
9 months ago
and
Emilio Corigliano
committed
9 months ago
0e42d783
Remove duplicate #define
· dfbb72f1
Federico
authored
9 months ago
and
Emilio Corigliano
committed
9 months ago
dfbb72f1
Add SD card initialization delay required by SD specifications
· 5eaf7aa8
Federico
authored
9 months ago
and
Emilio Corigliano
committed
9 months ago
5eaf7aa8
Reduce the number of multilibs, remove deprecated qstlink tool and release as...
· edabe2ba
Federico
authored
9 months ago
and
Emilio Corigliano
committed
9 months ago
edabe2ba
Newlib patch to improve fread buffered file performance by skipping the buffer for large reads
· 877e11e1
Federico
authored
9 months ago
and
Emilio Corigliano
committed
9 months ago
877e11e1
gcc-9.2.0-mp3.1: Add minor improvements to macOS package.
· 90a8d4da
Daniele Cattaneo
authored
9 months ago
and
Emilio Corigliano
committed
9 months ago
90a8d4da
Loading