Skip to content

jamiwong/QuadLLFC

This branch is 6 commits behind PSU-AVT/QuadLLFC:master.

Folders and files

NameName
Last commit message
Last commit date
May 29, 2012
May 16, 2012
Nov 24, 2011
Nov 18, 2011
Nov 4, 2011
May 25, 2012
May 31, 2012
Jan 8, 2012
Nov 27, 2011
May 25, 2012
Jan 28, 2012
May 29, 2012
Feb 2, 2012
Nov 24, 2011
Nov 24, 2011
Feb 5, 2012
Jan 22, 2012
Nov 16, 2011
Jan 13, 2012
Dec 2, 2011
Nov 11, 2011
Feb 19, 2012
Nov 24, 2011
Nov 24, 2011
Nov 11, 2011
Nov 27, 2011
Nov 24, 2011
Jan 13, 2012
Nov 24, 2011
Jan 22, 2012
Jan 22, 2012
Feb 19, 2012
Dec 2, 2011
Nov 11, 2011
Nov 11, 2011
Nov 11, 2011

Repository files navigation

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.

About

Stabilization code for Quadcopter

Resources

License

Stars

Watchers

Forks

Packages

No packages published