I would like to use another language for forth development: forth
amforth is an implementation of forth for avrmega, and I would like to make
it work on arduino boards, but without erasing the bootloader,
but it is stated in the amforth faq:
http://amforth.sourceforge.net/faq.html
What about bootloaders?
amforth overwrites them, they are no longer existent. And this can only
be changed for bootloaders with an application usable API to use the flash
self programming feature. There are none currently available. With such an
API the only word thats need to be rewritten is i!.
Therefore, I would like such API to be exposed from the bootloader :-)
Cheers
Original issue reported on code.google.com by dmau...@gmail.com on 27 Oct 2009 at 5:15
Original issue reported on code.google.com by
dmau...@gmail.com
on 27 Oct 2009 at 5:15