@konyavic already sent pull request #97 to prepare initial stm32-p103 support. However, these patches need to be revised for the consistency. @slpbaby implements a generic platform layer for stm32, and cortex-m parts are supposed to become an efficient HAL later.
We expect to revise #97 for the following goals:
reuse stm32-common as possible
separate chip support (stm32f1) and board-support (p103)
Consequently, we would like to build our own unit test and regression test based on the emulated environments.
@konyavic already sent pull request #97 to prepare initial stm32-p103 support. However, these patches need to be revised for the consistency. @slpbaby implements a generic platform layer for stm32, and cortex-m parts are supposed to become an efficient HAL later.
We expect to revise #97 for the following goals:
stm32-common
as possibleConsequently, we would like to build our own unit test and regression test based on the emulated environments.