Releases: Luos-io/LuosHAL
Luos HAL version 0.5.3
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
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
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
Changelog HAL version 0.5.0
🆕 Feature: [Timestamp] Implement timestamp on supported MCUs
LuosHAL version 0.4.1
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
🆕 Feature: Selftest
🆕 Feature: Bootloader
🛠️ Fix: ATSAMD21 register typography
🛠️ Fix: Address last page compute
🛠️ Fix: Change pinout PTP for arduinoMKR board
Improve MCU frequency differencies
- 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
-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
- Features : New board covering in example
- Features : Alias Flash sector addapted to MCU
- Fix : Upper case for linux compilation
Timeout and optimisation of communication
- Timeout hardware for all HAL
- Luos Network with One Wire for all HAL
- Arduino samd family cover