Skip to content

Commit

Permalink
Adding build flag -mno-unaligned-access.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-gillespie committed Dec 3, 2024
1 parent 9c8c137 commit c939636
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Libraries/CMSIS/Device/Maxim/MAX32657/Source/GCC/max32657.mk
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,8 @@ MCPU := cortex-m33
# Single-precision with 16 double-word registers
MFPU := fpv5-sp-d16

PROJ_CFLAGS += -mno-unaligned-access

# Include the rules and goals for building
include $(CMSIS_ROOT)/Device/Maxim/GCC/gcc.mk

Expand Down

0 comments on commit c939636

Please sign in to comment.