First commit of Shredos v2021.08.2_19_x86-64_0.32.014

This commit is contained in:
PartialVolume
2021-11-23 23:01:30 +00:00
commit 49625f0571
12651 changed files with 532695 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))