Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
vacabun committed Jan 12, 2024
1 parent ab7ba6b commit 0185968
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ clean:
rm -rf $(CURDIR)/build
rm prj.conf
rm prj.conf.template
rm boards/stm32f401_mini.overlay
rm -f boards/stm32f401_mini.overlay
dw1000:
cp $(CURDIR)/boards/stm32f401_mini_dw1000.overlay $(CURDIR)/boards/stm32f401_mini.overlay
cp $(CURDIR)/prj.conf.dw1000 $(CURDIR)/prj.conf.template
Expand Down Expand Up @@ -52,4 +52,4 @@ test_node:
echo "CONFIG_DEVICE_TYPE_NODE=y" >> $(CURDIR)/prj.conf
echo "CONFIG_DEVICE_ADDRESS=2" >> $(CURDIR)/prj.conf
west build
west flash -r openocd --config boards/daplink.cfg
west flash -r openocd --config boards/daplink.cfg

0 comments on commit 0185968

Please sign in to comment.