-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RT-Thread BSP v1.6.0 for HPM5301EVKLITE
- integrated hpm_sdk v1.6.0 Signed-off-by: Fan YANG <[email protected]>
- Loading branch information
1 parent
d9c7712
commit f974ed3
Showing
2,352 changed files
with
942,436 additions
and
409,762 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,42 @@ | ||
# Change Log | ||
|
||
## v1.5.0 | ||
|
||
- Integrated hpm_sdk v1.5.0 | ||
- Updated: | ||
- usb stack switched to cherryUSB for usb samples | ||
- Added: | ||
- added interrupt vector mode and preemptive mode | ||
- systemView component | ||
|
||
## 1.4.1 | ||
- Fixed: | ||
- Transmission error while enabling DMA in I2C driver | ||
- Failed to create template project | ||
|
||
## v1.4.0 | ||
- Integrated hpm_sdk v1.4.0 | ||
- Upgraded RT-Thread to v5.0.2 | ||
- Added examples: | ||
- adc_example | ||
- blink_led | ||
- timer_demo | ||
- flashdb_demo | ||
- uart_dma_demo | ||
- usb_device_generic_hid | ||
# Change Log | ||
|
||
## v1.6.0 | ||
|
||
- Integrated hpm_sdk v1.6.0 | ||
- Updated: | ||
- Optimized the control of `BRS` bit in CANFD frame | ||
- Upgraded the `cherryUSB` stack to v1.3.1 | ||
- Added USB descriptor for Full-speed mode to USB examples | ||
- Upgraded the SoC Datasheet | ||
- Fixed: | ||
- Macro definition errors related to TX DMA for UART7 & UART7 | ||
- Memory leakage issue in uart_v2 driver | ||
- Added: | ||
- SPI CS pin control option | ||
- Adapted RT-Thread Cache API | ||
|
||
## v1.5.0 | ||
|
||
- Integrated hpm_sdk v1.5.0 | ||
- Updated: | ||
- usb stack switched to cherryUSB for usb samples | ||
- Added: | ||
- added interrupt vector mode and preemptive mode | ||
- systemView component | ||
|
||
## 1.4.1 | ||
- Fixed: | ||
- Transmission error while enabling DMA in I2C driver | ||
- Failed to create template project | ||
|
||
## v1.4.0 | ||
- Integrated hpm_sdk v1.4.0 | ||
- Upgraded RT-Thread to v5.0.2 | ||
- Added examples: | ||
- adc_example | ||
- blink_led | ||
- timer_demo | ||
- flashdb_demo | ||
- uart_dma_demo | ||
- usb_device_generic_hid | ||
- usb_host_msc_udisk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,42 @@ | ||
# 更新 | ||
|
||
## v1.5.0 | ||
|
||
- 整合了hpm_sdk v1.5.0 | ||
- 更新: | ||
- USB相关sample协议栈切换为cherryUSB | ||
- 新增: | ||
- 增加中断向量模式和可抢占模式 | ||
- systemView组件 | ||
|
||
## v1.4.1 | ||
- 修复: | ||
- I2C开启DMA后传输出错的问题 | ||
- 默认模板工程创建出错的问题 | ||
|
||
## v1.4.0 | ||
- 整合了hpm_sdk v1.4.0 | ||
- RT-Thread升级到v5.0.2 | ||
- 增加了如下示例: | ||
- adc_example | ||
- blink_led | ||
- timer_demo | ||
- flashdb_demo | ||
- uart_dma_demo | ||
- usb_device_generic_hid | ||
# 更新 | ||
|
||
## v1.6.0 | ||
|
||
- 整合了hpm_sdk v1.6.0 | ||
- 修复: | ||
- UART7 和 UART8 TX DMA 相关的宏定义错误问题 | ||
- uart_v2中的内存泄露问题 | ||
- 更新: | ||
- 优化CANFD帧的BRS位控制 | ||
- 升级CherryUSB协议栈到1.3.1 | ||
- 为USB例程增加了全速模式相关的描述符 | ||
- 芯片的数据手册 | ||
- 新增: | ||
- SPI 的CS引脚控制选项 | ||
- 适配了RT-Thread Cache 驱动 | ||
|
||
## v1.5.0 | ||
|
||
- 整合了hpm_sdk v1.5.0 | ||
- 更新: | ||
- USB相关sample协议栈切换为cherryUSB | ||
- 新增: | ||
- 增加中断向量模式和可抢占模式 | ||
- systemView组件 | ||
|
||
## v1.4.1 | ||
- 修复: | ||
- I2C开启DMA后传输出错的问题 | ||
- 默认模板工程创建出错的问题 | ||
|
||
## v1.4.0 | ||
- 整合了hpm_sdk v1.4.0 | ||
- RT-Thread升级到v5.0.2 | ||
- 增加了如下示例: | ||
- adc_example | ||
- blink_led | ||
- timer_demo | ||
- flashdb_demo | ||
- uart_dma_demo | ||
- usb_device_generic_hid | ||
- usb_host_msc_udisk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.