mita
mita copied to clipboard
mita
When I initialize some BLE characteristic, the values of each are some weird numbers : Mita code : setup bluetooth : BLE { deviceName = "XDK_BLE"; advertisingInterval = 2000; var...
Given a singleton (not named-singleton) SystemResource, any instances configured in it can not be referenced.
``` platform.generateAdditionalFiles(IFileSystemAccess2 fsa) : void { } ```
**Current behavior:** Error messages for wrong function usage (incorrect types) do not specify which types are expected. Instead it says: `Function length cannot be used here: uint32, A` **Expected behavior:**...
**Current behavior:** Reinitializing strings does not work. **Expected behavior:** Reassigning a variable with `new string(100)` should empty the string. **Related code:** ``` every 100 milliseconds { var s = new...
When using the `setup adc` in Mita with the XDK workbench for the ADC channel the code generated does not correctly set up the pin configuration for the channels. when...
- [ ] Analyze what's missing, sensors, connectivity, ... - [ ] Fix it - [x] basics - [x] I2C - [x] SD Card - [x] GPIO - [x] Magnetometer...
Currently only checked native functions with at least one argument can be imported, for example ```c Retcode_T foo(void* unused) {} ``` We should enable importing checked functions without any arguments,...
We've had the situation that the MQTT client was running but before the WiFi access got a problem. So nothing at all was send out. We should check if a...
For some use cases it would be nice to react on certain wireless connections. For example start up a application when a certain BLE device of WiFi ssid is in...