NETMF / llilum

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

Ref countign GC broken for LPC1768 #158

Closed lt72 closed 8 years ago

lt72 commented 8 years ago

REPRO:

1) enable timers on LPC1768 simple makefile project by commenting these lines on top of Program.cs

#if !LPC1768
#if !STM32F091
#define USE_THREADING_TIMER
#endif
#endif

2) disable Conservative GC

3) build with ref counting enabled and deploy/run under debugger

will crash in Timer callback right after a release