[Mod] First commit

This commit is contained in:
2022-10-31 22:18:58 +08:00
commit 1c8a3d9709
13090 changed files with 526733 additions and 0 deletions

View File

@ -0,0 +1,8 @@
config BR2_PACKAGE_STM32FLASH
bool "stm32flash"
help
Open source cross platform flash program for the STM32 ARM
microcontrollers using the built-in ST serial bootloader
over UART or I2C.
http://sourceforge.net/projects/stm32flash/

View File

@ -0,0 +1,3 @@
# Locally computed:
sha256 c4c9cd8bec79da63b111d15713ef5cc2cd947deca411d35d6e3065e227dc414a stm32flash-0.7.tar.gz
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 gpl-2.0.txt

View File

@ -0,0 +1,21 @@
################################################################################
#
# stm32flash
#
################################################################################
STM32FLASH_VERSION = 0.7
STM32FLASH_SITE = http://downloads.sourceforge.net/project/stm32flash
STM32FLASH_LICENSE = GPL-2.0+
STM32FLASH_LICENSE_FILES = gpl-2.0.txt
define STM32FLASH_BUILD_CMDS
$(TARGET_MAKE_ENV) $(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D)
endef
define STM32FLASH_INSTALL_TARGET_CMDS
$(TARGET_MAKE_ENV) $(MAKE) DESTDIR="$(TARGET_DIR)" PREFIX="/usr" \
-C $(@D) install
endef
$(eval $(generic-package))