Skip to content

Commit 22ad1e9

Browse files
authored
Update README.md
1 parent 2735036 commit 22ad1e9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,6 @@
2626

2727
- `test_newlib11.c`: Simple implementation of timer-based preemptive scheduling for two tasks. The first task increments a counter and prints it to console (using the debug macros in `risc-py.h`) every `0x10000` loops. The second task decrements a counter and prints it to console every `0x10000` loops. Run this example with the `--timer=csr` option. Use `--traps`` to see timer-based traps triggering task switching.
2828

29+
- `test_newlib12.c`: Soft floating point test.
30+
31+
- `test_newlib13.c`: Test using `setjump`/`longjump` C exception handling.

0 commit comments

Comments
 (0)