Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | armcm_boot: Support ARM cortex-m33 chips | Kevin O'Connor | 2024-11-13 | 1 | -1/+1 |
* | armcm_irq: Support cortex-m7 chips | D4SK | 2021-10-06 | 1 | -1/+6 |
* | armcm_irq: Fix jump target alignment | Kevin O'Connor | 2018-10-13 | 1 | -2/+2 |
* | armcm_irq: Enhance clear_active_irq() so it works on cortex-m0 | Kevin O'Connor | 2018-08-06 | 1 | -2/+3 |
* | irq: Support sleeping when mcu is idle | Kevin O'Connor | 2017-07-17 | 1 | -0/+6 |
* | build: Use compile_time_request system for init, tasks, and shutdown | Kevin O'Connor | 2017-05-26 | 1 | -1/+1 |
* | irq: Add an irq_poll() stub for board code | Kevin O'Connor | 2017-05-15 | 1 | -0/+5 |
* | armcm_irq: Move ARM Cortex-M irq handling to new file | Kevin O'Connor | 2017-02-19 | 1 | -0/+58 |