-
- Downloads
Added busfault trapping for processes.
Technically speaking this should not be necessary, but if the MPU is configured to allow access to unmapped parts of the address space, accessing these used to cause a reboot thereby exposing a possible DOS attack.
Showing
- miosix/arch/cortexM3_stm32f2/common/core/interrupts.cpp 21 additions, 2 deletionsmiosix/arch/cortexM3_stm32f2/common/core/interrupts.cpp
- miosix/arch/cortexM3_stm32f2/common/core/interrupts.h 3 additions, 1 deletionmiosix/arch/cortexM3_stm32f2/common/core/interrupts.h
- miosix/arch/cortexM3_stm32f2/common/interfaces-impl/portability.cpp 6 additions, 0 deletions...h/cortexM3_stm32f2/common/interfaces-impl/portability.cpp
- miosix/arch/cortexM4_stm32f4/common/core/interrupts.cpp 22 additions, 2 deletionsmiosix/arch/cortexM4_stm32f4/common/core/interrupts.cpp
- miosix/arch/cortexM4_stm32f4/common/core/interrupts.h 3 additions, 1 deletionmiosix/arch/cortexM4_stm32f4/common/core/interrupts.h
- miosix/arch/cortexM4_stm32f4/common/interfaces-impl/portability.cpp 6 additions, 0 deletions...h/cortexM4_stm32f4/common/interfaces-impl/portability.cpp
Loading
Please register or sign in to comment