Coder Social home page Coder Social logo

treenewbeer / sesf Goto Github PK

View Code? Open in Web Editor NEW
5.0 1.0 0.0 62.51 MB

SESF is a simple embeded software developing environment framework about stm32 Microcontroler. The goal is to make stm32 developing more simple and stupid!

License: MIT License

C 95.27% Makefile 0.02% C++ 0.33% HTML 1.09% Assembly 3.29%

sesf's Introduction

SESF

Build Release Release

SESF is a simple embeded software developing environment framework about stm32 Microcontroler. The goal is to make stm32 developing more simple and stupid!

The structure of SESF is shown as follow:

Directory tree

├── App
│   ├── app.mk
│   ├── Inc
│   └── Src
├── Component
│   ├── FreeRTOS
│   ├── lvgl
│   ├── Peripheral
│   └── port
├── Doc
│   └── Figures
├── Drivers
│   ├── BSP
│   ├── CMSIS
│   └── STM32F4xx_HAL_Driver
├── f429-lvgl-freertos.ioc
├── LICENSE
├── Makefile
├── project-style
├── README.md
├── startup_stm32f429xx.s
└── STM32F429ZITx_FLASH.ld

Features

  • Portable building system: Write a simple makefile so that you could porting many powerful open source library into your project
  • RTOS Support: FreeRTOS inside
  • GUI Support: LVGL inside
  • DSP Support: CMSIS DSP Lib inside

Supported devices

  • STM32F429-Discovery

Dependence

  • Toolchain
    • arm-none-eabi-gcc
    • arm-none-eabi-binutils
    • arm-none-eabi-gdb
    • arm-none-eabi-newlib
  • Debuger Driver
    • st-link or jlink

Build the project

  • clone
    git clone --recursive https://github.com/Genius-SexyBoy/SESF.git
    cd kiterf
  • compile && flash(st-link)
    make -j4
    st-flash write ./build/<target-name>.bin 0x08000000

TODO

  • Add some docs to explain how to use this framework and what to do in you private project
  • Add some script to auto generate and modify makefile if the source file have been changed
  • Support all of STM32F4 Series Microcontrolers

License

License

  • MIT License (It doesn't matter)

Contributing

Stars

If you are pleased with the project, give me Star rather than coffee and your code:)

sesf's People

Contributors

treenewbeer avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 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.