Skip to content

Commit

Permalink
First RT-Thread BSP release for HPM6300EVK
Browse files Browse the repository at this point in the history
- Added blink_led, flashdb_demo, can_demo,adc_example,sdcard_demo,
  timer_demo, uart_dma_demo

Signed-off-by: Fan YANG <[email protected]>
  • Loading branch information
helloeagleyang committed Jun 22, 2022
1 parent 49f7a38 commit a93d9f7
Show file tree
Hide file tree
Showing 7,936 changed files with 2,271,234 additions and 18 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
8 changes: 8 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
.gitattributes export-ignore
.gitignore export-ignore
.gitmodules export-ignore

common/.gitattributes export-ignore
common/.gitignore export-ignore
common/README.md export-ignore
common/README_zh.md export-ignore
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,9 @@ modules.order
Module.symvers
Mkfile.old
dkms.conf

# Paython cache
*.pyc

# Scons cache
*.dbsqlite
14 changes: 14 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Change Log

## v0.6.0
- Integrated the SDK v0.11.0 release
- Note:
- The docs folder in SDK root directory were removed
- Added examples:
- blink_led
- uart_dma_demo
- timer_demo
- sdcard_demo
- flashdb_demo
- can_example
- adc_example
15 changes: 15 additions & 0 deletions ChangeLog_zh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# 更新

## v0.6.0

- 整合了SDK v0.11.0
- 注:
- SDK根目录下的doc目录被删除
- 增加了如下示例:
- blink_led
- uart_dma_demo
- timer_demo
- sdcard_demo
- flashdb_demo
- can_example
- adc_example
Loading

0 comments on commit a93d9f7

Please sign in to comment.