Seeed-Studio / Seeed_Arduino_rpcUnified

RTL8720DN wireless abstraction layer using the eRPC protocol.
MIT License
19 stars 10 forks source link

.erpc available? #21

Closed stonehippo closed 2 years ago

stonehippo commented 2 years ago

I'm working on getting Wio Terminal eRPC working with CircuitPython, and I can see that erpcgen was used to generate the interface files in src/erpc. However, I don't see a .erpc file in the repo. Is it possible to include that here? I'd like to start by generating a set of client-side Python interface files and I'd rather use the canonical IDL (though I could also write my own based on the API here).

Pillar1989 commented 2 years ago

https://github.com/Seeed-Studio/seeed-ambd-firmware/tree/master/erpc_idl @stonehippo That's all *.erpc files.

stonehippo commented 2 years ago

@Pillar1989 Thanks! That was the repo I didn't look in. ;-)