summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRichard Burton <richard.burton@arm.com>2023-11-13 15:21:11 +0000
committerRichard <richard.burton@arm.com>2023-11-13 15:30:39 +0000
commit4865c4fc171d6b0eb6e2b470f123ff81e45a34f8 (patch)
treea5dc36d8d843331bc7d14abff10d2a34627498e1 /docs
parent392a51e62e254bbf128b833996c7f77cbc7d3fc2 (diff)
downloadml-embedded-evaluation-kit-4865c4fc171d6b0eb6e2b470f123ff81e45a34f8.tar.gz
Modifications to linker scripts
* Change reference to all ops resolver * Added our own 'all ops resolver' * Move Labels objects out of BRAM for simple_platform * Minor fixes to documentation Signed-off-by: Richard Burton <richard.burton@arm.com> Change-Id: I8b0d66ce83287f2bc027cfc36a1f378c97755481
Diffstat (limited to 'docs')
-rw-r--r--docs/documentation.md1
-rw-r--r--docs/sections/contributing.md4
2 files changed, 3 insertions, 2 deletions
diff --git a/docs/documentation.md b/docs/documentation.md
index 99027f1..7258928 100644
--- a/docs/documentation.md
+++ b/docs/documentation.md
@@ -13,6 +13,7 @@
- [Memory Considerations](./documentation.md#memory-considerations)
- [Troubleshooting](./documentation.md#troubleshooting)
- [Appendix](./documentation.md#appendix)
+ - [Contributing](./documentation.md#contributing)
- [FAQ](./documentation.md#faq)
## Trademarks
diff --git a/docs/sections/contributing.md b/docs/sections/contributing.md
index 5a23c54..a030bc9 100644
--- a/docs/sections/contributing.md
+++ b/docs/sections/contributing.md
@@ -14,7 +14,7 @@ Contributions are only accepted under the following conditions:
This can be done automatically by adding the `-s` option to your `git commit` command.
You must use your real name, no pseudonyms or anonymous contributions are accepted.
-- You give permission according to the [Apache License 2.0](../LICENSE_APACHE_2.0.txt).
+- You give permission according to the [Apache License 2.0](../../LICENSE_APACHE_2.0.txt).
In each source file, include the following copyright notice:
@@ -42,7 +42,7 @@ Contributions are only accepted under the following conditions:
This repository follows a set of guidelines, best practices, programming styles and conventions,
see:
-- [Coding standards and guidelines](./docs/sections/coding_guidelines.md)
+- [Coding standards and guidelines](./docs/sections/coding_guidelines.md#Coding-standards-and-guidelines)
- [Introduction](./docs/sections/coding_guidelines.md#introduction)
- [Language version](./docs/sections/coding_guidelines.md#language-version)
- [File naming](./docs/sections/coding_guidelines.md#file-naming)