• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

nspe/11-Mar-2024-814251

README.mdD11-Mar-2024578 168

target.cfgD11-Mar-20241.8 KiB4844

target.cmakeD11-Mar-20243.4 KiB9583

README.md

1# Linux Host Target
2
3There are a couple of limitations to this target when it comes to a test which involves system reset or test process due to Watch Dog Timer (WDT) and NVMEM implementation.
4
5- **WDT**:  Lacks functionality to recover after a hang as they just return failure or success.
6
7- **NVMEM**: Stores data in an array in memory, which means NVMEM would be lost as it isn't a non-volatile implementation.
8
9## License
10
11Arm PSA test suite is distributed under Apache v2.0 License.
12
13--------------
14
15*Copyright (c) 2021, Arm Limited and Contributors. All rights reserved.*
16