Skip to content

The main firmware for the Swift Eagle based on the Crazyflie.

License

Notifications You must be signed in to change notification settings

ETH-PBL/SwiftEagle-crazyflie-firmware

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Toolchain

  • Ubuntu 22.04.2 LTS
  • Vitis v2024.1 (no SDT flow)
  • custom drone hardware rev.5

Build code

  1. The repository contains git submodules (FreeRTOS-Kernel). To populate them use:
git submodule init
git submodule update
  1. Generate bsp
cd src
make bsp

and manually set definition FF_USE_FIND to 1 in xilffs_v5_2/src/include/ffconf.h.

  1. Build application
cd src
make clean all

About

The main firmware for the Swift Eagle based on the Crazyflie.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.7%
  • Other 0.3%