''')#将括号中的字符串分割后成列表(list),以便包含到工程中ifGetDepend(['RT_USING_SERIAL']):#如果打开了RT_USING_SERIAL的宏,则会包含以下源文件src+=['GD32F4xx_standard_peripheral/Source/gd32f4xx_usart.c']ifGetDepend(['RT_USING_I2C']):src+=['GD32F4xx_standard_peripheral/Source/gd32f4...
左边方框断点位置就是串口接收中断触发的位置,此时让程序全速运行。当不输入字符时,这个断点处的代码应该是不会执行到的,但是现在我的程序一直进这个接收中断GD32上跑RT ...
Add ADC/I2C/Flash/PWM/RTC/smbus/SPI driver for apollo2 (Haleyl) Add I2C/LCD/Touch driver for i.MXRT1052-EVK Update SD/MMC driver for mini2440 (kuangdazzidd) Update simulator to adapt VC++ compiler Add USB host driver in stm32f4xx-HAL (uestczyh222) Update EMAC driver for IPv6 in ...
Add drivers/adc driver framework; Fix the tick compensation issue when enable interrupt too early; (geniusgogo) Add RT_SERIAL_USING_DMA option in drivers/serial; Add QSPI support in drivers/spi framework; Add QSPI support in SFUD (based on the QSPI peripheral of stm32); SFUD is upgraded to...