SyterKit 0.4.0.x
SyterKit is a bare-metal framework
Loading...
Searching...
No Matches
config.h
Go to the documentation of this file.
1/* SPDX-License-Identifier: GPL-2.0+ */
2
3#ifndef _CONFIG_H_
4#define _CONFIG_H_
5
6// Project Info
7#define PROJECT_NAME "SyterKit"
8#define PROJECT_VERSION "0.4.0.2"
9#define PROJECT_GIT_HASH "58dcc02e"
10#define PROJECT_C_COMPILER "riscv64-unknown-elf-gcc"
11#define PROJECT_C_COMPILER_VERSION "10.4.0"
12
13#endif// _CONFIG_H_