OpenCores
URL https://opencores.org/ocsvn/neo430/neo430/trunk

Subversion Repositories neo430

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /neo430/trunk
    from Rev 151 to Rev 152
    Reverse comparison

Rev 151 → Rev 152

/doc/NEO430.pdf Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream
/sw/bootloader/Makefile
107,8 → 107,6
 
# Converter for VHLD memory init image
neo430_bootloader_image.vhd: bootloader.bin $(IMAGE_GEN)
@echo Image size \(bytes\):
@stat -c "%s" bootloader.bin
@$(IMAGE_GEN) -bld_img $< $@
@echo Installing bootloader image to rtl/core/neo430_bootloader_image.vhd
@cp neo430_bootloader_image.vhd ../../rtl/core/.
/sw/bootloader/make.bat
70,11 → 70,6
@echo Installing bootloader image to rtl\core\neo430_bootloader_image.vhd
@copy neo430_bootloader_image.vhd ..\..\rtl\core\. > nul
 
@REM Display file size
@for %%A in (bootloader.bin) do @set fileSize=%%~zA
@echo Image size (bytes):
@echo %fileSize%
 
 
@REM Clean up
@del main.elf crt0.elf main.elf bootloader.bin bootloader.asm neo430_bootloader_image.vhd
/sw/example/blink_led/Makefile
23,7 → 23,7
# You should have received a copy of the GNU Lesser General Public License along with this #
# source; if not, download it from https://www.gnu.org/licenses/lgpl-3.0.en.html #
# ********************************************************************************************* #
# Stephan Nolting, Hannover, Germany 23.09.2016 #
# Stephan Nolting, Hannover, Germany 29.06.2018 #
#################################################################################################
 
 
58,8 → 58,6
all:
@echo $(WARNING)
@make -r -s -C $(COMMON_PATH) APP_DIR=$(APP_PATH) MAIN=$(MAIN)
@echo Final executable size '(bytes)':
@stat -c "%s" main.bin
 
 
#-------------------------------------------------------------------------------
/sw/example/blink_led/make.bat
19,7 → 19,7
@REM # You should have received a copy of the GNU Lesser General Public License along with this #
@REM # source; if not, download it from https://www.gnu.org/licenses/lgpl-3.0.en.html #
@REM # ********************************************************************************************* #
@REM # Stephan Nolting, Hannover, Germany 23.09.2016 #
@REM # Stephan Nolting, Hannover, Germany 29.06.2018 #
@REM #################################################################################################
 
 
47,9 → 47,3
@move main.bin %PROJECT_PATH%\. > nul
@move main.s %PROJECT_PATH%\. > nul
@cd %PROJECT_PATH%
 
 
@REM Display file size
@for %%A in (main.bin) do @set fileSize=%%~zA
@echo Final executable size (bytes):
@echo %fileSize%
/sw/example/cfu_test/Makefile
23,7 → 23,7
# You should have received a copy of the GNU Lesser General Public License along with this #
# source; if not, download it from https://www.gnu.org/licenses/lgpl-3.0.en.html #
# ********************************************************************************************* #
# Stephan Nolting, Hannover, Germany 23.09.2016 #
# Stephan Nolting, Hannover, Germany 29.06.2018 #
#################################################################################################
 
 
58,8 → 58,6
all:
@echo $(WARNING)
@make -r -s -C $(COMMON_PATH) APP_DIR=$(APP_PATH) MAIN=$(MAIN)
@echo Final executable size '(bytes)':
@stat -c "%s" main.bin
 
 
#-------------------------------------------------------------------------------
/sw/example/cfu_test/make.bat
19,7 → 19,7
@REM # You should have received a copy of the GNU Lesser General Public License along with this #
@REM # source; if not, download it from https://www.gnu.org/licenses/lgpl-3.0.en.html #
@REM # ********************************************************************************************* #
@REM # Stephan Nolting, Hannover, Germany 23.09.2016 #
@REM # Stephan Nolting, Hannover, Germany 29.06.2018 #
@REM #################################################################################################
 
 
47,9 → 47,3
@move main.bin %PROJECT_PATH%\. > nul
@move main.s %PROJECT_PATH%\. > nul
@cd %PROJECT_PATH%
 
 
@REM Display file size
@for %%A in (main.bin) do @set fileSize=%%~zA
@echo Final executable size (bytes):
@echo %fileSize%
/sw/example/crc_test/Makefile
23,7 → 23,7
# You should have received a copy of the GNU Lesser General Public License along with this #
# source; if not, download it from https://www.gnu.org/licenses/lgpl-3.0.en.html #
# ********************************************************************************************* #
# Stephan Nolting, Hannover, Germany 23.09.2016 #
# Stephan Nolting, Hannover, Germany 29.06.2018 #
#################################################################################################
 
 
58,8 → 58,6
all:
@echo $(WARNING)
@make -r -s -C $(COMMON_PATH) APP_DIR=$(APP_PATH) MAIN=$(MAIN)
@echo Final executable size '(bytes)':
@stat -c "%s" main.bin
 
 
#-------------------------------------------------------------------------------
/sw/example/crc_test/make.bat
19,7 → 19,7
@REM # You should have received a copy of the GNU Lesser General Public License along with this #
@REM # source; if not, download it from https://www.gnu.org/licenses/lgpl-3.0.en.html #
@REM # ********************************************************************************************* #
@REM # Stephan Nolting, Hannover, Germany 23.09.2016 #
@REM # Stephan Nolting, Hannover, Germany 29.06.2018 #
@REM #################################################################################################
 
 
47,9 → 47,3
@move main.bin %PROJECT_PATH%\. > nul
@move main.s %PROJECT_PATH%\. > nul
@cd %PROJECT_PATH%
 
 
@REM Display file size
@for %%A in (main.bin) do @set fileSize=%%~zA
@echo Final executable size (bytes):
@echo %fileSize%
/sw/example/game_of_life/Makefile
23,7 → 23,7
# You should have received a copy of the GNU Lesser General Public License along with this #
# source; if not, download it from https://www.gnu.org/licenses/lgpl-3.0.en.html #
# ********************************************************************************************* #
# Stephan Nolting, Hannover, Germany 23.09.2016 #
# Stephan Nolting, Hannover, Germany 29.06.2018 #
#################################################################################################
 
 
58,8 → 58,6
all:
@echo $(WARNING)
@make -r -s -C $(COMMON_PATH) APP_DIR=$(APP_PATH) MAIN=$(MAIN)
@echo Final executable size '(bytes)':
@stat -c "%s" main.bin
 
 
#-------------------------------------------------------------------------------
/sw/example/game_of_life/make.bat
19,7 → 19,7
@REM # You should have received a copy of the GNU Lesser General Public License along with this #
@REM # source; if not, download it from https://www.gnu.org/licenses/lgpl-3.0.en.html #
@REM # ********************************************************************************************* #
@REM # Stephan Nolting, Hannover, Germany 23.09.2016 #
@REM # Stephan Nolting, Hannover, Germany 29.06.2018 #
@REM #################################################################################################
 
 
47,9 → 47,3
@move main.bin %PROJECT_PATH%\. > nul
@move main.s %PROJECT_PATH%\. > nul
@cd %PROJECT_PATH%
 
 
@REM Display file size
@for %%A in (main.bin) do @set fileSize=%%~zA
@echo Final executable size (bytes):
@echo %fileSize%
/sw/example/gpio_interrupt/Makefile
23,7 → 23,7
# You should have received a copy of the GNU Lesser General Public License along with this #
# source; if not, download it from https://www.gnu.org/licenses/lgpl-3.0.en.html #
# ********************************************************************************************* #
# Stephan Nolting, Hannover, Germany 23.09.2016 #
# Stephan Nolting, Hannover, Germany 29.06.2018 #
#################################################################################################
 
 
58,8 → 58,6
all:
@echo $(WARNING)
@make -r -s -C $(COMMON_PATH) APP_DIR=$(APP_PATH) MAIN=$(MAIN)
@echo Final executable size '(bytes)':
@stat -c "%s" main.bin
 
 
#-------------------------------------------------------------------------------
/sw/example/gpio_interrupt/make.bat
19,7 → 19,7
@REM # You should have received a copy of the GNU Lesser General Public License along with this #
@REM # source; if not, download it from https://www.gnu.org/licenses/lgpl-3.0.en.html #
@REM # ********************************************************************************************* #
@REM # Stephan Nolting, Hannover, Germany 23.09.2016 #
@REM # Stephan Nolting, Hannover, Germany 29.06.2018 #
@REM #################################################################################################
 
 
47,9 → 47,3
@move main.bin %PROJECT_PATH%\. > nul
@move main.s %PROJECT_PATH%\. > nul
@cd %PROJECT_PATH%
 
 
@REM Display file size
@for %%A in (main.bin) do @set fileSize=%%~zA
@echo Final executable size (bytes):
@echo %fileSize%
/sw/example/hw_analysis/Makefile
23,7 → 23,7
# You should have received a copy of the GNU Lesser General Public License along with this #
# source; if not, download it from https://www.gnu.org/licenses/lgpl-3.0.en.html #
# ********************************************************************************************* #
# Stephan Nolting, Hannover, Germany 23.09.2016 #
# Stephan Nolting, Hannover, Germany 29.06.2018 #
#################################################################################################
 
 
58,8 → 58,6
all:
@echo $(WARNING)
@make -r -s -C $(COMMON_PATH) APP_DIR=$(APP_PATH) MAIN=$(MAIN)
@echo Final executable size '(bytes)':
@stat -c "%s" main.bin
 
 
#-------------------------------------------------------------------------------
/sw/example/hw_analysis/make.bat
19,7 → 19,7
@REM # You should have received a copy of the GNU Lesser General Public License along with this #
@REM # source; if not, download it from https://www.gnu.org/licenses/lgpl-3.0.en.html #
@REM # ********************************************************************************************* #
@REM # Stephan Nolting, Hannover, Germany 23.09.2016 #
@REM # Stephan Nolting, Hannover, Germany 29.06.2018 #
@REM #################################################################################################
 
 
47,9 → 47,3
@move main.bin %PROJECT_PATH%\. > nul
@move main.s %PROJECT_PATH%\. > nul
@cd %PROJECT_PATH%
 
 
@REM Display file size
@for %%A in (main.bin) do @set fileSize=%%~zA
@echo Final executable size (bytes):
@echo %fileSize%
/sw/example/morse_translator/Makefile
23,7 → 23,7
# You should have received a copy of the GNU Lesser General Public License along with this #
# source; if not, download it from https://www.gnu.org/licenses/lgpl-3.0.en.html #
# ********************************************************************************************* #
# Stephan Nolting, Hannover, Germany 23.09.2016 #
# Stephan Nolting, Hannover, Germany 29.06.2018 #
#################################################################################################
 
 
58,8 → 58,6
all:
@echo $(WARNING)
@make -r -s -C $(COMMON_PATH) APP_DIR=$(APP_PATH) MAIN=$(MAIN)
@echo Final executable size '(bytes)':
@stat -c "%s" main.bin
 
 
#-------------------------------------------------------------------------------
/sw/example/morse_translator/make.bat
19,7 → 19,7
@REM # You should have received a copy of the GNU Lesser General Public License along with this #
@REM # source; if not, download it from https://www.gnu.org/licenses/lgpl-3.0.en.html #
@REM # ********************************************************************************************* #
@REM # Stephan Nolting, Hannover, Germany 23.09.2016 #
@REM # Stephan Nolting, Hannover, Germany 29.06.2018 #
@REM #################################################################################################
 
 
47,9 → 47,3
@move main.bin %PROJECT_PATH%\. > nul
@move main.s %PROJECT_PATH%\. > nul
@cd %PROJECT_PATH%
 
 
@REM Display file size
@for %%A in (main.bin) do @set fileSize=%%~zA
@echo Final executable size (bytes):
@echo %fileSize%
/sw/example/muldiv_test/Makefile
23,7 → 23,7
# You should have received a copy of the GNU Lesser General Public License along with this #
# source; if not, download it from https://www.gnu.org/licenses/lgpl-3.0.en.html #
# ********************************************************************************************* #
# Stephan Nolting, Hannover, Germany 23.09.2016 #
# Stephan Nolting, Hannover, Germany 29.06.2018 #
#################################################################################################
 
 
58,8 → 58,6
all:
@echo $(WARNING)
@make -r -s -C $(COMMON_PATH) APP_DIR=$(APP_PATH) MAIN=$(MAIN)
@echo Final executable size '(bytes)':
@stat -c "%s" main.bin
 
 
#-------------------------------------------------------------------------------
/sw/example/muldiv_test/make.bat
19,7 → 19,7
@REM # You should have received a copy of the GNU Lesser General Public License along with this #
@REM # source; if not, download it from https://www.gnu.org/licenses/lgpl-3.0.en.html #
@REM # ********************************************************************************************* #
@REM # Stephan Nolting, Hannover, Germany 23.09.2016 #
@REM # Stephan Nolting, Hannover, Germany 29.06.2018 #
@REM #################################################################################################
 
 
47,9 → 47,3
@move main.bin %PROJECT_PATH%\. > nul
@move main.s %PROJECT_PATH%\. > nul
@cd %PROJECT_PATH%
 
 
@REM Display file size
@for %%A in (main.bin) do @set fileSize=%%~zA
@echo Final executable size (bytes):
@echo %fileSize%
/sw/example/prime_numbers/Makefile
23,7 → 23,7
# You should have received a copy of the GNU Lesser General Public License along with this #
# source; if not, download it from https://www.gnu.org/licenses/lgpl-3.0.en.html #
# ********************************************************************************************* #
# Stephan Nolting, Hannover, Germany 23.09.2016 #
# Stephan Nolting, Hannover, Germany 29.06.2018 #
#################################################################################################
 
 
58,8 → 58,6
all:
@echo $(WARNING)
@make -r -s -C $(COMMON_PATH) APP_DIR=$(APP_PATH) MAIN=$(MAIN)
@echo Final executable size '(bytes)':
@stat -c "%s" main.bin
 
 
#-------------------------------------------------------------------------------
/sw/example/prime_numbers/make.bat
19,7 → 19,7
@REM # You should have received a copy of the GNU Lesser General Public License along with this #
@REM # source; if not, download it from https://www.gnu.org/licenses/lgpl-3.0.en.html #
@REM # ********************************************************************************************* #
@REM # Stephan Nolting, Hannover, Germany 23.09.2016 #
@REM # Stephan Nolting, Hannover, Germany 29.06.2018 #
@REM #################################################################################################
 
 
47,9 → 47,3
@move main.bin %PROJECT_PATH%\. > nul
@move main.s %PROJECT_PATH%\. > nul
@cd %PROJECT_PATH%
 
 
@REM Display file size
@for %%A in (main.bin) do @set fileSize=%%~zA
@echo Final executable size (bytes):
@echo %fileSize%
/sw/example/profiling_template/Makefile
23,7 → 23,7
# You should have received a copy of the GNU Lesser General Public License along with this #
# source; if not, download it from https://www.gnu.org/licenses/lgpl-3.0.en.html #
# ********************************************************************************************* #
# Stephan Nolting, Hannover, Germany 23.09.2016 #
# Stephan Nolting, Hannover, Germany 29.06.2018 #
#################################################################################################
 
 
58,8 → 58,6
all:
@echo $(WARNING)
@make -r -s -C $(COMMON_PATH) APP_DIR=$(APP_PATH) MAIN=$(MAIN)
@echo Final executable size '(bytes)':
@stat -c "%s" main.bin
 
 
#-------------------------------------------------------------------------------
/sw/example/profiling_template/make.bat
19,7 → 19,7
@REM # You should have received a copy of the GNU Lesser General Public License along with this #
@REM # source; if not, download it from https://www.gnu.org/licenses/lgpl-3.0.en.html #
@REM # ********************************************************************************************* #
@REM # Stephan Nolting, Hannover, Germany 23.09.2016 #
@REM # Stephan Nolting, Hannover, Germany 29.06.2018 #
@REM #################################################################################################
 
 
47,9 → 47,3
@move main.bin %PROJECT_PATH%\. > nul
@move main.s %PROJECT_PATH%\. > nul
@cd %PROJECT_PATH%
 
 
@REM Display file size
@for %%A in (main.bin) do @set fileSize=%%~zA
@echo Final executable size (bytes):
@echo %fileSize%
/sw/example/pwm_demo/Makefile
23,7 → 23,7
# You should have received a copy of the GNU Lesser General Public License along with this #
# source; if not, download it from https://www.gnu.org/licenses/lgpl-3.0.en.html #
# ********************************************************************************************* #
# Stephan Nolting, Hannover, Germany 23.09.2016 #
# Stephan Nolting, Hannover, Germany 29.06.2018 #
#################################################################################################
 
 
58,8 → 58,6
all:
@echo $(WARNING)
@make -r -s -C $(COMMON_PATH) APP_DIR=$(APP_PATH) MAIN=$(MAIN)
@echo Final executable size '(bytes)':
@stat -c "%s" main.bin
 
 
#-------------------------------------------------------------------------------
/sw/example/pwm_demo/make.bat
19,7 → 19,7
@REM # You should have received a copy of the GNU Lesser General Public License along with this #
@REM # source; if not, download it from https://www.gnu.org/licenses/lgpl-3.0.en.html #
@REM # ********************************************************************************************* #
@REM # Stephan Nolting, Hannover, Germany 23.09.2016 #
@REM # Stephan Nolting, Hannover, Germany 29.06.2018 #
@REM #################################################################################################
 
 
47,9 → 47,3
@move main.bin %PROJECT_PATH%\. > nul
@move main.s %PROJECT_PATH%\. > nul
@cd %PROJECT_PATH%
 
 
@REM Display file size
@for %%A in (main.bin) do @set fileSize=%%~zA
@echo Final executable size (bytes):
@echo %fileSize%
/sw/example/sw_pwm/Makefile
23,7 → 23,7
# You should have received a copy of the GNU Lesser General Public License along with this #
# source; if not, download it from https://www.gnu.org/licenses/lgpl-3.0.en.html #
# ********************************************************************************************* #
# Stephan Nolting, Hannover, Germany 23.09.2016 #
# Stephan Nolting, Hannover, Germany 29.06.2018 #
#################################################################################################
 
 
58,8 → 58,6
all:
@echo $(WARNING)
@make -r -s -C $(COMMON_PATH) APP_DIR=$(APP_PATH) MAIN=$(MAIN)
@echo Final executable size '(bytes)':
@stat -c "%s" main.bin
 
 
#-------------------------------------------------------------------------------
/sw/example/sw_pwm/make.bat
19,7 → 19,7
@REM # You should have received a copy of the GNU Lesser General Public License along with this #
@REM # source; if not, download it from https://www.gnu.org/licenses/lgpl-3.0.en.html #
@REM # ********************************************************************************************* #
@REM # Stephan Nolting, Hannover, Germany 23.09.2016 #
@REM # Stephan Nolting, Hannover, Germany 29.06.2018 #
@REM #################################################################################################
 
 
47,9 → 47,3
@move main.bin %PROJECT_PATH%\. > nul
@move main.s %PROJECT_PATH%\. > nul
@cd %PROJECT_PATH%
 
 
@REM Display file size
@for %%A in (main.bin) do @set fileSize=%%~zA
@echo Final executable size (bytes):
@echo %fileSize%
/sw/example/timer_simple/Makefile
23,7 → 23,7
# You should have received a copy of the GNU Lesser General Public License along with this #
# source; if not, download it from https://www.gnu.org/licenses/lgpl-3.0.en.html #
# ********************************************************************************************* #
# Stephan Nolting, Hannover, Germany 23.09.2016 #
# Stephan Nolting, Hannover, Germany 29.06.2018 #
#################################################################################################
 
 
58,8 → 58,6
all:
@echo $(WARNING)
@make -r -s -C $(COMMON_PATH) APP_DIR=$(APP_PATH) MAIN=$(MAIN)
@echo Final executable size '(bytes)':
@stat -c "%s" main.bin
 
 
#-------------------------------------------------------------------------------
/sw/example/timer_simple/make.bat
19,7 → 19,7
@REM # You should have received a copy of the GNU Lesser General Public License along with this #
@REM # source; if not, download it from https://www.gnu.org/licenses/lgpl-3.0.en.html #
@REM # ********************************************************************************************* #
@REM # Stephan Nolting, Hannover, Germany 23.09.2016 #
@REM # Stephan Nolting, Hannover, Germany 29.06.2018 #
@REM #################################################################################################
 
 
47,9 → 47,3
@move main.bin %PROJECT_PATH%\. > nul
@move main.s %PROJECT_PATH%\. > nul
@cd %PROJECT_PATH%
 
 
@REM Display file size
@for %%A in (main.bin) do @set fileSize=%%~zA
@echo Final executable size (bytes):
@echo %fileSize%
/sw/example/trng_test/Makefile
23,7 → 23,7
# You should have received a copy of the GNU Lesser General Public License along with this #
# source; if not, download it from https://www.gnu.org/licenses/lgpl-3.0.en.html #
# ********************************************************************************************* #
# Stephan Nolting, Hannover, Germany 23.09.2016 #
# Stephan Nolting, Hannover, Germany 29.06.2018 #
#################################################################################################
 
 
58,8 → 58,6
all:
@echo $(WARNING)
@make -r -s -C $(COMMON_PATH) APP_DIR=$(APP_PATH) MAIN=$(MAIN)
@echo Final executable size '(bytes)':
@stat -c "%s" main.bin
 
 
#-------------------------------------------------------------------------------
/sw/example/trng_test/make.bat
19,7 → 19,7
@REM # You should have received a copy of the GNU Lesser General Public License along with this #
@REM # source; if not, download it from https://www.gnu.org/licenses/lgpl-3.0.en.html #
@REM # ********************************************************************************************* #
@REM # Stephan Nolting, Hannover, Germany 23.09.2016 #
@REM # Stephan Nolting, Hannover, Germany 29.06.2018 #
@REM #################################################################################################
 
 
47,9 → 47,3
@move main.bin %PROJECT_PATH%\. > nul
@move main.s %PROJECT_PATH%\. > nul
@cd %PROJECT_PATH%
 
 
@REM Display file size
@for %%A in (main.bin) do @set fileSize=%%~zA
@echo Final executable size (bytes):
@echo %fileSize%
/sw/example/uart_irq/Makefile
23,7 → 23,7
# You should have received a copy of the GNU Lesser General Public License along with this #
# source; if not, download it from https://www.gnu.org/licenses/lgpl-3.0.en.html #
# ********************************************************************************************* #
# Stephan Nolting, Hannover, Germany 23.09.2016 #
# Stephan Nolting, Hannover, Germany 29.06.2018 #
#################################################################################################
 
 
58,8 → 58,6
all:
@echo $(WARNING)
@make -r -s -C $(COMMON_PATH) APP_DIR=$(APP_PATH) MAIN=$(MAIN)
@echo Final executable size '(bytes)':
@stat -c "%s" main.bin
 
 
#-------------------------------------------------------------------------------
/sw/example/uart_irq/make.bat
19,7 → 19,7
@REM # You should have received a copy of the GNU Lesser General Public License along with this #
@REM # source; if not, download it from https://www.gnu.org/licenses/lgpl-3.0.en.html #
@REM # ********************************************************************************************* #
@REM # Stephan Nolting, Hannover, Germany 23.09.2016 #
@REM # Stephan Nolting, Hannover, Germany 29.06.2018 #
@REM #################################################################################################
 
 
47,9 → 47,3
@move main.bin %PROJECT_PATH%\. > nul
@move main.s %PROJECT_PATH%\. > nul
@cd %PROJECT_PATH%
 
 
@REM Display file size
@for %%A in (main.bin) do @set fileSize=%%~zA
@echo Final executable size (bytes):
@echo %fileSize%
/sw/example/wb_terminal/Makefile
23,7 → 23,7
# You should have received a copy of the GNU Lesser General Public License along with this #
# source; if not, download it from https://www.gnu.org/licenses/lgpl-3.0.en.html #
# ********************************************************************************************* #
# Stephan Nolting, Hannover, Germany 23.09.2016 #
# Stephan Nolting, Hannover, Germany 29.06.2018 #
#################################################################################################
 
 
58,8 → 58,6
all:
@echo $(WARNING)
@make -r -s -C $(COMMON_PATH) APP_DIR=$(APP_PATH) MAIN=$(MAIN)
@echo Final executable size '(bytes)':
@stat -c "%s" main.bin
 
 
#-------------------------------------------------------------------------------
/sw/example/wb_terminal/make.bat
19,7 → 19,7
@REM # You should have received a copy of the GNU Lesser General Public License along with this #
@REM # source; if not, download it from https://www.gnu.org/licenses/lgpl-3.0.en.html #
@REM # ********************************************************************************************* #
@REM # Stephan Nolting, Hannover, Germany 23.09.2016 #
@REM # Stephan Nolting, Hannover, Germany 29.06.2018 #
@REM #################################################################################################
 
 
47,9 → 47,3
@move main.bin %PROJECT_PATH%\. > nul
@move main.s %PROJECT_PATH%\. > nul
@cd %PROJECT_PATH%
 
 
@REM Display file size
@for %%A in (main.bin) do @set fileSize=%%~zA
@echo Final executable size (bytes):
@echo %fileSize%
/sw/example/wdt_test/Makefile
23,7 → 23,7
# You should have received a copy of the GNU Lesser General Public License along with this #
# source; if not, download it from https://www.gnu.org/licenses/lgpl-3.0.en.html #
# ********************************************************************************************* #
# Stephan Nolting, Hannover, Germany 23.09.2016 #
# Stephan Nolting, Hannover, Germany 29.06.2018 #
#################################################################################################
 
 
58,8 → 58,6
all:
@echo $(WARNING)
@make -r -s -C $(COMMON_PATH) APP_DIR=$(APP_PATH) MAIN=$(MAIN)
@echo Final executable size '(bytes)':
@stat -c "%s" main.bin
 
 
#-------------------------------------------------------------------------------
/sw/example/wdt_test/make.bat
19,7 → 19,7
@REM # You should have received a copy of the GNU Lesser General Public License along with this #
@REM # source; if not, download it from https://www.gnu.org/licenses/lgpl-3.0.en.html #
@REM # ********************************************************************************************* #
@REM # Stephan Nolting, Hannover, Germany 23.09.2016 #
@REM # Stephan Nolting, Hannover, Germany 29.06.2018 #
@REM #################################################################################################
 
 
47,9 → 47,3
@move main.bin %PROJECT_PATH%\. > nul
@move main.s %PROJECT_PATH%\. > nul
@cd %PROJECT_PATH%
 
 
@REM Display file size
@for %%A in (main.bin) do @set fileSize=%%~zA
@echo Final executable size (bytes):
@echo %fileSize%

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.