Skip to content

Sleddersquid/adafraTimen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ada-Embedded-Project-MicroBitV2

Template for USN BSc intelligent real-time systems course.

Requirements

Before using this template, the following should be installed:

Install Toolchains

Open command prompt and type

alr

Say yes to install msys2

alr toolchain --select
  • Select GNAT version 14.1.3+ (which is option 8)
  • Select GPRBUILD version 22.0.1+ (which is option 1)

Start

  • Click on the green "Use This Template" button and choose "create a new repository". This will create a unique repository under your github username with the contents of this template. Remember To choose a suitable name for your project
  • Clone your newly created repositry with submodules by opening a command prompt and typing
git clone --recurse-submodules https://github.com/YOUR_USERNAME/YOUR_REPOSITORY.git.

You can also first clone the project and then initialize the submodules afterwards using

git submodule update --init --recursive

Task automation in this template

  • The template uses DependaBot to sync with dependencies (submodules) such as the Ada Driver Library.
  • (2do) The template uses the Ada Github action workflow to check if your code compiles

Template uses

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published