GithubHelp home page GithubHelp logo

lizddong / sdk-bsp-stm32h750-realthread-artpi Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rt-thread-studio/sdk-bsp-stm32h750-realthread-artpi

0.0 0.0 0.0 414.77 MB

Shell 0.50% Ruby 0.15% C++ 6.61% Python 1.03% Perl 0.01% C 89.06% Lua 0.01% Assembly 2.08% Rust 0.01% CSS 0.01% Makefile 0.21% HTML 0.12% CMake 0.15% Batchfile 0.01% Yacc 0.02% Lex 0.01% M4 0.02% RPC 0.02%

sdk-bsp-stm32h750-realthread-artpi's Introduction

Introduction

中文页 | English Page

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.

sdk-bsp-stm32h750-realthread-artpi's People

Contributors

360959574 avatar aladdin-wang avatar armink avatar balancetwk avatar ca-ad avatar cc-caixf avatar derekduke avatar dh-04 avatar dillon-min avatar forest-rain avatar guozhanxin avatar hth945 avatar hyhkjiy avatar iysheng avatar jianbojason avatar liuduanfei avatar liukangcc avatar loogg avatar luhuadong avatar mysterywolf avatar rbb666 avatar vito-chl avatar whj4674672 avatar willianchanlovegithub avatar wkjay avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.