1
0
forked from me/IronOS
This commit is contained in:
Ben V. Brown
2020-05-29 23:12:31 +10:00
parent a32e245789
commit 2d8d1ad8da
4 changed files with 6 additions and 2 deletions

View File

@@ -4,8 +4,8 @@
* Created on: 14Apr.,2018
* Author: Ralim
*/
#include <I2C_Wrapper.hpp>
#include "BSP.h"
#include "FRToSI2C.hpp"
#define I2CUSESDMA
I2C_HandleTypeDef *FRToSI2C::i2c;
SemaphoreHandle_t FRToSI2C::I2CSemaphore;

View File

@@ -5,10 +5,10 @@
* Author: Ralim
*/
#include <I2C_Wrapper.hpp>
#include "BSP.h"
#include "Setup.h"
#include "Pins.h"
#include "FRTosI2C.hpp"
void preRToSInit() {
/* Reset of all peripherals, Initializes the Flash interface and the Systick.
*/

View File

@@ -1,5 +1,9 @@
// By Ben V. Brown - V2.0 of the TS100 firmware
/*
* Main.cpp bootstraps the device and then hands over to FreeRTOS and the threads
*/
#include "BSP.h"
#include <gui.hpp>