KICS! brainstorming

2014-07-22 Thread Daniel Gutson
Hi, we are working in a very RAM constrained board, and noticed that some symbols could be moved to ROM by declaring them const. I have a slight idea about creating a consts-candidate detector tool "KICS!" (Keep It Const, St.! :) ), and wanted to hear some other people ideas. Initial thoughts

Re: KICS! brainstorming

2014-07-22 Thread Joel Sherrill
On 7/22/2014 1:05 PM, Daniel Gutson wrote: > Hi, > >we are working in a very RAM constrained board, and noticed that > some symbols could be moved to ROM by declaring them const. Have you been through the configure options like switching scheduler, lowering stack sizes, etc.? > I have a slight

Re: KICS! brainstorming

2014-07-23 Thread Joel Sherrill
On 7/22/2014 1:05 PM, Daniel Gutson wrote: > Hi, > >we are working in a very RAM constrained board, and noticed that > some symbols could be moved to ROM by declaring them const. > > I have a slight idea about creating a consts-candidate detector tool > "KICS!" (Keep It Const, St.! :) ), and w

Re: KICS! brainstorming

2014-07-23 Thread Daniel Gutson
Thanks Joel, I will let you know once I address all your suggestions. Daniel. On Wed, Jul 23, 2014 at 10:28 AM, Joel Sherrill wrote: > > On 7/22/2014 1:05 PM, Daniel Gutson wrote: >> Hi, >> >>we are working in a very RAM constrained board, and noticed that >> some symbols could be moved