...
Expected output
Code Block | ||
---|---|---|
| ||
GIC Example Test Successfully ran GIC example Test |
SCUGIC low level example
This example demonstrates triggering of interrupts by simulating software generated interrupt. It uses low level APIs of scugic driver.Expected Output
Code Block | ||
---|---|---|
| ||
Low Level GIC Example Test Successfully ran Low Level GIC example Test |
SCUGIC selftest example
This examples demonstrates basic initialization of scugic driver
Expected Output
Code Block | ||
---|---|---|
| ||
Successfully ran Scugic self test Example |
Note:
- Driver examples are not ported to system device tree flow
Changelog
2024.1
https://github.com/Xilinx/embeddedsw/blob/xlnx_rel_v2024.1/doc/ChangeLog#L724
2023.2
https://github.com/Xilinx/embeddedsw/blob/xlnx_rel_v2023.2/doc/ChangeLog#L291
2023.1
...