Skip to content

Releases: Luos-io/LuosHAL

Luos HAL version 0.5.3

22 Mar 17:18
6ee9028
Compare
Choose a tag to compare

Changelog HAL version 0.5.3
🆕 Added: [Timestamp] We can now create future Timestamp events

🆕 Changed: [Arduino] PTP configuration is done with Arduino Framework
🆕 Changed: [Arduino] PTP Interrupt Handler are driven with EIC

🛠️ Fix: Broken links in Readme

Luos HAL version 0.5.2

28 Feb 18:15
ce065fd
Compare
Choose a tag to compare

Changelog HAL version 0.5.2

🆕 Changed: [BOOTLOADER] Shared memory section is moved to the end of the Flash
🆕 Changed: [BOOTLOADER] Last flash sector/page is not erased
🆕 Changed: [STM32F4 BOOTLOADER] Flash is not erased in APP_RELOAD mode

🛠️ Fix: [STM32G431] Flash address

LuosHAL version 0.5.1

17 Jan 16:15
Compare
Choose a tag to compare

Changelog HAL version 0.5.1

🛠️ Fix: SAMD21 board don't high impedance TX pin when TX is disabled #35

LuosHAL version 0.5.0

10 Jan 18:10
75c2cb2
Compare
Choose a tag to compare

Changelog HAL version 0.5.0

🆕 Feature: [Timestamp] Implement timestamp on supported MCUs

LuosHAL version 0.4.1

17 Dec 12:20
9fe78b7
Compare
Choose a tag to compare

Changelog HAL version 0.4.1

🆕 Added: [Documentation] List of compatible MCUs in Readme
🆕 Added: [Quality Assurance] Templates rules and cheklist for PR merging

🆕 Changed: Remove useless #define in selftest
🆕 Changed: Pinout for Arduino boards is now generic

🛠️ Fix: [Documentation] Readme broken urls

0.4.0

21 Sep 12:37
c44b059
Compare
Choose a tag to compare

🆕 Feature: Selftest
🆕 Feature: Bootloader

🛠️ Fix: ATSAMD21 register typography
🛠️ Fix: Address last page compute
🛠️ Fix: Change pinout PTP for arduinoMKR board

Improve MCU frequency differencies

21 Apr 09:58
f3c98c5
Compare
Choose a tag to compare
  • Improvement : Never disable RX, only disable IRQ
  • Improvement : Add a HW_CRC configuration
  • Improvement : add code format check automation
  • Fix : Improve MCU frequency differences by adding a patch allowing to wait a little before sending ACK
  • Fix : Arduino configurations

TX IT and DMA

09 Apr 14:58
cd93f92
Compare
Choose a tag to compare

-Features : Add DMA and IT for tranfert
-Features : Remove Rx enable pin control
-Fix : Use Low Level for HAL
-Fix : Reset default com state a timout
-Fix : Timeout if no rx when tx start

New examples

25 Feb 16:57
Compare
Choose a tag to compare
  • Features : New board covering in example
  • Features : Alias Flash sector addapted to MCU
  • Fix : Upper case for linux compilation

Timeout and optimisation of communication

19 Feb 09:33
1bf117f
Compare
Choose a tag to compare
  • Timeout hardware for all HAL
  • Luos Network with One Wire for all HAL
  • Arduino samd family cover