Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

Latest commit

 

History

History
43 lines (31 loc) · 1.36 KB

README.md

File metadata and controls

43 lines (31 loc) · 1.36 KB

RockÉTS embedded system's critical PCB code

How to contribute ?

  • Create a branch by feature and/or bug fix
  • Get the code
  • Commit and push
  • Create a pull request

Branch naming

Feature branch

feature/ [Short feature description] [Issue number]

Bug branch

fix/ [Short fix description] [Issue number]

Commits syntax:

Adding code:

+ Added [Short Description] [Issue Number]

Deleting code:

- Deleted [Short Description] [Issue Number]

Modifying code:

* Changed [Short Description] [Issue Number]

Merging code

Y Merged [merged branch name]

Importing Project on TrueStudio

  • Copy the git URL
  • Select "import" (right click in your workspace)
  • Select Git/Project from Git/Clone URL
  • Use Import in new project with project wizard
  • Select C project
  • Use same project name as imported project name
  • Select Proper device settings
  • Use newlib_standard
  • Unselect use tiny (s)printf and al.

Icons made by Freepik from www.flaticon.com is licensed by CC 3.0 BY