Anton Komlev | b3f6466 | 2023-01-28 11:53:05 +0000 | [diff] [blame] | 1 | ##################### |
| 2 | Software Design Notes |
| 3 | ##################### |
| 4 | |
| 5 | .. toctree:: |
| 6 | :maxdepth: 1 |
| 7 | |
| 8 | Code Sharing <code_sharing.rst> |
| 9 | Hardware Abstraction Layer <hardware_abstraction_layer.rst> |
| 10 | Cooperative Scheduling <tfm_cooperative_scheduling_rules.rst> |
| 11 | Code Templates <tfm_code_generation_with_jinja2.rst> |
Nicola Mazzucato | afd24bb | 2024-02-14 17:27:27 +0000 | [diff] [blame] | 12 | Implicit Typecasting <enum_implicit_casting.rst> |
Anton Komlev | b3f6466 | 2023-01-28 11:53:05 +0000 | [diff] [blame] | 13 | |
| 14 | -------------- |
| 15 | |
Nicola Mazzucato | afd24bb | 2024-02-14 17:27:27 +0000 | [diff] [blame] | 16 | *Copyright (c) 2023-2024, Arm Limited. All rights reserved.* |