Skip to content

Commit b3e5f06

Browse files
committed
updated master branch with 0.4 release
1 parent 52ad47d commit b3e5f06

21 files changed

+1191
-332
lines changed

Makefile

+4-2
Original file line numberDiff line numberDiff line change
@@ -140,11 +140,13 @@ CORE_FLAGS = -mcpu=$(CORE) -mthumb
140140
CXX_FLAGS = -std=$(CXX_STD) -g -ggdb3 -fno-rtti -fno-exceptions -fverbose-asm -Wa,-ahlms=$(OUT_DIR_F)$(notdir $(<:.$(CXX_EXT)=.lst))
141141

142142
# flags for C compiler
143-
C_FLAGS = -std=$(C_STD) -g -ggdb3 -fverbose-asm -Wa,-ahlms=$(OUT_DIR_F)$(notdir $(<:.$(C_EXT)=.lst))
143+
#C_FLAGS = -std=$(C_STD) -g -ggdb3 -fverbose-asm -Wa,-ahlms=$(OUT_DIR_F)$(notdir $(<:.$(C_EXT)=.lst))
144+
C_FLAGS = -std=$(C_STD) -fverbose-asm -Wa,-ahlms=$(OUT_DIR_F)$(notdir $(<:.$(C_EXT)=.lst))
144145
C_FLAGS += -fsingle-precision-constant
145146

146147
# flags for assembler
147-
AS_FLAGS = -g -ggdb3 -Wa,-amhls=$(OUT_DIR_F)$(notdir $(<:.$(AS_EXT)=.lst))
148+
#AS_FLAGS = -g -ggdb3 -Wa,-amhls=$(OUT_DIR_F)$(notdir $(<:.$(AS_EXT)=.lst))
149+
AS_FLAGS = -Wa,-amhls=$(OUT_DIR_F)$(notdir $(<:.$(AS_EXT)=.lst))
148150

149151
# flags for linker
150152
LD_FLAGS = -T$(LD_SCRIPT) -g -Wl,-Map=$(OUT_DIR_F)$(PROJECT).map,--cref,--no-warn-mismatch

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44

55
Port from initial Keil source to Eclipse of firmware for EvvGC 3/2axis Brushless Gimbal Controller
66

7-
## Experimental branch requires the use of GUI 0.4 #
7+
## Master branch, firmware v0.4 requires the use of GUI 0.4 #
88
See GUI directory for latest version
99

1010
#### GUI instructions ####
11-
In order to convert some eeprom values to support this version
12-
you need to accomplish the following
11+
In order to convert from the 0.3x firmware to the 0.4 firmware some eeprom values
12+
have to be changed to support this version and you need to accomplish the following
1313

1414
- disconnect motors
1515
- Load the new firmware via UART1 (remember NO LIPO power!!!)

built-versions/experimental/STM32Gimbal.hex built-versions/0.4/STM32Gimbal.hex

+305-306
Large diffs are not rendered by default.

built-versions/0.4/STM32Gimbal.zip

65.7 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
2+
EvvGC_GUI_v0_4
3+
EvvGC_GUI_v0_4.jar,core.jar,jogl-all.jar,gluegen-rt.jar,jogl-all-natives-windows-i586.jar,gluegen-rt-natives-windows-i586.jar,RXTXcomm.jar,serial.jar,controlP5.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)