[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,6 @@
config BR2_PACKAGE_PYTHON_INTELHEX
bool "python-intelhex"
help
Python library for Intel HEX files manipulations.
https://github.com/python-intelhex/intelhex

View File

@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/intelhex/json
md5 9de0e92c1b66f75322581c8b22c020c2 intelhex-2.3.0.tar.gz
sha256 892b7361a719f4945237da8ccf754e9513db32f5628852785aea108dcd250093 intelhex-2.3.0.tar.gz
# Locally computed sha256 checksums
sha256 1b2eb032ab8a1b0266f7995c76e44509f89ca9c0e90ec507763b5e735aca7de4 LICENSE.txt

View File

@ -0,0 +1,14 @@
################################################################################
#
# python-intelhex
#
################################################################################
PYTHON_INTELHEX_VERSION = 2.3.0
PYTHON_INTELHEX_SOURCE = intelhex-$(PYTHON_INTELHEX_VERSION).tar.gz
PYTHON_INTELHEX_SITE = https://files.pythonhosted.org/packages/66/37/1e7522494557d342a24cb236e2aec5d078fac8ed03ad4b61372586406b01
PYTHON_INTELHEX_SETUP_TYPE = setuptools
PYTHON_INTELHEX_LICENSE = BSD-3-Clause
PYTHON_INTELHEX_LICENSE_FILES = LICENSE.txt
$(eval $(python-package))