Skip to content

Commit

Permalink
Merge pull request #105 from defproceng/develop-linux
Browse files Browse the repository at this point in the history
Allow compilation on Ubuntu
  • Loading branch information
elsalahy authored Jan 28, 2021
2 parents 967d3b2 + abd7d7d commit 6b94ba5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Software/app/basic/stm32wlxx_it.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
/* USER CODE END Header */

/* Includes ------------------------------------------------------------------*/
#include "GNSE_BSP.h"
#include "GNSE_bsp.h"
#include "stm32wlxx_it.h"
/* Private includes ----------------------------------------------------------*/
/* USER CODE BEGIN Includes */
Expand Down
2 changes: 1 addition & 1 deletion Software/app/basic_bootloader/stm32wlxx_it.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
/* USER CODE END Header */

/* Includes ------------------------------------------------------------------*/
#include "GNSE_BSP.h"
#include "GNSE_bsp.h"
#include "stm32wlxx_it.h"
/* Private includes ----------------------------------------------------------*/
/* USER CODE BEGIN Includes */
Expand Down
2 changes: 1 addition & 1 deletion Software/app/basic_freertos/stm32wlxx_it.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
******************************************************************************
*/

#include "GNSE_BSP.h"
#include "GNSE_bsp.h"
#include "stm32wlxx_it.h"

extern TIM_HandleTypeDef htim17;
Expand Down
1 change: 1 addition & 0 deletions Software/cross.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#-----------------------------
# Important: TOOLCHAIN_PREFIX must be configured as it's system and user dependant
# MAC OSX and Linux Example -> set(TOOLCHAIN_PREFIX "/Users/USER/opt/gcc-arm-none-eabi-9-2020-q2-update/")
# Ubuntu install from 'sudo apt install gcc-arm-none-eabi' -> set(TOOLCHAIN_PREFIX "/usr")
# Windows Example -> set(TOOLCHAIN_PREFIX "C:/Program Files (x86)/GNU Tools ARM Embedded/9 2020-q2-update/")
# Docker Example -> set(TOOLCHAIN_PREFIX "/toolchain/gcc-arm-none-eabi-9-2020-q2-update/")

Expand Down
2 changes: 1 addition & 1 deletion Software/lib/SHTC3/sensirion_hw_i2c_implementation.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

#include "stm32wlxx_hal.h"
#include "sensirion_i2c.h"
#include "GNSE_BSP.h"
#include "GNSE_bsp.h"

/**
* Initialize all hard- and software components that are needed for the I2C
Expand Down

0 comments on commit 6b94ba5

Please sign in to comment.