-
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.
First RT-Thread BSP release for HPM6300EVK
- 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
1 parent
49f7a38
commit a93d9f7
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.
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 |
---|---|---|
@@ -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 |
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 |
---|---|---|
|
@@ -50,3 +50,9 @@ modules.order | |
Module.symvers | ||
Mkfile.old | ||
dkms.conf | ||
|
||
# Paython cache | ||
*.pyc | ||
|
||
# Scons cache | ||
*.dbsqlite |
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 |
---|---|---|
@@ -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 |
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 |
---|---|---|
@@ -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 |
Oops, something went wrong.