Skip to content

Commit 595fe7d

Browse files
committed
version updated to 1.7.4
1 parent 8782700 commit 595fe7d

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ if(${CMAKE_SYSTEM_NAME} STREQUAL "Emscripten")
1616
endif()
1717

1818
add_definitions(-DFIRMWARE_VERSION_MAJOR=1)
19-
add_definitions(-DFIRMWARE_VERSION_MINOR=7.4)
19+
add_definitions(-DFIRMWARE_VERSION_MINOR=7.5)
2020

2121
if(${CMAKE_SYSTEM_NAME} STREQUAL "Emscripten")
2222
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -s USE_SDL=2 -s USE_SDL_IMAGE=2 -s SDL2_IMAGE_FORMATS='[png]'")

modular-psu-firmware.eez-project

+4-4
Original file line numberDiff line numberDiff line change
@@ -103564,9 +103564,9 @@
103564103564
"idn": "Envox,EEZ BB3 (STM32)",
103565103565
"idfName": "EEZ BB3 STM32",
103566103566
"idfShortName": "EEZ-BB3-STM32",
103567-
"idfFirmwareVersion": "1.7.4",
103567+
"idfFirmwareVersion": "1.5",
103568103568
"idfGuid": "687b6dee-2093-4c36-afb7-cfc7ea2bf262",
103569-
"idfRevisionNumber": "1.7.4",
103569+
"idfRevisionNumber": "1.7.5",
103570103570
"idfDescription": "EEZ Bench box 3-module T&M chassis",
103571103571
"idfSupportedModels": "EEZ-BB3-STM32",
103572103572
"idfRevisionComments": "Initial version",
@@ -103585,9 +103585,9 @@
103585103585
"idn": "Envox,EEZ BB3 (Simulator)",
103586103586
"idfName": "EEZ BB3 Simulator",
103587103587
"idfShortName": "EEZ-BB3-SIM",
103588-
"idfFirmwareVersion": "1.7.4",
103588+
"idfFirmwareVersion": "1.7.5",
103589103589
"idfGuid": "7cab6860-e593-4ba2-ee68-57fe84460fa4",
103590-
"idfRevisionNumber": "1.7.4",
103590+
"idfRevisionNumber": "1.7.5",
103591103591
"idfDescription": "EEZ Bench box 3-module T&M chassis firmware simulator",
103592103592
"idfSupportedModels": "EEZ-BB3-SIM",
103593103593
"idfRevisionComments": "Initial version",

src/third_party/stm32_cubeide/.cproject

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<storageModule buildSystemId="org.eclipse.cdt.managedbuilder.core.configurationDataProvider" id="com.st.stm32cube.ide.mcu.gnu.managedbuild.config.exe.debug.1388326417" moduleId="org.eclipse.cdt.core.settings" name="Debug">
66
<macros>
77
<stringMacro name="FW_VER_MAJOR" type="VALUE_TEXT" value="1"/>
8-
<stringMacro name="FW_VER_MINOR" type="VALUE_TEXT" value="7.4"/>
8+
<stringMacro name="FW_VER_MINOR" type="VALUE_TEXT" value="7.5"/>
99
</macros>
1010
<externalSettings/>
1111
<extensions>
@@ -280,7 +280,7 @@
280280
<storageModule buildSystemId="org.eclipse.cdt.managedbuilder.core.configurationDataProvider" id="com.st.stm32cube.ide.mcu.gnu.managedbuild.config.exe.debug.1388326417.1343602219.587843218" moduleId="org.eclipse.cdt.core.settings" name="Debug (FPGA)">
281281
<macros>
282282
<stringMacro name="FW_VER_MAJOR" type="VALUE_TEXT" value="1"/>
283-
<stringMacro name="FW_VER_MINOR" type="VALUE_TEXT" value="7.4"/>
283+
<stringMacro name="FW_VER_MINOR" type="VALUE_TEXT" value="7.5"/>
284284
</macros>
285285
<externalSettings/>
286286
<extensions>
@@ -549,7 +549,7 @@
549549
<storageModule buildSystemId="org.eclipse.cdt.managedbuilder.core.configurationDataProvider" id="com.st.stm32cube.ide.mcu.gnu.managedbuild.config.exe.debug.1388326417.1701190242" moduleId="org.eclipse.cdt.core.settings" name="Release">
550550
<macros>
551551
<stringMacro name="FW_VER_MAJOR" type="VALUE_TEXT" value="1"/>
552-
<stringMacro name="FW_VER_MINOR" type="VALUE_TEXT" value="7.4"/>
552+
<stringMacro name="FW_VER_MINOR" type="VALUE_TEXT" value="7.5"/>
553553
</macros>
554554
<externalSettings/>
555555
<extensions>

0 commit comments

Comments
 (0)