Skip to content

Commit

Permalink
Added script to help setup links directory in STM32cubeIDE project
Browse files Browse the repository at this point in the history
  • Loading branch information
avtoku committed Aug 16, 2024
1 parent c3c9032 commit 8d2a9af
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions make_links.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# run as admin from the varmint_h7 folder
cd ..\..\..
mkdir links
cd links
mklink /D comms ..\rosflight_firmware\comms
mklink /D include ..\rosflight_firmware\include
mklink /D lib ..\rosflight_firmware\lib
mklink /D src ..\rosflight_firmware\src
mklink /D common ..\rosflight_firmware\boards\varmint_h7\common
cd ..\rosflight_firmware\boards\varmint_h7

0 comments on commit 8d2a9af

Please sign in to comment.