jung6717 / arduino

Automatically exported from code.google.com/p/arduino
0 stars 0 forks source link

bootloader to expose API #135

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by dmel...@gmail.com on 21 Nov 2009 at 11:51