Skip to content

Commit

Permalink
add config option to enable irq for EVRU/D
Browse files Browse the repository at this point in the history
  • Loading branch information
Insomnia1437 committed Apr 22, 2024
1 parent afc515f commit bd5f259
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion configure/CONFIG_SITE
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,13 @@
# but want to suppress deprecation warnings
USR_CPPFLAGS += -DUSE_TYPED_RSET

# Uncomment this to enable IRQPollers for EVM embedded EVR (EVRU/D)
# USR_CPPFLAGS += -D__IRQP_EVRU_PRD=0.01
# USR_CPPFLAGS += -D__IRQP_EVRD_PRD=0.01

# Uncomment the following to enable strict treatment of warnings
#USR_CFLAGS += -Wall -Wextra -Wno-unused-parameter -Werror -Wno-error=deprecated-declarations
#USR_CXXFLAGS += -Wall -Wextra -Wno-unused-parameter -Werror -Wno-error=deprecated-declarations

# Set to YES to link executable (mostly) statically
#STATIC_BUILD=NO

Expand Down

0 comments on commit bd5f259

Please sign in to comment.