-
- Downloads
[USART] Allow override of USARTx_IRQHandlers
Accomplished through removing all the weak definitions of the USART IRQs, and making the default IRQ handlers weak themselves. This allows redefining the IRQ handlers to override them in code outside Miosix.
parent
b93a6536
No related branches found
No related tags found
Showing
- miosix/arch/common/drivers/serial_stm32.cpp 4 additions, 4 deletionsmiosix/arch/common/drivers/serial_stm32.cpp
- miosix/arch/cortexM0_stm32f0/stm32f072rb_stm32f0discovery/core/stage_1_boot.cpp 3 additions, 3 deletions...tm32f0/stm32f072rb_stm32f0discovery/core/stage_1_boot.cpp
- miosix/arch/cortexM3_stm32f1/stm32f100c8_microboard/core/stage_1_boot.cpp 3 additions, 3 deletions...exM3_stm32f1/stm32f100c8_microboard/core/stage_1_boot.cpp
- miosix/arch/cortexM3_stm32f1/stm32f100c8_vaisala_rs41/core/stage_1_boot.cpp 3 additions, 3 deletions...M3_stm32f1/stm32f100c8_vaisala_rs41/core/stage_1_boot.cpp
- miosix/arch/cortexM3_stm32f1/stm32f100cb_tempsensor/core/stage_1_boot.cpp 3 additions, 3 deletions...exM3_stm32f1/stm32f100cb_tempsensor/core/stage_1_boot.cpp
- miosix/arch/cortexM3_stm32f1/stm32f100cx_generic/core/stage_1_boot.cpp 3 additions, 3 deletions...ortexM3_stm32f1/stm32f100cx_generic/core/stage_1_boot.cpp
- miosix/arch/cortexM3_stm32f1/stm32f100rb_stm32vldiscovery/core/stage_1_boot.cpp 3 additions, 3 deletions...tm32f1/stm32f100rb_stm32vldiscovery/core/stage_1_boot.cpp
- miosix/arch/cortexM3_stm32f1/stm32f100rc_solertegiard/core/stage_1_boot.cpp 5 additions, 5 deletions...M3_stm32f1/stm32f100rc_solertegiard/core/stage_1_boot.cpp
- miosix/arch/cortexM3_stm32f1/stm32f103c8_breakout/core/stage_1_boot.cpp 3 additions, 3 deletions...rtexM3_stm32f1/stm32f103c8_breakout/core/stage_1_boot.cpp
- miosix/arch/cortexM3_stm32f1/stm32f103cb_als_mainboard_rev2/core/stage_1_boot.cpp 3 additions, 3 deletions...32f1/stm32f103cb_als_mainboard_rev2/core/stage_1_boot.cpp
- miosix/arch/cortexM3_stm32f1/stm32f103cx_generic/core/stage_1_boot.cpp 3 additions, 3 deletions...ortexM3_stm32f1/stm32f103cx_generic/core/stage_1_boot.cpp
- miosix/arch/cortexM3_stm32f1/stm32f103ve_mp3v2/core/stage_1_boot.cpp 5 additions, 5 deletions.../cortexM3_stm32f1/stm32f103ve_mp3v2/core/stage_1_boot.cpp
- miosix/arch/cortexM3_stm32f1/stm32f103ve_strive_mini/core/stage_1_boot.cpp 5 additions, 5 deletions...xM3_stm32f1/stm32f103ve_strive_mini/core/stage_1_boot.cpp
- miosix/arch/cortexM3_stm32f1/stm32f103ze_redbull_v2/core/stage_1_boot.cpp 5 additions, 5 deletions...exM3_stm32f1/stm32f103ze_redbull_v2/core/stage_1_boot.cpp
- miosix/arch/cortexM3_stm32f1/stm32f103ze_stm3210e-eval/core/stage_1_boot.cpp 5 additions, 5 deletions...3_stm32f1/stm32f103ze_stm3210e-eval/core/stage_1_boot.cpp
- miosix/arch/cortexM3_stm32f2/stm32f205_generic/core/stage_1_boot.cpp 6 additions, 6 deletions.../cortexM3_stm32f2/stm32f205_generic/core/stage_1_boot.cpp
- miosix/arch/cortexM3_stm32f2/stm32f205rc_skyward_stormtrooper/core/stage_1_boot.cpp 6 additions, 6 deletions...f2/stm32f205rc_skyward_stormtrooper/core/stage_1_boot.cpp
- miosix/arch/cortexM3_stm32f2/stm32f205rg_sony-newman/core/stage_1_boot.cpp 6 additions, 6 deletions...xM3_stm32f2/stm32f205rg_sony-newman/core/stage_1_boot.cpp
- miosix/arch/cortexM3_stm32f2/stm32f207ig_stm3220g-eval/core/stage_1_boot.cpp 6 additions, 6 deletions...3_stm32f2/stm32f207ig_stm3220g-eval/core/stage_1_boot.cpp
- miosix/arch/cortexM3_stm32f2/stm32f207ze_als_camboard/core/stage_1_boot.cpp 6 additions, 6 deletions...M3_stm32f2/stm32f207ze_als_camboard/core/stage_1_boot.cpp
Loading
Please register or sign in to comment