Skip to content

boards: tcc: topst_vcp45: add Telechips' TOPST-VCP45 board and basic device driver #83136

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions boards/tcc/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.. _boards-tcc:

Telechips, Inc.
######################

.. toctree::
:maxdepth: 1
:glob:

**/*
18 changes: 18 additions & 0 deletions boards/tcc/topst_vcp45/Kconfig.defconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Copyright 2024 Hounjoung Rim <hounjoung@tsnlab.com>
# SPDX-License-Identifier: Apache-2.0

if BOARD_TOPST_VCP45

config BUILD_OUTPUT_BIN
default y

config USERSPACE
default y

config MAX_THREAD_BYTES
default 3

config BOUNDS_CHECK_BYPASS_MITIGATION
default y

endif # BOARD_TOPST_VCP45
5 changes: 5 additions & 0 deletions boards/tcc/topst_vcp45/Kconfig.topst_vcp45
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Copyright 2024 Hounjoung Rim <hounjoung@tsnlab.com>
# SPDX-License-Identifier: Apache-2.0

config BOARD_TOPST_VCP45
select SOC_TCC7045
5 changes: 5 additions & 0 deletions boards/tcc/topst_vcp45/board.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
board:
name: topst_vcp45
vendor: tcc
socs:
- name: tcc7045
Loading
Loading