f9micro / f9-kernel

An efficient and secure microkernel built for ARM Cortex-M cores, inspired by L4
Other
680 stars 145 forks source link

revise and merge stm32-p103 platform support #100

Closed jserv closed 10 years ago

jserv commented 10 years ago

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

Consequently, we would like to build our own unit test and regression test based on the emulated environments.

jserv commented 10 years ago

Merged