altos: Reduce flash temp buffer to make space for Em v1.0 ISR stack
authorKeith Packard <keithp@keithp.com>
Thu, 2 Jul 2020 22:11:42 +0000 (15:11 -0700)
committerKeith Packard <keithp@keithp.com>
Thu, 2 Jul 2020 22:11:42 +0000 (15:11 -0700)
commit651c66ce117f479158fb0eebd9af6d73f0d9875a
treecfee998b648568527c777bfa99f0f6c945290278
parent35b69569472b00e6937a5d3136d0c400f6b0378f
altos: Reduce flash temp buffer to make space for Em v1.0 ISR stack

EasyMini has limited RAM; small enough that increasing the size of the
storage buffer from 128 to 256 bytes left too little space at the top
of memory for the interrupt stack, causing EasyMini v1.0 to crash at
boot.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/kernel/ao_storage.c