Skip to content

Commit

Permalink
implement printk daemon for supporting dma
Browse files Browse the repository at this point in the history
  • Loading branch information
shengwen-tw committed Nov 25, 2023
1 parent c48bf1f commit 1c185c3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions kernel/arch/v7m_entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
/* NVIC Priority Group 4:
* Group priority bits: PRI_M[7:4]
* Subpriority bits: None
* By setting BASEPRI to 16 (1 << 4),
* All interrupts with priority value lower than 0 will be disable.
* (Lower priority value has higher priority)
* By setting BASEPRI to 16 (1 << 4), all interrupts with priority value
* lower than 0 will be disable (Lower priority value has higher priority).
*/
#define PRI_THRESHOLD #16

Expand Down

0 comments on commit 1c185c3

Please sign in to comment.