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
01e522ef84a7371630554edc4d9cb7add85cd608
Select Git revision
0 results
miosix-kernel
Author
Search by author
Any Author
authors
0 authors
Aug 18, 2018
Added logger example
· 01e522ef
Federico
authored
6 years ago
01e522ef
Aug 12, 2018
Fix a bug occurring when compiling part of Miosix with LLVM where _etext...
· 6a5d4d4f
Daniele Cattaneo
authored
7 years ago
and
Federico
committed
6 years ago
6a5d4d4f
Aug 11, 2018
Updated serial port code of the bootloader utility to C++11
· 2f623129
Federico
authored
6 years ago
2f623129
Jul 15, 2018
Added board stm32f205_generic
· d9df5b45
Federico
authored
6 years ago
d9df5b45
Bugfixes to stormtrooper driver
· 2ccd7ad9
Federico
authored
6 years ago
2ccd7ad9
Jul 12, 2018
Removed led blink at boot for for thermal_test_chip board
· 30e784e3
Federico
authored
6 years ago
30e784e3
Increasing stack size for thermal_test_chip board
· cfb7ae2c
Federico
authored
6 years ago
cfb7ae2c
Changed thermal_test_chip board linker script to free the TCM for logging buffers
· e1e268c7
Federico
authored
6 years ago
e1e268c7
Added second serial support to thermal_test_chip board
· 3a2cfa24
Federico
authored
6 years ago
3a2cfa24
Jun 29, 2018
Porting Miosix to stm32h7 -- third part
· 6bf815ee
Federico
authored
6 years ago
6bf815ee
Porting Miosix to stm32h7 -- second part
· eb86b2af
Federico
authored
6 years ago
eb86b2af
Porting Miosix to stm32h7 -- first part
· fc20f95b
Federico
authored
6 years ago
fc20f95b
Comment fixes
· 29203678
Federico
authored
6 years ago
29203678
Jun 25, 2018
Added new board: stm32f407vg_thermal_test_chip
· 533ac0e0
Federico
authored
7 years ago
533ac0e0
Jun 24, 2018
Added cache implementation documentation
· 227b6b53
Federico
authored
7 years ago
227b6b53
Fixed corner case in cache management where data remained in the write buffer...
· 747cb384
Federico
authored
7 years ago
747cb384
Added cache support for CortexM7, and tegression tests in testsuite
· 2e72b5c5
Federico
authored
7 years ago
2e72b5c5
Promoted MPU driver as core driver, common to all cortex M CPUs
· f757542b
Federico
authored
7 years ago
f757542b
Changes to MPU code to support using the MPU to configure cacheability
· cd6a2c1f
Federico
authored
7 years ago
cd6a2c1f
Jun 23, 2018
Factored common MPU code from different architectures
· 81309cbd
Federico
authored
7 years ago
81309cbd
Support for STM32F7 -- third part
· 4f2516bd
Federico
authored
7 years ago
4f2516bd
Jun 22, 2018
Support for STM32F7 -- second part
· 646356ea
Federico
authored
7 years ago
646356ea
Support for STM32F7 -- first part
· 4c4d277e
Federico
authored
7 years ago
4c4d277e
May 09, 2018
Removed warning
· c5c91562
Federico
authored
7 years ago
c5c91562
May 08, 2018
Removed macro incorrectly enabling test code
· 06e05844
Federico
authored
7 years ago
06e05844
Factored compiler options in Makefile.inc
· b64600bc
Federico
authored
7 years ago
b64600bc
Added noexcept to two functions to match prototype
· 13008241
Federico
authored
7 years ago
13008241
Remove warning
· ee123f7e
Federico
authored
7 years ago
ee123f7e
Removed useless semicolons at the end of namespaces
· 7c51b186
Federico
authored
7 years ago
7c51b186
Removed useless const in return value
· 632cedd0
Federico
authored
7 years ago
632cedd0
Prevent unused variable warning
· 79bda64c
Federico
authored
7 years ago
79bda64c
Removed useless semicolons at the end of namespaces
· 8827e26a
Federico
authored
7 years ago
8827e26a
Apr 25, 2018
Fix for SDIO driver underrun errors in boards using SDRAM
· e6a3f9b5
Federico
authored
7 years ago
e6a3f9b5
Apr 07, 2018
Fixed stm32f401re_nucleo, SPI5 does not exist
· ae181e5b
Federico
authored
7 years ago
ae181e5b
Added ifdef to disable nonexistent USART3 in stm32f401xe
· 27a21cfb
Federico
authored
7 years ago
27a21cfb
Fixed stm32f401re_nucleo arch_registers_impl.h, wrong registers header included
· 466ed0c1
Federico
authored
7 years ago
466ed0c1
Removed clocking option for stm32f401re_nucleo, datasheet says max freq is...
· 54151eac
Federico
authored
7 years ago
54151eac
Reordered Makefile.inc to have the last board appended
· 1bc94678
Federico
authored
7 years ago
1bc94678
Add support for stm32f401re_nucleo
· f5a86619
Daniele Cattaneo
authored
7 years ago
and
Federico
committed
7 years ago
f5a86619
Finished board support package for Skyward's HomeOne board. Added hwmapping.h...
· a6b138e6
silseva
authored
7 years ago
and
Federico
committed
7 years ago
a6b138e6
Loading