Skip to content

Luos engine version 2.6.2

Compare
Choose a tag to compare
@JeromeGalan JeromeGalan released this 27 Sep 12:24
· 432 commits to main since this release
0ffe037

Changelog Luos Engine 2.6.2

Dependencies:

  • Pyluos version ≥ 2.2.4

What's new:

🆕 Added #358: [Config] Add a PIPE_CONFIG definition to modify pipe pinout in node_config.h file   ## Salem#3488
🆕 Added #358: [Pipe] Separate sending from creating Tx message with PipeCom_SerialSend            ## Nico 🤙#1209
🆕 Added #367: [Robus HAL] Add a hardware Rx enable for stm32 MCU family                           ## Salem#3488
🆕 Added #372: [Robus Doc] Add description for PTP and reception machine state                     ## Salem#3488
🆕 Added #356: [Telemetry] Add project path to the list of information transmitted by telemetry    ## Nico _🤙#1209
🆕 Added #356: [Telemetry] Add an error management for telemetry if a request fail occurs          ## Nico _🤙#1209
🆕 Changed #358: [Pipe] Independent protocol between pipe physical layer               ## Salem#3488
🆕 Changed #358: [Pipe] Reset Pipe Usart before reinit                                 ## Salem#3488
🆕 Changed #358: [Pipe] Reset DMA channel before reinit                                ## Salem#3488
🆕 Changed #358: [Pipe] Simplify Tx messages creation process                          ## Salem#3488
🆕 Changed #358: [Cleaning] Remove useless specific pipe for L4S5                      ## Salem#3488
🆕 Changed #367: [Robus] Reset TX_lock after end of transmission                       ## Salem#3488
🆕 Changed #367: [Robus] Execute transmit process function each time user tries to send  ## Salem#3488
🛠️ Fix #323: [Pipe] Serial messages not received                                     ## Salem#3488
🛠️ Fix #290: [Pipe] Apply serial protocol only for serial communications             ## Nico 🤙#1209
🛠️ Fix #373: [Serial Pipe] Fix data size computing for ring buffer management        ## vik#1501
🛠️ Fix #367: [Robus HAL] Check "Tx complete" interrupt after ACK in DMA mode         ## Salem#3488
🛠️ Fix #369: [Bootloader] Gate stops sending void messages with bootloader           ## vik#1501
🛠️ Fix #264: [Undefined Gate] Remove unused path in project config to fix a warning  ## Jerome_AQua_Man#5076
🛠️ Fix #355: [Code cleaning] Delete REV references                                   ## Salem#3488
🛠️ Fix #355: [Code cleaning] Remove unwanted mongoose lib                            ## Jerome_AQua_Man#5076
🛠️ Fix #375: [Code cleaning] Fix broken links in readme.md                           ## Nico 🤙#120

Packages:

  • Luos_engine library
  • Luos_engine library for Arduino environment
  • Luos Gate library for Arduino environment
  • Luos Pipe library for Arduino environment
  • Luos Inspector library for Arduino environment