Skip to content
This repository was archived by the owner on May 3, 2026. It is now read-only.

Commit 052320b

Browse files
authored
Create README.md
1 parent 773611f commit 052320b

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# libv5rt-meson
2+
3+
Download, patch, and strip libv5rt.a!
4+
5+
### How it works:
6+
7+
1. downloads the libv5rt SDK ZIP from VEX's own servers
8+
2. extracts the SDK zip
9+
3. patches headers so you can use it despite float-abi incompatibilities
10+
4. strips libv5rt.a so you can use libm's crt0
11+
5. creates a new archive, libv5.a, so it plays nice with meson
12+
13+
### Dependencies:
14+
15+
- arm-none-eabi-gcc
16+
- python3

0 commit comments

Comments
 (0)