diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-01 20:00:37 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-01 20:00:37 +0100 |
| commit | e5636be5b5f8f8b588c8b53c8f269c710305d652 (patch) | |
| tree | 311204068db765b9b1713b163137efddbfc77bf8 | |
| parent | 38cddd5dc02f886e5cb3a0e386f0f7a1e6c8da86 (diff) | |
chore: update documentation.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
| -rw-r--r-- | doc/specs/SPECIFICATION_MACROS.md | 1 | ||||
| -rw-r--r-- | doc/style/cpp_style.md (renamed from doc/cpp_style.md) | 0 |
2 files changed, 1 insertions, 0 deletions
diff --git a/doc/specs/SPECIFICATION_MACROS.md b/doc/specs/SPECIFICATION_MACROS.md index 3b091454..5b2336ea 100644 --- a/doc/specs/SPECIFICATION_MACROS.md +++ b/doc/specs/SPECIFICATION_MACROS.md @@ -18,6 +18,7 @@ The NeKernel System uses macro to configure its compilation. Some of them shall - `__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. +- `__nekernel_dma_best_align` NeKernel Best DMA align size. =================================== diff --git a/doc/cpp_style.md b/doc/style/cpp_style.md index 3069285e..3069285e 100644 --- a/doc/cpp_style.md +++ b/doc/style/cpp_style.md |
