Skip to content

fix cortex-m0 support to aapcs_elf_gas target.#325

Open
microcai wants to merge 1 commit intoboostorg:developfrom
microcai:fix_asm_code_for_cortex_m0
Open

fix cortex-m0 support to aapcs_elf_gas target.#325
microcai wants to merge 1 commit intoboostorg:developfrom
microcai:fix_asm_code_for_cortex_m0

Conversation

@microcai
Copy link

some instruction used here is not available on Cortex-M0, aka, subjective to Cortex-M4. I'm using boost_fcontext on some M0 based MCU for cooperative multi tasking. Adding this #ifdef guard make sure these code runs fun on Cortex-M0 based MCU.

some instruction used here is not available on Cortex-M0, aka, subjective to Cortex-M4.
I'm using boost_fcontext on some M0 based MCU for cooperative multi tasking.
Adding this ifdef guard make sure these code runs fun on Cortex-M0 based MCU.
@microcai microcai mentioned this pull request Jan 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant