Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1.73 KB

index.md

File metadata and controls

33 lines (26 loc) · 1.73 KB

Table of contents

Topic Description
How shell Works Explains the working of shell with a flowchart.
Running examples in example/ Guides on getting started with trying examples. Includes topics like -
- installing dependences
- qemu based targets
- physical board based targets
- debugging etc
Setting up new project Details on how to start setting up a new project.
Platform initialization and uart driver Details the implementation of the platform_init() and the relation to the uart driver.
Uart driver Describes implementation and constraint on the uart driver.
User Linker Scripts Guides on how a liner script should be written if the user wants to manually set the memory layout and do the code placement.

Contributing

Topic Description
Code of Conduct Guides on the conduct expected while making contributions.
Contributing Guidelines on how to contribute to the code on GitHub.