SDK v1.4.1 Release Notes

Since the release of version v1.4.0, we have made improvements and optimizations in several areas of the application. These changes are divided into two main sections: Major Changes and Changelogs. Here, we’ll provide a detailed explanation and enhanced descriptions.

Major Changes

In this update, we have made significant optimizations and upgrades to the core modules of the system to enhance performance, add new features, and improve user experience. The changes are primarily categorized into Major Features, Major Bug Fixes, Breaking Changes and Known Issues. Here are some of the key updates:

  • Major Features

    • Add DLPS support. (176e0bb0)

    • Add RLE image decoder. (176e0bb0)

    • Add fs porting. (85071aab)

    • Add binary resource example. (85071aab)

    • Add simulator support. (176e0bb0)

    • Add set clock source and get clock source function in TIM PWM sample.(eb19db11)

Change Logs

Meanwhile, in the changelog section, we have meticulously listed changes for each module, categorizing them into four main types: Added, Changed, Fixed, and Removed. You can review these changes in the following different modules:


Application - LVGL

This is the list of changes since release v1.0.0.0:

  • Added

    • Add DLPS support. (176e0bb0)

    • Add RLE image decoder. (176e0bb0)

    • Add fs porting. (85071aab)

    • Add binary resource example. (85071aab)

    • Add simulator support. (176e0bb0)

  • Changed

    • Changed the project struct. (176e0bb0)


Samples - Peripheral

  • Added

    • Add set clock source and get clock source function in TIM PWM sample.(eb19db11)

  • Changed

    • Modify can sample.(6596171b)