bipropellant / bipropellant-hoverboard-firmware

OpenSource Hoverboard firmware based on Niklas Fauth's one https://github.com/NiklasFauth/hoverboard-firmware-hack
GNU General Public License v3.0
176 stars 75 forks source link

platformIO compile errors #124

Open matthewryanburgin191 opened 2 years ago

matthewryanburgin191 commented 2 years ago

Hi,

When compiling through platformIO on windows.

added protocol .h and .c file to inc and src directory but still no luck.

Executing task in folder bipropellant-hoverboard-firmware-master: C:.platformio\penv\Scripts\platformio.exe run <

Processing control_usart2 (platform: ststm32; framework: stm32cube; board: genericSTM32F103RC) --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------Verbose mode can be enabled via -v, --verbose option CONFIGURATION: https://docs.platformio.org/page/boards/ststm32/genericSTM32F103RC.html PLATFORM: ST STM32 (15.2.0) > STM32F103RC (48k RAM. 256k Flash) HARDWARE: STM32F103RCT6 72MHz, 48KB RAM, 256KB Flash DEBUG: Current (stlink) External (blackmagic, cmsis-dap, jlink, stlink) PACKAGES:

btsimonh commented 2 years ago

it's a long time since I built this, but I think there is a sub-repo you may need to ensure is checked out? The protocol is in a separate repo...?