Skip to content

Luos Engine 3.1.0

Latest

Choose a tag to compare

@nicolas-rabault nicolas-rabault released this 19 Feb 11:41
f1af47b

Dependencies:
Pyluos version ≥ 3.1.0

What's new:
🆕 Features:
#458: Gate now survives to its exclusion. @nicolas-rabault
#450: Enable management of multiple auto-update per service. @nicolas-rabault
#443: Add a WebSocket network. @nicolas-rabault
#441: Enable back multithreading support. @nicolas-rabault
#470: Allow user to add custom command management into Gate default TinyJSON conversion. @nicolas-rabault
🆕 Added:
#458: Add a Luos_ReadFromCmd function for polling. @nicolas-rabault
#471: Support STM32L476. @nicolas-rabault
#472: Add a product example demonstrating custom service type, custom service command, and management on custom Gate, and pyluos. @nicolas-rabault
#477: Allow DMA remapping on Robus HAL for L0. @nicolas-rabault
#479: Add an easy to use profile function to retrieve profiles from services. @nicolas-rabault
#480: Adapt Gate to multi auto-update feature and boost it. @nicolas-rabault
#481: Add an actual laser driver to the laser product example. @nicolas-rabault
🆕 Changed:
#486: Make the gate event based to be more reactive. @nicolas-rabault
#490: Remove void messages for pyluos synchronization. @houkhouk
🛠️ Fix:
#423: Get back ESP32 example compilation working. @thobias90
#468: serial_network can deal with ports greater than COM9. @BHAY-3DiTex
#473: Gate avoids crashing if a trajectory with no data is sent. @nicolas-rabault
#475: Ensure that Robus PTP is low after reset on STM32G4. @houkhouk
#476: Allow nodes to run without services and gate to manage it. @nicolas-rabault
#478: Fix a size mistake onpolling messges retrival. @houkhouk
#482: Fix a size mistake on filtering. @houkhouk
#483: Fix Robus infinite possible collision. @houkhouk
#488: Fix a small led_strip driver bug. @nicolas-rabault
#489: Fix Native byte count and delay on serial Network. @houkhouk
#491: Fix some typos. @fleborne
#495: Fix an issue on streaming ring buffering. @houkhouk
#497: Fix the add_packege list sizing. @nicolas-rabault