Netduino home hardware projects downloads community

Jump to content


The Netduino forums have been replaced by new forums at community.wildernesslabs.co. This site has been preserved for archival purposes only and the ability to make new accounts or posts has been turned off.

MarkNic

Member Since 30 Jul 2011
Offline Last Active Apr 25 2023 02:33 PM
-----

#41196 N+2 and (not so) TinyCore

Posted by MarkNic on 07 December 2012 - 09:33 PM

Hi MarkNic,

Good info; thanks for sharing this.

Have you thought about changing to a System.Threading.Thread-based or System.Threading.Timer-based model?

Chris


That part of the code was originally part of a component that I didn't build and over time I've replaced all almost all of the functionality through different means. The timer was something I hadn't messed with because it was working. Unfortunately, until now I hadn't taken the time to review the impact of that one single "feature".

I had the same thought as you and created a new timer today by extending a Threading.Timer and it works great and Drops the code size by ~60K. Because of that, I think my app may even fit on a N+1. I'll try that later.

I wonder who's bright idea it was to name that assembly "TinyCore"? Whoever it was, I'm sure they're still giggling.

Mark


home    hardware    projects    downloads    community    where to buy    contact Copyright © 2016 Wilderness Labs Inc.  |  Legal   |   CC BY-SA
This webpage is licensed under a Creative Commons Attribution-ShareAlike License.