Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
This removes the need to specify -XRTS=ravenscar-full when building.
Browse files Browse the repository at this point in the history
The main project now depends on the crazyflie_full project that fixes
the runtime to the ravenscar-full profile.
  • Loading branch information
lambourg committed Aug 31, 2016
1 parent 54dbc30 commit a71ba52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Ada_Drivers_Library
4 changes: 2 additions & 2 deletions cf_ada_spark.gpr
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
with "Ada_Drivers_Library/boards/crazyflie";
with "Ada_Drivers_Library/boards/crazyflie_full";

project Cf_Ada_SPARK is

Expand Down Expand Up @@ -26,7 +26,7 @@ project Cf_Ada_SPARK is

-- Export run-times's variables
for Target use "arm-eabi";
for Runtime ("Ada") use Crazyflie'Runtime ("Ada");
for Runtime ("Ada") use Crazyflie_Full'Runtime ("Ada");

package Compiler is
case Build is
Expand Down

0 comments on commit a71ba52

Please sign in to comment.