diff options
Diffstat (limited to 'doc/specs/SPECIFICATION_MACROS.md')
| -rw-r--r-- | doc/specs/SPECIFICATION_MACROS.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/specs/SPECIFICATION_MACROS.md b/doc/specs/SPECIFICATION_MACROS.md index 3acef7af..3b091454 100644 --- a/doc/specs/SPECIFICATION_MACROS.md +++ b/doc/specs/SPECIFICATION_MACROS.md @@ -4,6 +4,8 @@ =================================== +The NeKernel System uses macro to configure its compilation. Some of them shall not be defined at the same time to avoid run-time issues. + =================================== # 1: NeKernel/BootZ: @@ -13,6 +15,9 @@ - `__nekernel_max_cores` -> Max SMP cores usable by NeKernel's scheduler. - `__nekernel_boot_core_index` -> Index of the boot core (0, 1, or 3). - `__nekernel_allow_non_nekernel_pe` -> Allow non-subsystem 17 to run on NeKernel. +- `__nekernel_halkit_include_processor` HALKit include directory for Processor.h +- `__nekernel_dma_pool_start` NeKernel DMA pool start. +- `__nekernel_dma_pool_size` NeKernel DMA pool size. =================================== |
