NETMF / llilum

Development Platform for MSIL and UWP apps targeting Micro Controllers. Part of the .NET Micro Framework family.
Other
157 stars 52 forks source link

Remove legacy low-level code #131

Open ckarenz opened 8 years ago

ckarenz commented 8 years ago

We currently have a great deal of legacy code used to emit ARM assembly directly, instead of going through LLVM. This code is useful for comparison during development of new features, but complicates the code base. We should create a new archive branch for this code and remove it from the primary dev branch.

ckarenz commented 8 years ago

General team consensus is to remove this after exceptions are working (issue #130).