mirror of
https://github.com/adrcs/ip400.git
synced 2025-07-04 11:05:45 +03:00
added utils
This commit is contained in:
parent
a9a3f739b4
commit
a9b13d2c39
85 changed files with 9213 additions and 0 deletions
20
rpi/stm32flash/Android.mk
Normal file
20
rpi/stm32flash/Android.mk
Normal file
|
@ -0,0 +1,20 @@
|
|||
TOP_LOCAL_PATH := $(call my-dir)
|
||||
|
||||
include $(call all-named-subdir-makefiles, parsers)
|
||||
|
||||
LOCAL_PATH := $(TOP_LOCAL_PATH)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
LOCAL_MODULE := stm32flash
|
||||
LOCAL_SRC_FILES := \
|
||||
dev_table.c \
|
||||
i2c.c \
|
||||
init.c \
|
||||
main.c \
|
||||
port.c \
|
||||
serial_common.c \
|
||||
serial_platform.c \
|
||||
stm32.c \
|
||||
utils.c
|
||||
LOCAL_STATIC_LIBRARIES := libparsers
|
||||
include $(BUILD_EXECUTABLE)
|
Loading…
Add table
Add a link
Reference in a new issue