robertobucher / pysimCoder

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

POSIX: add file for UDPSocketRx block #35

Closed michallenc closed 2 years ago

michallenc commented 2 years ago

This PR moves UDPSocketRx files to common POSIX directory as the files are the same for LinuxRT, Raspberry Pi and NuttX targets. Tested with control application on NuttX.

This also adds .gitignore file to NuttX subdirectory.