yu1999hub
Results
1
issues of
yu1999hub
**RT-Thread Version** master **Hardware Type/Architectures** bsp/stm32 **Develop Toolchain** GCC ### Describe problem solved by the proposed feature https://github.com/RT-Thread/rt-thread/blob/master/libcpu/arm/cortex-m4/context_gcc.S#L34-L39 ```assembly .global rt_hw_interrupt_disable .type rt_hw_interrupt_disable, %function rt_hw_interrupt_disable: MRS r0, PRIMASK CPSID I...