Skip to content

Commit

Permalink
update make firmwares to new install
Browse files Browse the repository at this point in the history
  • Loading branch information
olliw42 committed Oct 19, 2022
1 parent 0072d64 commit d272e89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/run_make_firmwares.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@

# installation dependent
# can we find this automatically?
STdirectory = os.path.join("C:/",'ST','STM32CubeIDE_1.7.0','STM32CubeIDE','plugins')
GNUdirectory = 'com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.9-2020-q2-update.win32_2.0.0.202105311346'
Makedirectory = 'com.st.stm32cube.ide.mcu.externaltools.make.win32_2.0.0.202105311346'
STdirectory = os.path.join("C:/",'ST','STM32CubeIDE','STM32CubeIDE','plugins')
GNUdirectory = 'com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.10.3-2021.10.win32_1.0.0.202111181127'
Makedirectory = 'com.st.stm32cube.ide.mcu.externaltools.make.win32_2.0.100.202202231230'


mLRSProjectdirectory = os.path.normpath(os.path.join(os.path.dirname(os.path.abspath(__file__)), '..'))
Expand Down

0 comments on commit d272e89

Please sign in to comment.