Skip to content

Luos engine version 2.5.3

Compare
Choose a tag to compare
@JeromeGalan JeromeGalan released this 10 Aug 17:06
· 538 commits to main since this release
70ba394

Changelog Luos Engine 2.5.3:


Dependencies:

  • Pyluos version >= 2.2.3

What's new:


🆕 Added: [Multi Arch] Pointer size adaptation for architecture 64/32/16/8 bits
🆕 Added: [ESP32 examples] LED example project for EPS32
🆕 Added: [ESP32 examples] Button example project with Arduino for EPS32
🆕 Added #274: [STM32-L0] Add HAL for STM32L0 family
🆕 Added: [STM32-L0] Add Button with bootloader config for STM32 L4S5 Discovery
🆕 Added #297: [STM32-L4S5 Discovery] Add Pipe for STM32 L4S5 Discovery
🆕 Added: [Examples] Add examples (bootloader, gate, and button) for STM32L4S5
🆕 Added: [Examples] Add examples (bootloader, gate, and button) for STM32L0
🆕 Added #285: [Compilation] error when using deprecated MAX_CONTAINER_NUMBER

🆕 Changed: [Multi Arch] Gate & Pipe Pointer size adaptation for architecture 64/32/16/8 bits
🆕 Changed: [ESP32] Modify Button example project for EPS32
🆕 Changed: [Baudrate] Default baudrate can now be modified through node config
🆕 Changed: [Linker] Update linker scripts for several boards
🆕 Changed: [CI/CD] Improve workflows triggers allowing forked PR to run tests
🆕 Changed: [CI/CD] Improve GH actions
🆕 Changed #305: [Doc] Contribution for community

🛠️ Fix #300: [IRQ] Define a CRITICAL tag for all functions called in IRQ
🛠️ Fix #299: [ESP32 HAL] ISR atomic function
🛠️ Fix: [HAL STM32L4] Fix flash bank1 for L4 discovery
🛠️ Fix: [Bootloader] Message handling for bootloader
🛠️ Fix: [Bootloader] Remove hardware init from bootloader
🛠️ Fix: [Bootloader G4] Examples for G4 compiles when PTP are not redefined in node_config.h
🛠️ Fix: [Bootloader L0] L0 bootloader project
🛠️ Fix: [Messages] Fix message type for current limit
🛠️ Fix #282: [Profiles] Filter unknown messages in profiles
🛠️ Fix: [Bad check] Fix a negative check on unsigned value
🛠️ Fix: [Telemetry] PIO Framework variable was crashing telemetry
🛠️ Fix: [Unit test] Compilation
🛠️ Fix: [Links] Update broken links
🛠️ Fix: [Markdown] Update markdown files


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