/* * Copyright (c) 2019-2023 Mauna Kea Semiconductor Holdings. * All rights reserved. * */ #ifndef USER_CONFIG_H_ #define USER_CONFIG_H_ /* =========================================================================================================================== */ /* ================ Silicon configuration ================ */ /* =========================================================================================================================== */ /** CPU model */ #define CPU_MK8000 #define TRACE_EN (0) #endif /* USER_CONFIG_H_ */