Closed iankuan closed 7 years ago
Aim to solve #9 and improve serial abstraction layer for more clear .
Current serial impl isn't good enough to separate generic mechanism and platform device impl well. Here are pieces of evidence.
stm32f1xx_init()
serialcore.c
The inclusion of this patch:
Is it possible to consolidate existing stm32f1 and stm32f4 uart implementation into single one?
Rebase is required.
Aim to solve #9 and improve serial abstraction layer for more clear .
Current serial impl isn't good enough to separate generic mechanism and platform device impl well. Here are pieces of evidence.
stm32f1xx_init()
.serialcore.c
The inclusion of this patch: