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
463dd1c39494a77dccad96eff10aa71eb5a4236c
Select Git revision
0 results
miosix-kernel
Author
Search by author
Any Author
authors
0 authors
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
Towards supporting processes on Cortex M0+
· f8775dce
Federico
authored
5 months ago
f8775dce
Jan 08, 2025
Fix process support in Miosix 3
· 2057503f
Federico
authored
5 months ago
2057503f
Compile again kernel with processes
· 78a4a30b
Federico
authored
5 months ago
78a4a30b
Incomplete fix to compile again the kernel with processes
· 3704c832
Federico
authored
5 months ago
3704c832
Update comments
· a9172cad
Federico
authored
5 months ago
a9172cad
Jan 07, 2025
Fix missed preemption with SCHED_TYPE_EDF
· 7fa28a4e
Federico
authored
5 months ago
7fa28a4e
Fix running testsuite with SCHED_TYPE_EDF
· d289f2c4
Federico
authored
5 months ago
d289f2c4
Jan 05, 2025
Activate pullup on serial port RX pin to prevent spurious received characters on unconnected ports
· cbbfe2b4
Federico
authored
5 months ago
cbbfe2b4
Allow alternate functions to have pullup/pulldown, useful if the in ends up...
· 3592de40
Federico
authored
5 months ago
3592de40
Rename stm32f103c8_breakout to its more common name stm32f103c8_blackpill and fix LED polarity
· 0b9f71e5
Federico
authored
5 months ago
0b9f71e5
Jan 04, 2025
Remove obsolete openocd script
· 87902b9c
Federico
authored
5 months ago
87902b9c
Fix bitsboard bsp
· 1a92b666
Federico
authored
5 months ago
1a92b666
Remove obsolete linker script
· 8362f482
Federico
authored
5 months ago
8362f482
Fix stm32f207zg_EthBoardV2 linker scripts and make them uniform with respect...
· a6026279
Federico
authored
5 months ago
a6026279
stm32f207zg_EthBoardV2 Fix GPIO state at boot to allow JTAG debugging
· 572f84a6
Federico
authored
5 months ago
572f84a6
Jan 03, 2025
Change default linker script for stm3210e-eval and stm3220g-eval
· 46346478
Federico
authored
5 months ago
46346478
Fix stm32f1 serial port when using XRAM
· 2845e9fc
Federico
authored
5 months ago
2845e9fc
Reintroduce support for booting from XRAM
· a996381b
Federico
authored
5 months ago
a996381b
Move MIOSIX_NUM_PERIPHERAL_IRQ to arch_registers_impl.h on all platforms
· 985c5e2c
Federico
authored
5 months ago
985c5e2c
Dec 21, 2024
Remove old now unused STM32 serial driver.
· 62038456
Daniele Cattaneo
authored
6 months ago
and
Federico
committed
6 months ago
62038456
stm32f1_f2_f4_serial: Fix compilation for F1 after AF handling refactoring
· f02cb013
Daniele Cattaneo
authored
6 months ago
and
Federico
committed
6 months ago
f02cb013
Port all other STM32H7 boards to Miosix 3. All untested.
· e89ddaf6
Daniele Cattaneo
authored
6 months ago
and
Federico
committed
6 months ago
e89ddaf6
STM32 new serial: minor configuration fixes.
· 8c1b3d2c
Daniele Cattaneo
authored
6 months ago
and
Federico
committed
6 months ago
8c1b3d2c
stm32h755zi_nucleo: Port to Miosix 3
· aa16b8f9
Daniele Cattaneo
authored
6 months ago
and
Federico
committed
6 months ago
aa16b8f9
New STM32 serial: Add STM32H7 support
· e24f45b7
Daniele Cattaneo
authored
6 months ago
and
Federico
committed
6 months ago
e24f45b7
stm32_hardware_rng: Fix wrong compiler warning by rewriting the loop in a...
· 3dcf49da
Daniele Cattaneo
authored
6 months ago
and
Federico
committed
6 months ago
3dcf49da
Loading