Skip to content

Commit

Permalink
Add mcxisp tool
Browse files Browse the repository at this point in the history
JIRA: RTOS-881
  • Loading branch information
agkaminski committed Aug 2, 2024
1 parent 663aa4a commit 8472cfa
Show file tree
Hide file tree
Showing 2 changed files with 619 additions and 0 deletions.
11 changes: 11 additions & 0 deletions mcxisp/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#
# Makefile for Phoenix-RTOS mcxisp
#
# Copyright 2024 Phoenix Systems
#

NAME := mcxisp
LOCAL_DIR := $(call my-dir)
SRCS := $(wildcard $(LOCAL_DIR)*.c)

include $(binary.mk)
Loading

0 comments on commit 8472cfa

Please sign in to comment.