mita icon indicating copy to clipboard operation
mita copied to clipboard

mita

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

Hello, is it possible to implement REST-Interfaces to receive data via HTTP? So it could be possible to configure the XDK with external tools or change configurations during runtime. KR,...

**Problem**: Documentation under [https://www.eclipse.org/mita/language/foreignfunctioninterface/#custom-c-file-include](url) is not complete and partly broken. Especially in sections "**Custom C file include**" and "**Pitfalls**" crucial information are missing as to what these sections try to...

**Current behavior:** Currently there is only Support for I2C (for GridEye), but not Support für SPI (for the PT100/1000 Extension), **Expected behavior:** Create the Support for SPI **Related code:** ```...

enhancement
Platform: XDK110

This is the progress tracker for upcoming changes to the current event system. Feedback is welcome as comments to this! - [ ] Allow events per signal instance - [...

enhancement
Progress Tracker

Introduction ========= The root elements in platforms are system resources. They offer events, modalities and signals. Users can supply event handlers to these events, can read modalities and read and...

enhancement
RFC

``` enum Feature { Temperature, Pressure, Humidity, Illuminance, Accelerometer, Gyroscope, Magnetometer } struct Sensor { var current : float; var min : float; var max : float; var init :...

Bug
good first issue

This code generates invalid C: ``` package foo; import platforms.x86; var t = `asdf`; ```

Bug
good first issue
Prio.Medium

Version "0.1.0.201907300855" reports > src-gen/base/ConnectivityWLANNet.c:88: undefined reference to `ConnectivityWLANWifi_Enable' `ConnectivityWLANWifi_Enable` should be `ConnectivityWLAN_Enable`

Bug
good first issue
Platform: XDK110

**Current behavior:** compiling anything with `HonoMqtt` doesn't work, since keepAliveInterval is not defined. **Expected behavior:** works as before **Other information:** broken by #353

Bug
good first issue
Platform: XDK110

The examples include two types of string definitions: ``` let text = "text"; let text = `text`; ``` and nested scenarios: ``` let text = `"text"`; ``` But it seems...

Bug
Prio.Low