Giter Site home page Giter Site logo

quadllfc's Introduction

Portland State University Quadcopter LLFC

This repository contains firmware for the Portland State University AVT Quadcopter.

Detailed information on the code in this repository and the quadcopter as a whole can be found at http://devel.avt.cecs.pdx.edu.

Building

Before you begin

You must have a valid arm-none-eabi gnu compiler and toolchain in your path.

If you have LPCXpresso installed you can add the included toolchain to your path using the following command where the x.x.x_xxx corresponds to what version you have and where you installed it.

export PATH=$PATH:/usr/local/lpcxpresso_x.x.x_xxx/lpcxpresso/tools/bin:/usr/local/lpcxpresso_x.x.x_xxx/lpcxpresso/bin

for the latest version of lpcxpresso the command is:

export PATH=$PATH:/usr/local/lpcxpresso_4.2.3_255/lpcxpresso/tools/bin/:/usr/local/lpcxpresso_4.2.3_255/lpcxpresso/bin

Compilation

To compile run the following command:

make

Flashing

If you are using LPCXpresso and an LPC1343 you can flash your device using the following command:

make boot

make flash

The make boot command is required only once after the device is plugged in and subsequent flashes can be performed by just executing make flash.

Debug (GDB)

If you are using LPCXpresso and an LPC1343 you can use GDB to debug the software on the target board by using the following command:

make boot

make debug

See the Flashing section for information on make boot.

quadllfc's People

Contributors

greghaynes avatar egdinger avatar nibalizer avatar garrisonj avatar whimsicalbox avatar rattboi avatar

Watchers

James Cloos 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.