pchapin / scala

Scalaness: A stagged programming system for embedded systems based on Scala.
0 stars 0 forks source link

Should nesT support nx types? #15

Closed pchapin closed 11 years ago

pchapin commented 11 years ago

Currently nesT does not support nx types such as nx_int16_t, etc. It also does not support nx_struct. Full nesC uses these types extensively. The lack of support in nesT inhibits sharing of certain declarations between languages, which is awkward in some cases.

pchapin commented 11 years ago

This is a duplicate of issue #4.