Skip to content

Commit 49025c9

Browse files
committed
1,加入ILI9341液晶FSMC接口驱动。
2,加入电容屏FT5216驱动。 3,加入指纹模块TM2022BSM支持。 4,加入WIFI驱动,支持ESP8266。 遗留问题: 1,指纹模块UART串口接收数据时,包头一个字符接收不到,分析原因,UART串口接收数据时产生两次中断,第一次中断时接收的第一个字被后续中断的接收字符冲掉,导致连续接收数据时,第一个字符无法从缓冲区读取到。
1 parent bf06286 commit 49025c9

File tree

3,410 files changed

+19454
-1609
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,410 files changed

+19454
-1609
lines changed

bsp/stm32f10x-hal/Libraries/CMSIS/Include/cmsis_armcc.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
/** \ingroup CMSIS_Core_FunctionInterface
4545
\defgroup CMSIS_Core_RegAccFunctions CMSIS Core Register Access Functions
4646
@{
47-
*/
47+
**/
4848

4949
/* intrinsic void __enable_irq(); */
5050
/* intrinsic void __disable_irq(); */
@@ -53,7 +53,8 @@
5353
\brief Get Control Register
5454
\details Returns the content of the Control Register.
5555
\return Control Register value
56-
*/
56+
**/
57+
5758
__STATIC_INLINE uint32_t __get_CONTROL(void)
5859
{
5960
register uint32_t __regControl __ASM("control");

0 commit comments

Comments
 (0)