Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bakerstu/openmrn
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2e24cafb92a406820b50c4ee4bf28ea42ae7ed80
Choose a base ref
..
head repository: bakerstu/openmrn
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e70af5b5db782eacd384c7c41493d8cb25a8abeb
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +2 −2 etc/bare.armv7m.mk
4 changes: 2 additions & 2 deletions etc/bare.armv7m.mk
Original file line number Diff line number Diff line change
@@ -28,8 +28,8 @@ INCLUDES += -I$(FREERTOSPATH)/Source/include \
-I$(OPENMRNPATH)/src/freertos_drivers/common

#ARCHOPTIMIZATION = -D__NEWLIB__
#ARCHOPTIMIZATION += -O3 -fno-strict-aliasing -fno-strength-reduce -fomit-frame-pointer -fdata-sections -ffunction-sections
ARCHOPTIMIZATION += -Os -fno-strict-aliasing -fno-strength-reduce -fomit-frame-pointer -fdata-sections -ffunction-sections
ARCHOPTIMIZATION += -O3 -fno-strict-aliasing -fno-strength-reduce -fomit-frame-pointer -fdata-sections -ffunction-sections
#ARCHOPTIMIZATION += -Os -fno-strict-aliasing -fno-strength-reduce -fomit-frame-pointer -fdata-sections -ffunction-sections

ARCHFLAGS = -g -MD -MP -march=armv7-m -mthumb -mfloat-abi=soft