Skip to content

Commit

Permalink
add IRAM reverse dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
someweisguy committed Jan 2, 2023
1 parent da2a30a commit cf3ffc2
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions Kconfig
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
menu "DMX Configuration"
menu "DMX/RDM Configuration"

config DMX_ISR_IN_IRAM
bool "Place DMX ISR functions in IRAM"
default n
default y
select GPTIMER_ISR_IRAM_SAFE
select GPTIMER_CTRL_FUNC_IN_IRAM
help
The ISR of the DMX driver can be placed in IRAM so that it can work
without the flash when an interrupt is triggered. If this option is
disabled, DMX interrupts may take extra time when accessing flash
memory.

endmenu

menu "RDM Configuration"
disabled, DMX interrupts may take extra time to fire.

config RDM_DEBUG_DEVICE_DISCOVERY
bool "Enable debugging for RDM device discovery"
Expand Down

0 comments on commit cf3ffc2

Please sign in to comment.