Compare commits
No commits in common. "7c0caa49af04cadf641c43092277aceb61216408" and "06088ec5bc8742a9856fcb801ce97ae6854d8b4f" have entirely different histories.
7c0caa49af
...
06088ec5bc
|
@ -1,14 +1,4 @@
|
|||
# Modify this variable to fit your NEORV32 setup (neorv32 home folder)
|
||||
|
||||
OSFLAG :=
|
||||
|
||||
ifeq ($(OS),Windows_NT)
|
||||
NEORV32_HOME ?= ..\..
|
||||
|
||||
include $(NEORV32_HOME)\sw\common\common.mk
|
||||
else
|
||||
|
||||
NEORV32_HOME ?= ../..
|
||||
|
||||
include $(NEORV32_HOME)/sw/common/common.mk
|
||||
endif
|
||||
include $(NEORV32_HOME)\sw\common\common.mk
|
||||
|
|
|
@ -25,7 +25,7 @@ if exist %1\image_gen.exe (
|
|||
)
|
||||
|
||||
|
||||
REM cp %3\neorv32_application_image.vhd %2
|
||||
cp %3\neorv32_application_image.vhd %2
|
||||
|
||||
echo "Generationg RAW HEX"
|
||||
image_gen.exe -raw_hex %3\main.bin %3\neorv32_raw_exe.hex
|
||||
|
@ -51,7 +51,7 @@ if exist %1\image_gen.exe (
|
|||
echo "FAILED - BOOT iMG VHD"
|
||||
)
|
||||
|
||||
REM cp %3\neorv32_bootloader_image.vhd %2
|
||||
cp %3\neorv32_bootloader_image.vhd %2
|
||||
|
||||
echo "Memories Generated"
|
||||
) else (
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Modify this variable to fit your NEORV32 setup (neorv32 home folder)
|
||||
NEORV32_HOME ?= ../../..
|
||||
|
||||
include $(NEORV32_HOME)\sw\common\common.mk
|
||||
include $(NEORV32_HOME)/sw/common/common.mk
|
||||
|
|
Loading…
Reference in New Issue