axconfig/
lib.rs

1
2
3
4
5
6
7
8
9
10
11
//! Platform-specific constants and parameters for [ArceOS].
//!
//! Currently supported platform configs can be found in the [configs] directory of
//! the [ArceOS] root.
//!
//! [ArceOS]: https://github.com/arceos-org/arceos
//! [configs]: https://github.com/arceos-org/arceos/tree/main/configs

#![no_std]

axconfig_gen_macros::include_configs!(env!("AX_CONFIG_PATH"));