[rust-dev] Bare-metal Rust linking with C static library

2015-05-30 Thread Eric Stutzenberger
I'm working on building out a Rust interface to the nRF51x series parts. I have a bare metal system working quite well. The nRF51x has a bluetooth stack (called Softdevice). This stack requires the use of supervisor calls to request the stack to perform certain functions. My plan is to write a

Re: [rust-dev] Bare-metal Rust linking with C static library

2015-05-30 Thread Matthieu Monrocq
Hello Eric, Please note that the rust-dev list is (for better or worse) abandonned. You may ask questions on either IRC ( https://chat.mibbit.com/?server=irc.mozilla.orgchannel=%23rust), the users forum (https://users.rust-lang.org/) or StackOverflow. You may also ask on Reddit