1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-06-05 22:19:21 +02:00

[WIP] Working on implementing all sj201-interface dependencies

Leaving it for now as circuitpython needs some thoughs to implement
into the buildroot system.
This commit is contained in:
j1nx
2022-11-05 15:11:23 +01:00
parent d6bc429a5f
commit 0abca6a109
23 changed files with 193 additions and 1 deletions

View File

@@ -0,0 +1,14 @@
################################################################################
#
# python-adafruit-blinka
#
################################################################################
PYTHON_ADAFRUIT_BLINKA_VERSION = 8.6.0
PYTHON_ADAFRUIT_BLINKA_SOURCE = Adafruit-Blinka-$(PYTHON_ADAFRUIT_BLINKA_VERSION).tar.gz
PYTHON_ADAFRUIT_BLINKA_SITE = https://files.pythonhosted.org/packages/76/29/541a6a22d923fbe0d4cf52f953a2c737370cb717f8df1cbd95ab97fe2fba
PYTHON_ADAFRUIT_BLINKA_SETUP_TYPE = setuptools
PYTHON_ADAFRUIT_BLINKA_LICENSE = MIT
PYTHON_ADAFRUIT_BLINKA_LICENSE_FILES = LICENSE
$(eval $(python-package))