generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
8
package/stm32flash/Config.in
Normal file
8
package/stm32flash/Config.in
Normal 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/
|
||||
3
package/stm32flash/stm32flash.hash
Normal file
3
package/stm32flash/stm32flash.hash
Normal file
@ -0,0 +1,3 @@
|
||||
# Locally computed:
|
||||
sha256 c4c9cd8bec79da63b111d15713ef5cc2cd947deca411d35d6e3065e227dc414a stm32flash-0.7.tar.gz
|
||||
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 gpl-2.0.txt
|
||||
21
package/stm32flash/stm32flash.mk
Normal file
21
package/stm32flash/stm32flash.mk
Normal 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))
|
||||
Reference in New Issue
Block a user