之前用的一直好的,编译成mdk5版本也没啥问题
今天为了新加入8266外设,一顿操作后,编译不了了
$ scons --target=mdk5
scons: Reading SConscript files ...
scons: warning: No version of Visual Studio com ...
RT-Thread Studio 编译 加入 #include "stm32f7xx_hal_def.h" stm32f7xx_hal.h
E:\rt_new\libraries\STM32F7xx_HAL_Driver\Inc/stm32f7xx_hal.h:214:1: error: unknown type name 'HAL_StatusTypeDef'
HAL_StatusTyp ...
HAL库初始化
/**
[url=home.php?mod=space&uid=2666770]@Brief[/url] SPI MSP Initialization
This function configures the hardware resources used in this example
[url=home.php?mod=space&uid=3142012]@para ...