mirror of
https://github.com/adrcs/ip400.git
synced 2025-07-05 11:35:43 +03:00
added utils
This commit is contained in:
parent
a9a3f739b4
commit
a9b13d2c39
85 changed files with 9213 additions and 0 deletions
6
rpi/stm32flash/parsers/Android.mk
Normal file
6
rpi/stm32flash/parsers/Android.mk
Normal file
|
@ -0,0 +1,6 @@
|
|||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
LOCAL_MODULE := libparsers
|
||||
LOCAL_SRC_FILES := binary.c hex.c
|
||||
include $(BUILD_STATIC_LIBRARY)
|
Loading…
Add table
Add a link
Reference in a new issue