Coder Social home page Coder Social logo

illini-robomaster / irm_embedded_2018 Goto Github PK

View Code? Open in Web Editor NEW
28.0 6.0 12.0 1.24 MB

Illini RoboMaster Embedded System source code for RoboMaster 2018 (implemented on DJI RoboMaster 2018 Type A Control Board)

License: GNU General Public License v3.0

CMake 0.12% C 98.54% C++ 0.76% Makefile 0.05% Assembly 0.46% Objective-C 0.07%
robotics robomaster

irm_embedded_2018's Introduction

Illini RoboMaster Embedded Control 2018

This repository hosted codes for low level hardware protocol & control algrithms implemented on the DJI RoboMaster 2018 Type A Control Board with a STM32F427 chip as its main MCU.

Note: since this repository contains git submodules, you will have to clone this repo with --recursive tag to obtain all source codes:

git clone --recursive https://github.com/illini-robomaster/iRM_Embedded_2018.git

Important File Structure

  • Applications - User Level Generic Libraries (as a git submodule)

  • Configs - Board Specific / Robot Specific configuration headers

  • Tasks - High level customized control logics built on top of our Generic Libraries

  • STM32F427xx.cmake - CMake Toolchain File

  • iRM_Embedded_2018.ioc - Hardware Pin Definitions for STM32CubeMX to generate driver level source codes

  • HAL / Driver Level Libs - Should NOT Be Modified By Hand

    • Inc / Src - Header & source files for HAL libraries
    • Middlewares - FreeRTOS, FatFS, and other 3rd party libraries
    • Drivers - Low Level Drivers

IDE Choices

  • CLion - recommanded for under experienced programmers

    • CMake Integration
    • Auto Completion
  • vim - recommended by Alvin. Mouse free editing experience helps achieve maximum productivity

    • CMake Integration
    • Auto Completion
  • atom / sublime text / VSCode / etc - suit yourself

    • CMake Integration
    • Auto Completion

Dependency

  • Unix Based Environment - MacOS / Linux

  • Build Essentials

    • Cmake 3.11.0 or higher
    • ARM Toolchain
  • stlink - optional for single command flashing

  • OpenOCD - optional for debug purposes

  • ST-Link-V2 / ST-Link-V2.1 Program Uploader

Tutorials

irm_embedded_2018's People

Contributors

alvinsunyixiao avatar nickelliang avatar rogerqi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  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.