Skip to content

Commit d37ab9f

Browse files
authored
Update README.md
1 parent d5e8983 commit d37ab9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ This project aims to cover 100% of the publicly available symbols present in the
2121

2222
Functions present in `libv5rt` that are currently are **NOT** in `vex_sdk`:
2323
- Most things outside of `v5_api.h`and `v5_types.h`. This includes the "user functions", which are basically convenience methods for passing in port indexes directly (e.g. `vexImuReset` vs. `vexDeviceImuReset`).
24+
- Startup code like `vexStartup` and `vexMain` (rust code should handle this instead!), as well as C runtime shims.
2425
- `vexSdkVersion`, since we aren't an official SDK.
2526
- Any C++ `stdlib0`-related functions.
2627
- Most private API symbols*.

0 commit comments

Comments
 (0)