b420e83da4
enum CANBAUD was changed in components/drivers/include/drivers/can.h , which causes array index out of bound in bsp/stm32f10x/drivers/bxcan.c temporarily remove RT_CAN_USING_BUS_HOOK, because there are some bugs in bsp/stm32f10x/applications/canapp.c function can_bus_hook
-- cn -- 按需要生成工程文件: 1. 修改 rtconfig.py : CROSS_TOOL='keil' #使用的工具链 STM32_TYPE = 'STM32F10X_HD' #STM32对应的型号. 2. 修改 rtconfig.h 配置需要的功能. 2. 执行 scons --target=mdk 生成MDK工程文件. note: 需要安装 python,scons. -- en --