From: Matthias T. <mt...@we...> - 2012-12-27 19:43:34
|
Hi all, its been a long time since the last release, and a lot of work is done. So I decided to use some spare minutes to publish the status quo as a new release. Many many thanks to all, who contributed with questions and/or patches. The release 5.0 adds support for 1wire devices (due to work that has been done for the 4e4th.eu project) and improves power save strategies with SLEEP. Furthermore it comes with a lot more documentation on the website: topics like timers as well as developer tools like profiler and debugger. Some Arduino relevant enhancements are made. There are now some rudimentary compiler safety checks. Some minor bugs are fixed as well. You can download it at the usual places. Have fun with it. Matthias |
From: Erich W. <ew....@na...> - 2012-12-27 21:19:25
|
> Have fun with it. Sure! Erich |
From: Dieter H. <die...@fr...> - 2013-01-04 12:00:04
|
Hallo, Kann mir bitte mal jemand erklären, wie man das amforth auf einen atmega32 bekommt. Aber bitte in deutsch! Englisch wird in unserer schönen deutschen Muttersprache schon viel zu oft gesprochen. Viele Nutzer würden solche Anwendungen, wenn sie verständlich in deutsch erklärt wären, nutzen aber mit dem fachenglisch ist es viel zu schwer und umständlich. Nichts für ungut es ist aber nun mal so. mit freundlichen Grüssen Dieter Häußler |
From: Erich W. <ew....@na...> - 2013-01-04 21:14:38
|
This post is in German, because the original poster explicitly requested this. I took the liberty to mark the subject with [DE], so feel free to ignore the subject ... Erich Lieber amforth-Freund, On 01/04/2013 12:51 PM, Dieter Häußler wrote: > Hallo, > > Kann mir bitte mal jemand erklären, wie man das amforth auf einen atmega32 > bekommt. Aber bitte in deutsch! Um ein amforth auf einen atmega32 zu bekommen, braucht man folgendes: 1. ein fertig assembliertes amforth, das sind zwei Dateien mit den Endungen ".hex" und ".eep.hex", z.B. amforth.hex, amforth.eep.hex 2. einen Programmierer, also ein "Gerät", welches an einem Ende mit der Kontroller-Platine verbunden wird (ISP) und am anderen Ende mit dem PC (z.B. via USB). Ich verwende diesen: Artikel-Nr.: "AT AVR ISP" bei www.reichelt.de 3. ein Programm, welches mit dem Programmer redet und dem die beiden Dateien vorliest. Ich verwende avrdude. Der Befehl heißt dann sudo avrdude -q -c avrispmkII -P usb -p atmega32 -e -U flash:w:amforth.hex:i -U eeprom:w:amforth.eep.hex:i Diese Angaben gelten für Linux. Wenn Du allerdings Windows auf Deinem PC hast, dann weiß ich nicht, wie das geht, weil ich das nicht habe. > Englisch wird in unserer schönen deutschen > Muttersprache schon viel zu oft gesprochen. Viele Nutzer würden solche > Anwendungen, wenn sie verständlich in deutsch erklärt wären, nutzen aber mit dem > fachenglisch ist es viel zu schwer und umständlich. Diesen Teil kann ich nicht unkommentiert stehen lassen. Es ist nun einfach auch so, daß die Mehrzahl der amforth-Nutzer kein Deutsch spricht. Die Deutsch-Sprechenden sind eine Minderheit auf diesem Planeten, das darf man ruhig zur Kenntnis nehmen. Laut Wikipedia ca. 90-100 Millionen Sprecher von 7 Milliarden, also 100/7000 oder einer von 70. Schönen Abend, Erich |
From: Enoch <ix...@ho...> - 2013-01-12 04:53:28
|
Hello Matthias, Congrats on reaching this milestone. Can you eliminate the following forward reference as it takes time to confirm that this warning is benign: .../avr/amforth/trunk/core\drivers/usart_common.asm(27): warning: Use of undefined or forward referenced symbol 'XT_NOOP' in .equ/.set Thanks, Enoch. : svnversion ." r1339" ; Matthias Trute <mt...@we...> writes: > Hi all, > > its been a long time since the last release, and a lot of work is > done. So I decided to use some spare minutes to publish the status > quo as a new release. Many many thanks to all, who contributed with > questions and/or patches. > > The release 5.0 adds support for 1wire devices (due to work that has > been done for the 4e4th.eu project) and improves power save strategies > with SLEEP. Furthermore it comes with a lot more documentation on the > website: topics like timers as well as developer tools like profiler and > debugger. Some Arduino relevant enhancements are made. There are now > some rudimentary compiler safety checks. Some minor bugs are fixed as well. > > You can download it at the usual places. > > Have fun with it. > > Matthias > > ------------------------------------------------------------------------------ > Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, > MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current > with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft > MVPs and experts. ON SALE this month only -- learn more at: > http://p.sf.net/sfu/learnmore_122712 |