Up to now *all* Contiki apps for the Apple2 were built for maximal RAM - which means...
commit22837771b6f85bfc654bf4fd77a275b471a05022
authoroliverschmidt <oliverschmidt>
Wed, 8 Sep 2010 22:50:56 +0000 (8 22:50 +0000)
committeroliverschmidt <oliverschmidt>
Wed, 8 Sep 2010 22:50:56 +0000 (8 22:50 +0000)
tree72c72bce382d3154d16ca8c75c987fca13c0f74c
parent80c143699153ef59b01a709e9eccf72c0c64d67f
Up to now *all* Contiki apps for the Apple2 were built for maximal RAM - which means that they can't return to OS level but must reboot on exit. However many apps can get along well with 1kB less memory - which allows them to exit to the OS.
Therefore now the default is 1kB less memory - and apps actually needing maximal RAM can get it by adding WITH_REBOOT to their DEFINES.
platform/apple2enh/Makefile.apple2enh
platform/apple2enh/contiki-main.c