https://github.com/RT-Thread-Studio/sdk-bsp-stm32h750-realthread-artpi.git

wanghaijing e5fce45f15 [update] 增加出厂 flash 固件 пре 5 година
.github ed8bdc6c99 Update action.yml пре 5 година
debug 01488df576 [添加] 数据flash下载算法 пре 5 година
documents e5fce45f15 [update] 增加出厂 flash 固件 пре 5 година
libraries 21e16a190e [add] support qspi flash пре 5 година
projects e4ce94927d 【修复】 QSPI FLASH 会初始化失败的问题 пре 5 година
rt-thread c2835d9f63 [tools] 完善 scons --menuconfig 更新 rtconfig.h 文件的邏輯 пре 5 година
tools e5fce45f15 [update] 增加出厂 flash 固件 пре 5 година
.gitignore 8b923ed299 【删除】无需提交的 Studio 配置 пре 5 година
README.md 14b198f5cb 更换 README.md 交流链接为 facebook пре 5 година
README_ZH.md a8543fd3e9 [update] 增加对 mklinks 文件的使用说明 пре 5 година
RealThread_STMH750-ART-Pi.yaml 23991567e0 fixed conflict пре 5 година

README.md

Introduction

中文页 | 英文页

sdk-bsp-stm32h750-realthread-artpi is a support package made by the RT-Thread team for the ART-Pi development board. It can also be used as a software SDK for user development, allowing users to develop their own applications more easily and conveniently.

ART-Pi is a DIY open source hardware with extended functions specially designed for embedded software engineers and open source makers after half a year of careful preparation by the RT-Thread team.

image-20201009181905422

Directory Structure

$ sdk-bsp-stm32h750-realthread-artpi
├── README.md
├── RealThread_STMH750-ART-Pi.yaml
├── debug
├── documents
│   ├── coding_style_cn.md
│   ├── board
│   └── figures
├── libraries
│ ├── STM32H7xx_HAL
│ ├── drivers
│ ├── rt_ota_lib
│ └── wlan_wiced_lib
├── projects
│ ├── art_pi_blink_led
│ ├── art_pi_bootloader
│ ├── art_pi_factory
│ ├── art_pi_wifi
│ └── industry_io_gateway
├── rt-thread
└── tools

-RealThread_STMH750-ART-Pi.yaml Describe the hardware information of ART-Pi -debug QSPI FLASH download algorithm, etc. -documents Drawings, documents, pictures and datasheets, etc. -libraries STM32H7 firmware library, general peripheral driver, rt_ota firmware library, wlan firmware library, etc. -projects Sample project folder, including factory program, gateway program, etc. -rt-thread rt-thread source code -tools wifi firmware, BT firmware, rbl packaging tool, etc.

Use

sdk-bsp-stm32h750-realthread-artpi supports RT-Thread Studio and MDK development

RT-Thread Studio development

  1. Open the package manager of RT-Thread Studio and install the ART-PI SDK resource package

sdk_manager

  1. After the installation is complete, choose to create a project based on BSP image-20200926143024666

MDK Development

  1. Download the SDK in ART-Pi SDK Warehouse

  2. Enter the project directory. Such as: sdk-bsp-stm32h750-realthread-artpi\projects\art_pi_blink_led

  3. Use ENV tool to execute the mklink command to create symbolic links for the rt-thread and libraries files respectively

    E:\project\sdk-bsp-stm32h750-realthread-artpi\projects\art_pi_blink_led>mklink /D rt-thread ..\..\rt-thread
    symbolic link created for rt-thread <<===>> ..\..\rt-thread
       
    E:\project\sdk-bsp-stm32h750-realthread-artpi\projects>mklink /D libraries ..\..\libraries
    symbolic link created for libraries <<===>> ..\..\libraries
       
    E:\project\sdk-bsp-stm32h750-realthread-artpi\projects>
    
  4. Use ENV tool to execute 'scons --target=mdk5'

ART-Pi Communication Platform

ART-Pi is an open source creative hardware platform. We look forward to having more friends who can discover more fun together. If you have any ideas and suggestions during use, we suggest you contact us through the following methods.

RT-Thread Facebook.

Contributing code

If you are interested in ART-Pi and have some fun projects willing to share with you, welcome to contribute code to us, you can refer to ART-Pi Code Contribution Manual.