blob: 3873b212969bc987619f1d78e8e1ed6dcdcd0d9d [file] [log] [blame] [view]
{{% lowrisc-doc-hdr Example like first gpio }}
{{% regfile gp.hjson }}
Blah
{{% toc 3 }}
## Compatibility
* Try out [Anchor 1][] defined in outer
* Try out [Anchor 2][] defined in include depth 1
* Try out [Anchor 3][] defined in include depth 2
{{% include include/included.md }}
[Anchor 1]: https://github.com/lowRisc
## this include should fail
{{% include no_such_file.md }}
## exec include
This should work since there is an exec ls in the directory
{{% include !ls -1 errors.md errorsregs.hjson }}```
```
This should fail because command does not exist {{% include !ps au }}
This should fail for trying to escape the repo {{% include !../../../../foo }}
# big include
{{% include !../../regtool.py --doc }}
## Theory of operation
Check for cross reference to !!DATA_OUT and !!INT_CTRL and !!INT_CTRL2 blah
## Programmer Guide
### Initialization
### Interrupts
### Debug Features
## Implementation Guide
## Registers
{{% registers x }}