GithubHelp home page GithubHelp logo

the78mole / action-build-stm32cubeide Goto Github PK

View Code? Open in Web Editor NEW

This project forked from xanderhendriks/action-build-stm32cubeide

0.0 0.0 0.0 21 KB

Github action for building STM32 Cube IDE projects

License: MIT License

Shell 19.76% Dockerfile 80.24%

action-build-stm32cubeide's Introduction

Build STM32CubeIde project docker action

This action builds a STM32CubeIde project

Inputs

project-path

Required Path to the STM2CubeIde project file.

project-target

Required Target in the STM32CubeIde project file to build. Format: target/[build-configuration]
note: When no build-configuration is given all the projects configuration are build

Example usage

Building only the Debug configuration:

- uses: xanderhendriks/[email protected]
  with:
    project-path: 'applications/sample_application/targets/STM32'
    project-target: 'sample_application/Debug'    

Building all the configurations (Debug/Release):

- uses: xanderhendriks/[email protected]
  with:
    project-path: 'applications/sample_application/targets/STM32'
    project-target: 'sample_application'    

STM32 Cube IDE Versions

The major.minor version number indicates the version of the underlying STM32CubeIde docker image being used. The bug fix number shows updates to this build action only:

  • 1.0: STM32 Cube IDE: 1.4.0
  • 2.0: STM32 Cube IDE: 1.5.0
  • 3.0: STM32 Cube IDE: 1.6.0
  • 4.0.2: STM32 Cube IDE: 1.7.0
  • 5.0: STM32 Cube IDE: 1.8.0
  • 6.0: STM32 Cube IDE: 1.9.0
  • 7.0: STM32 Cube IDE: 1.10.1
  • 8.0: STM32 Cube IDE: 1.11.2
  • 9.0: STM32 Cube IDE: 1.12.1
  • 10.0: STM32 Cube IDE: 1.13.1
  • 11.0: STM32 Cube IDE: 1.14.0

NOTE: Bug fixes are only implemented for older versions if requested.

action-build-stm32cubeide's People

Contributors

xanderhendriks avatar the78mole avatar georgeioak avatar ryanlewis 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.