Skip to content

Commit e63c9d4

Browse files
cleanups
1 parent f12114e commit e63c9d4

File tree

3 files changed

+1
-37
lines changed

3 files changed

+1
-37
lines changed

c_mpos/micropython.cmake

Lines changed: 0 additions & 25 deletions
This file was deleted.

c_mpos/micropython.mk

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
# Copyright (c) 2024 - 2025 Kevin G. Schlosser
2-
3-
################################################################################
4-
# lcd_bus build rules
5-
61
MOD_DIR := $(USERMOD_DIR)
72

83
ifneq (,$(findstring -Wno-missing-field-initializers, $(CFLAGS_USERMOD)))
@@ -17,7 +12,7 @@ SRC_USERMOD_C += $(MOD_DIR)/quirc/lib/identify.c
1712
SRC_USERMOD_C += $(MOD_DIR)/quirc/lib/version_db.c
1813
SRC_USERMOD_C += $(MOD_DIR)/quirc/lib/decode.c
1914
SRC_USERMOD_C += $(MOD_DIR)/quirc/lib/quirc.c
20-
#SRC_USERMOD_C += $(MOD_DIR)/quirc/openmv/collections.c
2115

2216
CFLAGS+= -I/usr/include
17+
2318
LDFLAGS+= -lv4l2

internal_filesystem/apps/com.example.btcticker/assets/echo.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
# example from https://github.com/micropython/micropython-lib/blob/master/python-ecosys/aiohttp/examples/ws.py
2-
# works with:
3-
# import mip
4-
# mip.install("aiohttp")
5-
# but only on esp32 target, not unix?!
6-
71
import sys
82
import ssl
93

0 commit comments

Comments
 (0)