mita
mita copied to clipboard
mita
Hello everyone, I guess, if I am not mistaken, that XDK cannot authenticate itself on a MQTT broker with a certificate if we are developing in MITA or in C....
Using the native function feature, I'm wondering, if some support for "Predefined Constants" would be possible? [Predefined Mathematical Constants](https://www.gnu.org/software/libc/manual/html_node/Mathematical-Constants.html)
**Current behavior:** The content assist shows too many elements. Selecting the wrong ones results in compilation errors. **Expected behavior:** Only elements that are relevant in the corresponding context should be...
## Introduction High level language support types that are more defined than numbers, structures and pointers. The most ubiquitous one are Objects. These are structures that carry more semantics and...
Say a function returns just another function: ``` fn foo() { return bar(); } fn bar() { return 4; } ``` Currently this translates to the very verbose C code:...
**Current behavior:** ```c // this results an error var x : int16; x = x * x ``` The error message: ``Validation: Function __TIMES__ cannot be used here: Return type...
In Mita, the following code is legal: ``` var str1 = 'Hello '; var str1 += 'World'; ``` but the following code is __not__ legal; ``` var str1 = 'Hello...
- [ ] noCompileErrors -> on Bosch server since we need SDK - [ ] Hardware in the loop
The BMA280 Generator **mita/platforms/org.eclipse.mita.platform.xdk110/src/org/eclipse/mita/platform/xdk110/sensors/Bma280Generator.xtend** is generating interrupts that are disabled by default. This issue is localized in the method **private def String enableInterrupt(SystemResourceEvent event)** This affects the cases BMA280ANY_MOTION, BMA280FLAT,...