Code Monkey home page Code Monkey logo

fll-td's Introduction

FLL-td

Linux and WSL

Requirements

  • git
  • make
  • arm-linux-gnueabi-gcc

To install required packages on debian/ubuntu (apt) based systems, use:

sudo apt-get install git make libc6-armel-cross libc6-dev-armel-cross binutils-arm-linux-gnueabi libncurses5-dev build-essential bison flex libssl-dev bc gcc-arm-linux-gnueabi g++-arm-linux-gnueabi

Quickstart

Clone,

git clone https://github.com/TatranskiDravci/FLL-td.git
cd FLL-td

initialize build directory,

make init

and build all targets,

make

Makefile

To create build instructions for runX.c, use the template

runX: runX.c $(DRIVERS) $(INCLUDE)
	$(CC) $^ -o build/runX

and (optionally) add runX to the default all build target

# build all targets
all: run1 run 2 ... runX

To clean build/ directory, use make clean.

Reports

To create a new report, use this new issue form.

Documentation

The documentation for the code, provided in subdirectories of src/ can be found here. One may also refer to the header files (.h files) in the subdirectories of src/. These contain relatively detailed descriptions of the usage and parameters of the provided functions as well as some useful constants. (Note, the documentation in src/drivers/*.h is kept relatively simple. This is because a detailed description of every function would be beyond useless in this specific case.)

Styleguide

A relatively comprehensive styleguide with examples can be found here or on the wiki.

fll-td's People

Contributors

lukasdrsman avatar ondrisko avatar

Stargazers

 avatar  avatar

Watchers

 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.