getting a bit further now

This commit is contained in:
2024-05-31 16:56:44 +02:00
parent 5b422d1615
commit 30666f8692
9 changed files with 2184 additions and 301 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,3 @@
#!/bin/bash
git clone https://github.com/us-irs/libcsp.git
git checkout 447cc38f2106a15290358dc8c128ad553a415568
git checkout const-correctness

View File

@ -1,2 +1,2 @@
#!/bin/bash
bindgen --use-core wrapper.h -- "-I./libcsp/include" "-I./cfg" > bindings.rs
bindgen --use-core wrapper.h -- "-I./libcsp/include" "-I./cfg" "-I./libcsp/src" > bindings.rs

View File

@ -1 +1,2 @@
#include "csp/csp.h"
#include "csp_conn.h"