f9micro / f9-kernel

An efficient and secure microkernel built for ARM Cortex-M cores, inspired by L4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

revise and merge stm32-p103 platform support

jserv opened this issue · comments

@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.

Merged