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
2057503ff6b0670ef69f02439243f94bcd22aefc
Select Git revision
0 results
miosix-kernel
Author
Search by author
Any Author
authors
0 authors
Jan 08, 2025
Fix process support in Miosix 3
· 2057503f
Federico
authored
7 months ago
2057503f
Compile again kernel with processes
· 78a4a30b
Federico
authored
7 months ago
78a4a30b
Incomplete fix to compile again the kernel with processes
· 3704c832
Federico
authored
7 months ago
3704c832
Update comments
· a9172cad
Federico
authored
7 months ago
a9172cad
Jan 07, 2025
Fix missed preemption with SCHED_TYPE_EDF
· 7fa28a4e
Federico
authored
7 months ago
7fa28a4e
Fix running testsuite with SCHED_TYPE_EDF
· d289f2c4
Federico
authored
7 months ago
d289f2c4
Jan 05, 2025
Activate pullup on serial port RX pin to prevent spurious received characters on unconnected ports
· cbbfe2b4
Federico
authored
7 months ago
cbbfe2b4
Allow alternate functions to have pullup/pulldown, useful if the in ends up...
· 3592de40
Federico
authored
7 months ago
3592de40
Rename stm32f103c8_breakout to its more common name stm32f103c8_blackpill and fix LED polarity
· 0b9f71e5
Federico
authored
7 months ago
0b9f71e5
Jan 04, 2025
Remove obsolete openocd script
· 87902b9c
Federico
authored
7 months ago
87902b9c
Fix bitsboard bsp
· 1a92b666
Federico
authored
7 months ago
1a92b666
Remove obsolete linker script
· 8362f482
Federico
authored
7 months ago
8362f482
Fix stm32f207zg_EthBoardV2 linker scripts and make them uniform with respect...
· a6026279
Federico
authored
7 months ago
a6026279
stm32f207zg_EthBoardV2 Fix GPIO state at boot to allow JTAG debugging
· 572f84a6
Federico
authored
7 months ago
572f84a6
Jan 03, 2025
Change default linker script for stm3210e-eval and stm3220g-eval
· 46346478
Federico
authored
7 months ago
46346478
Fix stm32f1 serial port when using XRAM
· 2845e9fc
Federico
authored
7 months ago
2845e9fc
Reintroduce support for booting from XRAM
· a996381b
Federico
authored
7 months ago
a996381b
Move MIOSIX_NUM_PERIPHERAL_IRQ to arch_registers_impl.h on all platforms
· 985c5e2c
Federico
authored
7 months ago
985c5e2c
Dec 21, 2024
Remove old now unused STM32 serial driver.
· 62038456
Daniele Cattaneo
authored
7 months ago
and
Federico
committed
7 months ago
62038456
stm32f1_f2_f4_serial: Fix compilation for F1 after AF handling refactoring
· f02cb013
Daniele Cattaneo
authored
7 months ago
and
Federico
committed
7 months ago
f02cb013
Port all other STM32H7 boards to Miosix 3. All untested.
· e89ddaf6
Daniele Cattaneo
authored
7 months ago
and
Federico
committed
7 months ago
e89ddaf6
STM32 new serial: minor configuration fixes.
· 8c1b3d2c
Daniele Cattaneo
authored
7 months ago
and
Federico
committed
7 months ago
8c1b3d2c
stm32h755zi_nucleo: Port to Miosix 3
· aa16b8f9
Daniele Cattaneo
authored
7 months ago
and
Federico
committed
7 months ago
aa16b8f9
New STM32 serial: Add STM32H7 support
· e24f45b7
Daniele Cattaneo
authored
7 months ago
and
Federico
committed
7 months ago
e24f45b7
stm32_hardware_rng: Fix wrong compiler warning by rewriting the loop in a...
· 3dcf49da
Daniele Cattaneo
authored
7 months ago
and
Federico
committed
7 months ago
3dcf49da
Port stm32f072rb discovery to Miosix 3.
· c450bb9c
Daniele Cattaneo
authored
7 months ago
and
Federico
committed
7 months ago
c450bb9c
Port stm32f030r8 discovery to Miosix 3
· 5bdae31a
Daniele Cattaneo
authored
7 months ago
and
Federico
committed
7 months ago
5bdae31a
Fix breaking change: Cortex M > 0 have VTOR but do not #define __VTOR_PRESENT
· c1e2fe18
Federico
authored
7 months ago
c1e2fe18
Do not set VTOR at boot for MCUs that don't have it.
· 2b03dba3
Daniele Cattaneo
authored
7 months ago
and
Federico
committed
7 months ago
2b03dba3
Port stm32f303 discovery to Miosix 3. Untested.
· 7b8412dc
Daniele Cattaneo
authored
7 months ago
and
Federico
committed
7 months ago
7b8412dc
Add new port for stm32l010rb nucleo.
· 1d1b1480
Daniele Cattaneo
authored
7 months ago
and
Federico
committed
7 months ago
1d1b1480
Add test program for checking STM32 alternate function spans
· f05da6bb
Daniele Cattaneo
authored
7 months ago
and
Federico
committed
7 months ago
f05da6bb
Dec 18, 2024
Port stm32l053r8_nucleo to Miosix 3.
· 3649e811
Daniele Cattaneo
authored
7 months ago
and
Federico
committed
7 months ago
3649e811
Add real support for LPUART to new STM32 serial driver, and support for L0 devices.
· 30b38dd7
Daniele Cattaneo
authored
7 months ago
and
Federico
committed
7 months ago
30b38dd7
Port all remaining STM32F7 to Miosix 3. All untested.
· 8c5a0b92
Daniele Cattaneo
authored
7 months ago
and
Federico
committed
7 months ago
8c5a0b92
New STM32 serial: Add support for segmented alternate function assignment for F7 micros.
· 3fc6d185
Daniele Cattaneo
authored
7 months ago
and
Federico
committed
7 months ago
3fc6d185
Update docs with new file organization
· 975795de
Daniele Cattaneo
authored
7 months ago
and
Federico
committed
7 months ago
975795de
Improve interrupt registration design
· 52ba3ec6
Federico
authored
7 months ago
52ba3ec6
Implement interrupt registration simplifications
· 3911316f
Federico
authored
7 months ago
3911316f
Tweak default interrupt priorities and expose it to drivers
· 1aa03984
Federico
authored
7 months ago
1aa03984
Loading