robertobucher / pysimCoder

Block diagram editor and real time code generator for Python
GNU General Public License v3.0
150 stars 32 forks source link

RFC: targets: added really basic skeleton for NuttX target. #2

Closed ppisa closed 3 years ago

ppisa commented 3 years ago

The model with PulseGenerator, Gain and NULL blocks can be build and load as ELF file into running NuttX system.

To build model, nuttx-export archive has to be extracted and renamed to CodeGen/nuttx/nuttx-export .

NuttX project: https://github.com/apache/incubator-nuttx

This pull request is intended mostly for review, discussion and probably needs more work to be usable.