Skip to content
Snippets Groups Projects
Commit 17906096 authored by bbartels's avatar bbartels Committed by dawehr
Browse files

wip: move all application files into application folder

parent 8811d36e
No related branches found
No related tags found
1 merge request!9Abstract the hardware layer
Showing
with 15 additions and 2 deletions
cd ..
sdk set_workspace .
sdk clean_project -type app -name modular_quad_pid
#!/bin/bash
source /remote/Xilinx/2015.4/SDK/2015.4/settings64.sh
echo "Cleaning modular_quad_pid"
xsct .clean_app.tcl || exit 1
../../../../../groundStation/src/backend/commands.c
\ No newline at end of file
../../../../../groundStation/src/backend/commands.h
\ No newline at end of file
#include "communication.h"
#include "hardware/hw_iface.h"
#define INTC XScuGic
#define COMM_UART_DEVICE_ID XPAR_PS7_UART_0_DEVICE_ID
......
......@@ -5,7 +5,7 @@
#include "mio7_led.h"
#include "timer.h"
#include "commands.h"
#include "hardware/hw_iface.h"
#include "hw_iface.h"
int initUartComms();
void process_received(modular_structs_t *structs);
......
../../../../computation_graph/src/computation_graph.c
\ No newline at end of file
../../../../computation_graph/src/computation_graph.h
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment