X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=D+7frJ/tgah9VkcyKEVqS5S9gYzFDZC6XuPUIS19KbI=; b=RV5KFYHDdBJg9r2wrCkrLpQqDZdZUBj1sG/CWCHrksD/xR7YavojO/X0ispHCDY0sh QihoIUPRbw9e47I+yoQ6oTbLuGt9WRRVQb9LhXLC2UDE5+Urq63J7jE7zbi9YYPnhLpt Bkxz8iCVKZIMgKQaXQusFFySPnSKUIkMCEBQe7JlYMctuluw2O8UX+1F3Hg6t8KYkHgP SzlVaiRA+VcNn2rqwubL/GXRLp5z8hHxydbFKI+Yg4/ZFYcACVnoEpc5Vh+VUvRoO2Lc URStuwJMmeEnHIhizHMeDY/xuYwM8J/Kv3sYXhMlBAGLaOoMY/vABugJYZ5Plvf/FvHL vsQw== MIME-Version: 1.0 In-Reply-To: References: Date: Sat, 1 Sep 2012 09:14:18 +0800 Message-ID: Subject: Re: [geda-user] [OFF] scripting inside an MCU From: Atommann To: geda-user AT delorie DOT com Content-Type: text/plain; charset=UTF-8 Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk 2012/8/31 Bob Paddock : > On Fri, Aug 31, 2012 at 10:02 AM, Levente wrote: >> Thanks. I guess it is overkill for the task. I have an MCU with 128k flash. > > Don't think it is much over 6K, at least it was the last time I used > it, been a while. > RAM might be more of an issue that Flash. > > If you are hurting for space there is always Forth. I think Forth can meet the requirements of Levente, and there is some Forth implementation for AVRs. I wrote a tutorial when I was learning Forth, though the article is in Chinese, but there are many photos.(at the end of the article, you can see how to use a bluetooth module to act as the comms interface thus you can update the firmware of the mcu without a cable) Using Arduino's hardware to experience amforth http://www.atommann.com/learn/amforth/helloworld.html -- Best regards, Atommann