Skip to content

Commit

Permalink
add armv8r52-mps3an536 uart driver
Browse files Browse the repository at this point in the history
JIRA: RTOS-875
  • Loading branch information
lukileczo committed Aug 2, 2024
1 parent 040859c commit ba14d2e
Show file tree
Hide file tree
Showing 3 changed files with 426 additions and 0 deletions.
9 changes: 9 additions & 0 deletions _targets/Makefile.armv8r52-mps3an536
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#
# Makefile for Phoenix-RTOS 3 devices
#
# armv8r52-mps3an536 drivers
#
# Copyright 2024 Phoenix Systems
#

DEFAULT_COMPONENTS := cmsdk-apbuart
12 changes: 12 additions & 0 deletions tty/cmsdk-apbuart/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#
# Makefile for Phoenix-RTOS cmsdk-apbuart driver
#
# Copyright 2024 Phoenix Systems
#
# %LICENSE%
#

NAME := cmsdk-apbuart
LOCAL_SRCS := cmsdk-apbuart.c
DEP_LIBS := libtty libklog
include $(binary.mk)
Loading

0 comments on commit ba14d2e

Please sign in to comment.