upm icon indicating copy to clipboard operation
upm copied to clipboard

UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through c...

Results 66 upm issues
Sort by recently updated
recently updated
newest added

Hi, it's possible to integrate VirtualWire into UPM library? It would be a cool feature since there is no other library in java for controlling radio chip (except for raspberry),...

enhancement
help wanted

See output of doxygen2jsdoc tool. I manually looked into some of them. - Most are pointers that didn't get the custom swig typemapping (%array_class or %pointer_functions) that other upm modules...

enhancement

[make-bananapi.log](https://github.com/eclipse/upm/files/11584988/make-bananapi.log) uname -a Linux slicer 5.19.6-sunxi #trunk SMP Tue Sep 6 02:31:53 CST 2022 armv7l armv7l armv7l GNU/Linux

[make.log](https://github.com/eclipse/upm/files/11584966/make.log) uname -a Linux raspberrypi 4.19.66-v7+ #1253 SMP Thu Aug 15 11:49:46 BST 2019 armv7l GNU/Linux

I have compiled `upm` on a raspberryPi 4 with `swig 4.2.0` and `nodejs 18.14.2` (It is not possible to use the latest nodejs version[19] because there is an incompatibility with...

gcc 13 moved some includes around and as a result is no longer transitively included [1]. Explicitly include it for uint{32,64}_t. [1] https://gcc.gnu.org/gcc-13/porting_to.html#header-dep-changes Signed-off-by: Khem Raj