Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Ruby for the PIC32 Microcontroller

Is there an existing library to write code for the PIC32 in Ruby?

Currently I've been writing code in C to perform tasks on it, but I would love to use Ruby.

Thanks, Andy

like image 687
ardavis Avatar asked Oct 25 '25 14:10

ardavis


1 Answers

I doubt that there is an existing library for that task, but it should be possible (surely not without some effort) to extend Metasm to include a new assembler backend for your processor. It also includes a C parser/compiler.

EDIT: I just realized you are looking for a Ruby interpreter on that platform, which I hardly can believe exists.

like image 86
Niklas B. Avatar answered Oct 27 '25 04:10

Niklas B.



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!