https://github.com/100askteam/dshanmcu_h7r
This is the project case data warehouse for the DshanMCU-H7R (STM32H7R chip) learning kit produced by 100ASK.
https://github.com/100askteam/dshanmcu_h7r
Last synced: about 1 year ago
JSON representation
This is the project case data warehouse for the DshanMCU-H7R (STM32H7R chip) learning kit produced by 100ASK.
- Host: GitHub
- URL: https://github.com/100askteam/dshanmcu_h7r
- Owner: 100askTeam
- License: other
- Created: 2024-09-14T10:48:22.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-18T10:53:06.000Z (over 1 year ago)
- Last Synced: 2024-10-19T06:11:33.210Z (over 1 year ago)
- Language: C
- Size: 34.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Overview
This is the project case data warehouse for the DshanMCU-H7R (STM32H7R chip) learning kit produced by [100ASK](https://www.100ask.net/).
| Dir | description |
| ---- | ---- |
| docs | document |
| project | all project engineering for this kit |
| test | Provides some compiled firmware that can be directly burned using STM32CubeProgrammer |
# Clone
GitHub:
```shell
git clone --recurse-submodules https://github.com/100askTeam/DshanMCU_H7R.git
# or
git clone https://github.com/100askTeam/DshanMCU_H7R.git
cd DshanMCU_H7R/
git submodule update --init --recursive
```
Gitee:
```shell
git clone --recurse-submodules https://gitee.com/weidongshan/DshanMCU_H7R.git
# or
git clone https://gitee.com/weidongshan/DshanMCU_H7R.git
cd DshanMCU_H7R/
git submodule update --init --recursive
```
# Video
- Demo video of APP project "DshanMCU-H7R_LVGL-Desktop":[https://www.bilibili.com/video/BV1Tw4m1k7C3](https://www.bilibili.com/video/BV1Tw4m1k7C3)
# More
- lvgl:[https://lvgl.io](https://lvgl.io)
- lvgl docs:[https://docs.lvgl.io](https://docs.lvgl.io)
- lvgl forum:[https://forum.lvgl.io](https://forum.lvgl.io)
- 100ask lvgl docs:[http://lvgl.100ask.net](http://lvgl.100ask.net)
- 100ask lvgl forum:[https://forums.100ask.net/c/13-category/13](https://forums.100ask.net/c/13-category/13)