mita icon indicating copy to clipboard operation
mita copied to clipboard

mita

Results 70 mita issues
Sort by recently updated
recently updated
newest added

Observed Assert in MQTT Application, once ConnectivityMQTTMqtt succeeded , the try to publish the data to broker , On Subscribe side not received any data and observed asserted at Filename...

Platform: XDK110
Bug: Upstream

Got that feedback via twitter. The icons in the top right corner are not visible at http://www.eclipse.org/mita/. Can also observe that on Chrome under macOS: ![bildschirmfoto 2018-08-01 um 21 31...

Website

The following XDK Live code: ``` setup myLedInstance : LED { var control = light_up(Red); } ``` generates the following C code: ```c Retcode_T ConnectivityLEDMyLedInstance_Setup(void) { Retcode_T ledSetupStatus = RETCODE_OK;...

Bug
Platform: XDK110

I ran [FindBugs](http://findbugs.sourceforge.net/), a free static code analysis tool, on our code and it found a few errors we should address. You will find the generated reports attached. In general...

# General Idea At the moment Mita libraries are tied to the Eclipse IDE. Libraries are packaged as plugins and register extension points which list the `.mita` and `.platform` files...

enhancement

MRAA is a generic platform for GPIO, UART, I2C etc. interactions on a wide variety of platforms (see https://github.com/intel-iot-devkit/mraa#supported-boards). It would be nice to have a MRAA platform integration in...

I was wondering if we can go step by step in the Mita code directly instead of the C code. In the XDKWorkbench we can use a J-Link to debug...

# Introduction In embedded devices memory is hard. This is reflected in the way embedded C programs are designed: memory allocation is static or on the stack. This makes it...

RFC

We support enums in Mita. Since enums can be implemented with sum types, this is redundant. Since some people might prefer enums, I propose keeping them in the language, but...

Prio.Low

# Introduction Our event execution model right now is as follows: when an event occurs a handler function is enqueued. The command processor calls this handler when it deems it...

enhancement
Platform: XDK110
RFC