jserv / mini-arm-os

Build a minimal multi-tasking OS kernel for ARM from scratch
Other
1.04k stars 242 forks source link

Implement svc handler and uart read #33

Closed ryanpatiency closed 2 years ago

jserv commented 5 years ago

Before merging the proposed changes, we have to ensure the following:

  1. SVC handler has been verified on both QEMU-based stm32-p103 and stm32f429-discovery;
  2. We are able to describe how SVC handler works and extend its usage;
ryanpatiency commented 5 years ago

Thank you for each detailed explanation, it is very helpful. I would work on the rebase ASAP.