c-mesh-api
c-mesh-api copied to clipboard
Wirepas's Dual MCU API to interface locally with a node device
When porting to another platform it can be required to explicitly include all used libraries.
Closes # . *Brief pull request description*
Still rudimentary implementation
I want to use the Dual MCU chip (actually the [Thetis-I](https://www.we-online.com/en/components/products/THETIS-I) from Würth Elektronik) connected through UART to an embedded microcontroller (stm32). Unfortunately the official [Wirepas Massive Dual-MCU API Reference...
Hi, managed to compile the example but it seems it can't connect to the sink... Setup: - wirepas (dual mcu) usb dongle connected to a computer which is acting as...
The platform_lock_request() function returns a bool. The desired behaviour regarding the return value is not described in the platform.h file but looking at the linux implementation, **false** is returned when...
Add support for Darwin / macOS and Windows Windows support is targeting Visual Studio 2015 or higher, so that the resulting binary is compatible with standard release of Python for...
Patch to workaround faulty segger chip of nordic kit.
lib/platform/linux/platform.c: polling thread accesses indication queue variables without mutex held
While doing upgrade from earlier WPC API library to c-mesh-api/master, we noticed this issue during code review. In lib/platform/linux/platform.c, dispatch queue accesses indication queue with m_queue_mutex held. However, polling thread...